|
|

楼主 |
发表于 2006-1-14 14:51:23
|
显示全部楼层
- # 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 :]!).
- #modules=( "ifconfig" )
- #modules=( "iproute2" )
- #iface_eth0="192.168.2.199 broadcast 192.168.2.255 netmask 255.255.255.0"
- #gateway="eth0/192.168.2.1"
- #config_eth0=("192.168.2.199/24 brd 192.168.2.255")
- #config_eth0=("192.168.2.199 broadcast 192.168.2.255 netmask 255.255.255.0")
- #config_eth0=( "192.168.2.199 netmask 255.255.255.0" )
- config_eth0=( "192.168.2.199/24" )
- routes_eth0=( "default via 192.168.2.1" )
复制代码
打#号的都试过了
不行
提示错误:
no moudules provide |
|