永发信息网

centos有多个网卡,我设置啦多个ip只有一个能ping通,怎么办

答案:2  悬赏:20  手机版
解决时间 2021-04-23 04:40
  • 提问者网友:半生酒醒
  • 2021-04-22 18:12
centos有多个网卡,我设置啦多个ip只有一个能ping通,怎么办
最佳答案
  • 五星知识达人网友:蕴藏春秋
  • 2021-04-22 19:05
如果是同一个网段,举例如下:
把2块网卡分到2个不同的路由表。 或者把两块网卡集束为一块网卡使用。
My MC:
eth0: 10.110.6.79
eth1: 10.110.6.81
Netmask: 255.255.255.0
gateway: 10.110.6.1

Please run the following four commands to adjust the route table of MC:
[root@Controller ~]# echo "210 eth0table" >> /etc/iproute2/rt_tables
[root@Controller ~]# echo "220 eth1table" >> /etc/iproute2/rt_tables
[root@Controller ~]# cat <> /etc/rc.local
ip route add 10.110.6.0/24 dev eth0 src 10.110.6.79 table eth0table
ip route add 10.110.6.0/24 dev eth1 src 10.110.6.81 table eth1table
ip route add default dev eth0 via 10.110.6.1 table eth0table
ip route add default dev eth1 via 10.110.6.1 table eth1table
ip rule add from 10.110.6.79 table eth0table
ip rule add from 10.110.6.81 table eth1table
EOL

如果是不同网段:
看看路由对不对,是不是都ping不通。
全部回答
  • 1楼网友:一袍清酒付
  • 2021-04-22 19:31
你另外一张网卡安装驱动了没有? 启用了吗?
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯