[问题]升级到dapper后网络时断时续
发表于 : 2006-06-04 19:54
直接从5.10升级过来,adsl还是能自动拨号,但是要不了一分钟就断线了,用plog看说,modem handup。过一会儿又可以了,以前在5.10时好好的,贴上我的interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
auto eth0
# The primary network interface
iface eth0 inet static
network 192.168.1.0
broadcast 192.168.1.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 202.98.96.68 61.139.2.69
address 192.168.1.2
netmask 255.255.255.0
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
# added by pppoeconf
# pre-up /sbin/ifconfig up line maintained by pppoeconf
#pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
请高手看看是哪里的问题。
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
auto eth0
# The primary network interface
iface eth0 inet static
network 192.168.1.0
broadcast 192.168.1.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 202.98.96.68 61.139.2.69
address 192.168.1.2
netmask 255.255.255.0
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
# added by pppoeconf
# pre-up /sbin/ifconfig up line maintained by pppoeconf
#pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
请高手看看是哪里的问题。