|
发表于 2004-9-19 19:00:47
|
显示全部楼层
这样就可以了:
[php]
lo="lo 127.0.0.1"
eth0="eth0 192.168.0.121 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# (prefix a route in ROUTES with a ! to disable it)
#
gateway="default gw 192.168.0.1"
ROUTES=(gateway)
[/php] |
|