raccoon 发表于 2019-7-1 11:27:26

双网卡ip设置

在/etc/network/inte**ce文件下进行设置
auto eth0
iface eth0 inet static
address 192.168.0.141
gateway 192.168.0.1
netmask 255.255.255.0

auto eth1
iface eth1 inet static
address 192.168.0.141
gateway 192.168.0.1
netmask 255.255.255.0
这样设置不可以
需要怎么进行设置?

飞凌-chongzi 发表于 2019-7-2 09:37:02

在知识库里有关于5718的双网口配置方法,下面是链接,可以参考一下
http://bbs.witech.com.cn/article-264-1.html
页: [1]
查看完整版本: 双网卡ip设置