|
发表于 2005-9-5 22:55:53
|
显示全部楼层
按理说两块应当都能up才对,三块的我都装过! 也有可能是驱动问题。
/etc/network/interfaces 应当同时有两块网卡的设置。
iface eth0 inet static
address 192.168.0.40
gateway 192.168.0.1
netmask 255.255.255.0
iface eth1 inet static
address 192.168.0.41
gateway 192.168.0.1
netmask 255.255.255.0 |
|