zsh1313 发表于 2005-11-27 17:50:37

用pppoe现在拨不上号了(debian系统)

用120M的ISO安装的,刚装上用PPPOE还能拨上号,然后装了KDE及一些其他的东西,然后重起后就不行了,信息是

XXX:~# ifconfig
eth0      Link encap:EthernetHWaddr 00:11:2F:8B:E9:A0
          inet addr:192.168.0.5Bcast:192.168.0.255Mask:255.255.255.0
          inet6 addr: fe80::211:2fff:fe8b:e9a0/64 Scope:Link
          UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
          RX packets:215 errors:0 dropped:0 overruns:0 frame:0
          TX packets:377 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:29764 (29.0 KiB)TX bytes:22698 (22.1 KiB)
          Interrupt:209 Base address:0xd800

lo      Link encap:Local Loopback
          inet addr:127.0.0.1Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNINGMTU:16436Metric:1
          RX packets:107 errors:0 dropped:0 overruns:0 frame:0
          TX packets:107 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8867 (8.6 KiB)TX bytes:8867 (8.6 KiB)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:211.148.72.194P-t-P:211.148.72.1       Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICASTMTU:1492Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:117 (117.0 b)TX bytes:54 (54.0 b)

zsh:~# plog
Nov 27 16:33:09 zsh pppd: Couldn't increase MRU to 1500
Nov 27 16:33:09 zsh pppd: Remote message: Successfully
Nov 27 16:33:09 zsh pppd: PAP authentication succeeded
Nov 27 16:33:09 zsh pppd: peer from calling number 00:E0:FC:0A:94:EB authorized
Nov 27 16:33:09 zsh pppd: not replacing default route to eth0
Nov 27 16:33:09 zsh pppd: Cannot determine ethernet address for proxy ARP
Nov 27 16:33:09 zsh pppd: localIP address 211.148.72.194
Nov 27 16:33:09 zsh pppd: remote IP address 211.148.72.1
Nov 27 16:33:09 zsh pppd: primary   DNS address 211.148.126.2
Nov 27 16:33:09 zsh pppd: secondary DNS address 218.2.135.1

zsh1313 发表于 2005-11-27 17:56:53


Nov 27 16:33:09 zsh pppd: not replacing default route to eth0
Nov 27 16:33:09 zsh pppd: Cannot determine ethernet address for proxy ARP


用route add default gw....的方法也不行,以前用re-pppoe3.5现在装不上,缺少gcc,cc,所以只能还是用debian自带的这个,请问还有其他办法解决吗,还是我做的少了哪些步骤

daniel_zhy 发表于 2005-11-28 10:41:48

以下文章供参考, 可能是ppoeconf的bug. ubuntu和debian的配置文件应该是相同的.

http://ubuntuforums.org/archive/index.php/t-75687.html

# added by pppoeconf
auto eth0
iface eth0 inet manual

pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf


comented out that iface eth0 inet static section and added the line iface eth0 inet manual after auto eth0. Hope it helps.
页: [1]
查看完整版本: 用pppoe现在拨不上号了(debian系统)