|
|
发表于 2009-3-21 08:58:27
|
显示全部楼层
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=( "192.168.1.10/24" )
上面本来是不应该设置静态IP的,但是如果不设置,在开机时会停滞在检测DHCP几分钟
我装了一个ifplugd就可以不等了, 还可以抱着本本见网就上。
ifplugd_eth0="..." |
|