|
发表于 2005-3-11 20:19:47
|
显示全部楼层
我装完了以后没法上网;(
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="eth0 192.168.1.80 netmask 255.255.255.0 broadcast 192.168.1.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.1.1"
ROUTES=(gateway)
在modprobe.conf里面加上了
alias eth0 8139too
ping 192.168.1.1
显示destination unreachable
我的网卡是8139c,原来用suse的时候是可以上网的,不过上一会就断。用win2003需要修改linkspeed/duplex mode 为 100Mbps/half duplex,哪位大侠知道该怎么办? |
|