|

楼主 |
发表于 2007-3-21 17:41:30
|
显示全部楼层
我不明白的是.2个一样的网卡.为什么能找到一个.另一个找不到呢
/etc/network/interface
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth2
iface eth2 inet static
address 10.100.0.79
netmask 255.255.255.0
network 10.100.0.0
broadcast 10.100.0.255
gateway 10.100.0.252
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.100.0.2
dns-search achievo.com |
|