免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3319 | 回复: 3
打印 上一主题 下一主题

请教pppoe拨号问题,请教大侠, [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-12-23 17:27 |只看该作者 |倒序浏览
参照, http://blog.sina.com.cn/s/blog_4d61a7570100fsie.html , 编译 pppoe ,

1.总是连接超时
[root@utu-Linux]\$ pppoe-start
.dm9000: dm9000_hash_table()
...............TIMED OUT

2.打开调试功能
[root@utu-Linux]\$export DEBUG=1
[root@utu-Linux]\$ pppoe-start
*** Running in debug mode... please be patient...
dm9000: dm9000_hash_table()
cat: can't open '/tmp/pppoe-debug-1034/pppoe-debug.txt-0': No such file or directory

*** Finished debugging run.  Please review the file
*** '/tmp/pppoe-debug-1034/pppoe-debug.txt' and try to
*** figure out what is going on.
***
*** Unfortunately, we can NO LONGER accept debugging
*** output for analysis.  Please do not send this to
*** Roaring Penguin; it is too time-consuming for
*** us to deal with all the analyses we have been sent.

[root@utu-Linux]\$ cd cd /tmp/pppoe-debug-1034
[root@utu-Linux]\$ ls
pppoe-debug.txt

现象, 显示以上信息后,立即退出,明显没到30秒(估计也就2秒的样子)

3.
[root@utu-Linux]\$ cat pppoe-debug.txt
---------------------------------------------
* The following section contains information about your system
Sun Dec 23 09:58:47 UTC 2001
Output of uname -a
Linux utu-linux 2.6.24.4 #262 Mon Dec 7 16:31:45 CST 2009 armv4tl unknown
---------------------------------------------
* The following section contains information about your network
* interfaces.  The one you chose for PPPoE should contain the words:
* 'UP' and 'RUNNING'.  If it does not, you probably have an Ethernet
* driver problem.
Output of ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:22:44:66:88:AA  
          inet addr:192.168.16.168  Bcast:192.168.16.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:80 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9036 (8.8 KiB)  TX bytes:0 (0.0 B)
          Interrupt:53 Base address:0x2300

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

---------------------------------------------
* The following section contains information about kernel modules
* If the module for your Ethernet card is 'tulip', you might
* want to look for an updated version at http://www.scyld.com
Output of lsmod
Module                  Size  Used by    Not tainted
proc_net                2060  0
adc                     2836  0
megent_card_drv         9012  0
ch452                   7364  0
Fs_Print                6360  0
Rc531                  25540  0
smart_driver           16136  0
lcd_160_drv            18952  0
---------------------------------------------
* The following section lists your routing table.
* If you have an entry which starts with '0.0.0.0', you probably
* have defined a default route and gateway, and pppd will
* not create a default route using your ISP.  Try getting
* rid of this route.
Output of netstat -n -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.16.0    0.0.0.0         255.255.255.0   U         0 0          0 eth0
---------------------------------------------
Contents of /etc/resolv.conf
* The following section lists DNS setup.
* If you can browse by IP address, but not name, suspect
* a DNS problem.
nameserver 202.96.134.133
---------------------------------------------
* The following section lists /etc/ppp/options.
* You should have NOTHING in that file.
Contents of /etc/ppp/options
---------------------------------------------
* The following section identifies your Ethernet interface
* and user name.  Some ISP's need 'username'; others
* need 'username@isp.com'.  Try both
ETH=eth0; USER=PPPTEST
---------------------------------------------
* The following section shows the pppd command we will invoke
pppd invocation
/usr/bin/setsid /usr/sbin/pppd pty '/usr/sbin/pppoe -p /var/run/pppoe.conf-pppoe.pid.pppoe -I eth0 -T 80 -U  -m 1412   '  noipdefault noauth default-asyncmap defaultroute hide-password nodetach  mtu 1492 mru 1492 noaccomp nodeflate nopcomp novj novjccomp user PPPTEST lcp-echo-interval 20 lcp-echo-failure 3   debug
---------------------------------------------
setsid: /usr/sbin/pppd: No such file or directory
---------------------------------------------
* The following section is an extract from your log.
* Look for error messages from pppd, such as
* a lack of kernel support for PPP, authentication failure
* etc.
Can't find messages file (looked for /var/{log,adm}/messages
Sun Dec 23 09:58:48 UTC 2001
---------------------------------------------
* The following section is a dump of the packets
* sent and received by rp-pppoe.  If you don't see
* any output, it's an Ethernet driver problem.  If you only
* see three PADI packets and nothing else, check your cables
* and modem.  Make sure the modem lights flash when you try
* to connect.  Check that your Ethernet card is in
* half-duplex, 10Mb/s mode.  If all else fails,
* try using pppoe-sniff.
rp-pppoe debugging dump

pppoe-debug.txt 里面全是无用的信息 , /pppoe-debug-1034/pppoe-debug.txt-0'又没创建成功,
请教有经验的大侠, 怎么调试解决上述情况??

论坛徽章:
0
2 [报告]
发表于 2009-12-23 17:35 |只看该作者

打开调试信息那, 可对包内内容不熟悉,请大侠帮忙分析下

[root@utu-Linux]\$ cat pppoe-debug.txt
---------------------------------------------
* The following section contains information about your system
Sun Dec 23 10:08:27 UTC 2001
Output of uname -a
Linux utu-linux 2.6.24.4 #262 Mon Dec 7 16:31:45 CST 2009 armv4tl unknown
---------------------------------------------
* The following section contains information about your network
* interfaces.  The one you chose for PPPoE should contain the words:
* 'UP' and 'RUNNING'.  If it does not, you probably have an Ethernet
* driver problem.
Output of ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:22:44:66:88:AA  
          inet addr:192.168.16.168  Bcast:192.168.16.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:490 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:61119 (59.6 KiB)  TX bytes:0 (0.0 B)
          Interrupt:53 Base address:0x2300

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

---------------------------------------------
* The following section contains information about kernel modules
* If the module for your Ethernet card is 'tulip', you might
* want to look for an updated version at http://www.scyld.com
Output of lsmod
Module                  Size  Used by    Not tainted
proc_net                2060  0
adc                     2836  0
megent_card_drv         9012  0
ch452                   7364  0
Fs_Print                6360  0
Rc531                  25540  0
smart_driver           16136  0
lcd_160_drv            18952  0
---------------------------------------------
* The following section lists your routing table.
* If you have an entry which starts with '0.0.0.0', you probably
* have defined a default route and gateway, and pppd will
* not create a default route using your ISP.  Try getting
* rid of this route.
Output of netstat -n -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.16.0    0.0.0.0         255.255.255.0   U         0 0          0 eth0
---------------------------------------------
Contents of /etc/resolv.conf
* The following section lists DNS setup.
* If you can browse by IP address, but not name, suspect
* a DNS problem.
nameserver 202.96.134.133
---------------------------------------------
* The following section lists /etc/ppp/options.
* You should have NOTHING in that file.
Contents of /etc/ppp/options
---------------------------------------------
* The following section identifies your Ethernet interface
* and user name.  Some ISP's need 'username'; others
* need 'username@isp.com'.  Try both
ETH=eth0; USER=PPPTEST
---------------------------------------------
* The following section shows the pppd command we will invoke
pppd invocation
/usr/bin/setsid /usr/sbin/pppd pty '/usr/sbin/pppoe -p /var/run/pppoe.conf-pppoe.pid.pppoe -I eth0 -T 80 -U  -m 1412   '  noipdefault noauth default-asyncmap defaultroute hide-password nodetach  mtu 1492 mru 1492 noaccomp nodeflate nopcomp novj novjccomp user PPPTEST lcp-echo-interval 20 lcp-echo-failure 3   debug
---------------------------------------------
using channel 1
Using interface ppp0
Connect: ppp0 <--> /dev/pts/0
Warning - secret file /etc/ppp/pap-secrets has world and/or group access
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfReq id=0x0 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <callback CBCP> <mrru 1614> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]> < 17 04 00 00>]
sent [LCP ConfRej id=0x0 <callback CBCP> <mrru 1614> < 17 04 00 00>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
rcvd [LCP ConfReq id=0x1 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x1 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
rcvd [LCP ConfReq id=0x2 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x2 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
rcvd [LCP ConfReq id=0x3 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x3 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
rcvd [LCP ConfReq id=0x4 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x4 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
rcvd [LCP ConfReq id=0x5 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x5 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
rcvd [LCP ConfReq id=0x6 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x6 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
rcvd [LCP ConfReq id=0x7 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x7 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
rcvd [LCP ConfReq id=0x8 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x8 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfReq id=0x1 <mru 1492> <magic 0xaf49aa5c>]
rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0xaf490000>]
Received bad configure-ack:  01 04 05 d4 05 06 af 49 00 00
rcvd [LCP ConfReq id=0x9 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
sent [LCP ConfAck id=0x9 <mru 1492> <auth chap MS-v2> <magic 0x7fb722c3> <endpoint [local:fb.98.b7.02.94.a0.4a.e5.8f.6d.ba.26.f6.31.a3.c0.00.00.00.00]>]
LCP: timeout sending Config-Requests
Connection terminated.
Modem hangup
Waiting for 1 child processes...
  script /usr/sbin/pppoe -p /var/run/pppoe.conf-pppoe.pid.pppoe -I eth0 -T 80 -U  -m 1412    -D /tmp/pppoe-debug-1101/pppoe-debug.txt-0, pid 1157
pppoe: read (asyncReadFromPPP): Session 2: Input/output error
Script /usr/sbin/pppoe -p /var/run/pppoe.conf-pppoe.pid.pppoe -I eth0 -T 80 -U  -m 1412    -D /tmp/pppoe-debug-1101/pppoe-debug.txt-0 finished (pid 1157), status = 0x1
---------------------------------------------
* The following section is an extract from your log.
* Look for error messages from pppd, such as
* a lack of kernel support for PPP, authentication failure
* etc.
Can't find messages file (looked for /var/{log,adm}/messages
Sun Dec 23 10:08:58 UTC 2001
---------------------------------------------
* The following section is a dump of the packets
* sent and received by rp-pppoe.  If you don't see
* any output, it's an Ethernet driver problem.  If you only
* see three PADI packets and nothing else, check your cables
* and modem.  Make sure the modem lights flash when you try
* to connect.  Check that your Ethernet card is in
* half-duplex, 10Mb/s mode.  If all else fails,
* try using pppoe-sniff.
rp-pppoe debugging dump
rp-pppoe-3.8
10:08:27.719 SENT PPPoE Discovery (8863) PADI sess-id 0 length 12
SourceAddr 00:22:44:66:88:aa DestAddr ff:ff:ff:ff:ff:ff
01 01 00 00 01 03 00 04 86 04 00 00               ............

10:08:27.720 RCVD PPPoE Discovery (8863) PADO sess-id 0 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
01 01 00 00 01 02 00 06 46 41 4d 49 4c 59 01 03   ........FAMILY..
00 04 86 04 00 00 01 04 00 12 52 53 50 45 00 22   ..........RSPE."
44 66 88 aa 30 c7 7c 7c b2 83 ca 01               Df..0.||....

10:08:27.721 SENT PPPoE Discovery (8863) PADR sess-id 0 length 34
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
01 01 00 00 01 03 00 04 86 04 00 00 01 04 00 12   ................
52 53 50 45 00 22 44 66 88 aa 30 c7 7c 7c b2 83   RSPE."Df..0.||..
ca 01                                             ..

10:08:27.721 RCVD PPPoE Discovery (8863) PADO sess-id 0 length 51
SourceAddr 00:1e:90:a9:a7:7b DestAddr 00:22:44:66:88:aa
01 01 00 00 01 02 00 0d 4c 45 4e 4f 56 30 38 31   ........LENOV081
35 31 37 39 32 01 03 00 04 86 04 00 00 01 04 00   51792...........
12 52 53 50 45 00 22 44 66 88 aa 4c fd 18 7d b2   .RSPE."Df..L..}.
83 ca 01                                          ...

10:08:27.722 RCVD PPPoE Discovery (8863) PADS sess-id 2 length 12
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
01 01 00 00 01 03 00 04 86 04 00 00               ............

10:08:28.698 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

论坛徽章:
0
3 [报告]
发表于 2009-12-23 17:36 |只看该作者

太长那,分成两个文件发

10:08:28.699 RCVD PPPoE Session (8864) SESS sess-id 2 length 55
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 00 00 35 01 04 05 d4 03 05 c2 23 81 05   .!...5.......#..
06 7f b7 22 c3 0d 03 06 11 04 06 4e 13 17 01 fb   ...".......N....
98 b7 02 94 a0 4a e5 8f 6d ba 26 f6 31 a3 c0 00   .....J..m.&.1...
00 00 00 17 04 00 00                              .......

10:08:28.702 SENT PPPoE Session (8864) SESS sess-id 2 length 17
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 04 00 00 0f 0d 03 06 11 04 06 4e 17 04 00   .!..........N...
00                                                .

10:08:28.703 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:28.705 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 01 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:28.708 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 01 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:30.688 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 02 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:30.691 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 02 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:31.700 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:31.701 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:33.701 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 03 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:33.704 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 03 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:34.705 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:34.706 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:37.691 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 04 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:37.694 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 04 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:37.710 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:37.722 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:40.715 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:40.716 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:41.701 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 05 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:41.704 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 05 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:43.720 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:43.721 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:45.834 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 06 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:45.837 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 06 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:46.725 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:46.726 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:49.730 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:49.731 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:49.778 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 07 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:49.781 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 07 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:52.735 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:52.736 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:53.769 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 08 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:53.772 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 08 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:55.740 SENT PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 01 01 00 0e 01 04 05 d4 05 06 af 49 aa 5c   .!...........I.\

10:08:55.741 RCVD PPPoE Session (8864) SESS sess-id 2 length 16
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 02 01 00 0e 01 04 05 d4 05 06 af 49 00 00   .!...........I..

10:08:57.775 RCVD PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:21:97:0f:71:50 DestAddr 00:22:44:66:88:aa
c0 21 01 09 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:57.777 SENT PPPoE Session (8864) SESS sess-id 2 length 44
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
c0 21 02 09 00 2a 01 04 05 d4 03 05 c2 23 81 05   .!...*.......#..
06 7f b7 22 c3 13 17 01 fb 98 b7 02 94 a0 4a e5   ..."..........J.
8f 6d ba 26 f6 31 a3 c0 00 00 00 00               .m.&.1......

10:08:58.788 SENT PPPoE Discovery (8863) PADT sess-id 2 length 88
SourceAddr 00:22:44:66:88:aa DestAddr 00:21:97:0f:71:50
01 03 00 04 86 04 00 00 02 03 00 36 52 50 2d 50   ...........6RP-P
50 50 6f 45 3a 20 53 79 73 74 65 6d 20 63 61 6c   PPoE: System cal
6c 20 65 72 72 6f 72 3a 20 4e 6f 20 73 75 63 68   l error: No such
20 66 69 6c 65 20 6f 72 20 64 69 72 65 63 74 6f    file or directo
72 79 01 04 00 12 52 53 50 45 00 22 44 66 88 aa   ry....RSPE."Df..
30 c7 7c 7c b2 83 ca 01                           0.||....

论坛徽章:
0
4 [报告]
发表于 2009-12-25 14:28 |只看该作者
我刚做完pppoe拨号上网,我在pppoe-start的时候也出问题,出现超时。

我发现我的网线太长,换一根较短的网线就好了。

我的网线长短是从modem网口到我的板子网口算起。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP