|

楼主 |
发表于 2006-1-10 12:01:55
|
显示全部楼层
我的etc/network/interfaces这么写的 没问题吧 还是搞不定
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# auto eth1
# iface eth1 inet dhcp
auto eth0
iface eth0 inet static
address 211.87.206.253
netmask 255.255.255.128
network 211.87.206.0
broadcast 211.87.206.255
gateway 211.87.206.254 |
|