[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

networking服务与多网卡的问题



我在debian下配置两块网卡, interfaces文件如下:

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet static
        address 10.9.5.10
        netmask 255.255.0.0
        network 10.9.0.0
        broadcast 10.9.255.255
        gateway 10.9.254.254
        dns-nameservers 10.0.0.225
allow-hotplug eth1
iface eth1 inet static
        address 10.9.5.15
        netmask 255.255.0.0
        network 10.9.0.0
        broadcast 10.9.255.255
        gateway 10.9.254.254

机器重启的时候两块网卡均能正常启用, 但用/etc/init.d/networking 重启, 或停止后再启用时, 只有eth0能正常启用,
eth1始终不能再次启用.

各位有遇到过的吗?
-- 
View this message in context: http://www.nabble.com/networking%E6%9C%8D%E5%8A%A1%E4%B8%8E%E5%A4%9A%E7%BD%91%E5%8D%A1%E7%9A%84%E9%97%AE%E9%A2%98-tp14370168p14370168.html
Sent from the debian-chinese-gb mailing list archive at Nabble.com.


Reply to: