|
|
发表于 2007-12-14 14:46:40
|
显示全部楼层
rc.conf Ip地址
# Don't use this for wireless interfaces, see network profiles below
#
eth0="eth0 192.168.1.9 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.1.1"
ROUTES=(gateway)
/etc/resolv.conf DNS 服务器
#search <yourdomain.tld>
#nameserver <ip>
# End of file
nameserver 221.12.33.228 |
|