|
|
发表于 2006-10-7 14:01:57
|
显示全部楼层
adsl一般是dhcp的吧?
看看我的
metric_eth0=0
config_eth0=("dhcp")
dhcpcd_eth0="-t 5"
fallback_eth0=( "192.168.0.59 netmask 255.255.255.0" )
fallback_routes_eth0=( "default gw 192.168.0.1" )
metric_eth1=0
config_eth1=("dhcp")
dhcpcd_eth1="-t 5"
fallback_eth1=( "192.168.0.59 netmask 255.255.255.0" )
fallback_routes_eth1=( "default gw 192.168.0.1" ) |
|