|
|

楼主 |
发表于 2009-3-23 09:52:48
|
显示全部楼层
我用的是dhcp。以下是rc.conf中的配置。
#DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
#eth0="eth0 192.168.10.67 netmask 255.255.255.0 broadcast 192.168.10.255"
eth0="dhcp"
INTERFACES=(eth0) |
|