Comment 8 for bug 34277

Revision history for this message
Mark Derricutt (mark-talios) wrote : tcpdump of hoary ppoeconf and successfull connection

I found my Hoary Live CD and recorded this tcpdump of a pppoeconf configuration process, connection, and subsequent stable connection.

The logs from this:

Mar 22 10:27:53 localhost kernel: NET: Registered protocol family 10
Mar 22 10:27:53 localhost kernel: Disabled Privacy Extensions on device c02ef500(lo)
Mar 22 10:27:53 localhost kernel: IPv6 over IPv4 tunneling driver
Mar 22 10:28:16 localhost gconfd (ubuntu-23549): Resolved address "xml:readwrite:/home/ubuntu/.gconf" to a writable configuration source at position 0
Mar 22 10:30:16 localhost pppd[23983]: Plugin rp-pppoe.so loaded.
Mar 22 10:30:16 localhost pppd[23983]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2
Mar 22 10:30:16 localhost pppd[23985]: pppd 2.4.2 started by root, uid 0
Mar 22 10:30:18 localhost pppd[23985]: PPP session is 2
Mar 22 10:30:18 localhost pppd[23985]: Using interface ppp0
Mar 22 10:30:18 localhost pppd[23985]: Connect: ppp0 <--> eth0
Mar 22 10:30:18 localhost pppd[23985]: Couldn't increase MTU to 1500
Mar 22 10:30:18 localhost pppd[23985]: Couldn't increase MRU to 1500
Mar 22 10:30:18 localhost pppd[23985]: Couldn't increase MRU to 1500
Mar 22 10:30:18 localhost pppd[23985]: CHAP authentication succeeded
Mar 22 10:30:18 localhost pppd[23985]: peer from calling number 00:01:D8:58:2C:30 authorized
Mar 22 10:30:18 localhost pppd[23985]: local IP address 202.74.212.161
Mar 22 10:30:18 localhost pppd[23985]: remote IP address 202.74.206.7
Mar 22 10:30:18 localhost pppd[23985]: primary DNS address 202.74.207.10
Mar 22 10:30:18 localhost pppd[23985]: secondary DNS address 202.74.207.100

ifconfig shows:

ubuntu@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:80:AD:71:6B:49
          inet6 addr: fe80::280:adff:fe71:6b49/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:14 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:933 (933.0 b) TX bytes:2045 (1.9 KiB)
          Interrupt:10 Base address:0xa400

lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.255.255.255
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:923 errors:0 dropped:0 overruns:0 frame:0
          TX packets:923 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:82876 (80.9 KiB) TX bytes:82876 (80.9 KiB)

ppp0 Link encap:Point-to-Point Protocol
          inet addr:202.74.212.161 P-t-P:202.74.206.7 Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1460 Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:180 (180.0 b) TX bytes:208 (208.0 b)