|
|
发表于 2006-4-8 19:05:53
|
显示全部楼层
我的/etc/network/interface文件类似:
# 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 eth0
iface eth0 inet static
address 222.12.222.32 #我的IP
netmask 255.255.255.0
network 222.12.222.0
broadcast 222.12.222.255
gateway 222.12.222.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 202.18.66.6
dns-search ideawu.net |
|