Gentoo Archives: gentoo-user

From: Philip Webb <purslow@×××××××××.ca>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] pppoe connect problem : more
Date: Mon, 05 Jun 2006 23:27:41
Message-Id: 20060605232145.GA4625@sympatico.ca
In Reply to: [gentoo-user] pppoe connect problem after updates by Philip Webb
1 060604 Philip Webb wrote:
2 > I've just spent several hours trying permutations to get ADSL to connect
3 > after updating to Baselayout-1.12.0 & Ppp-2.4.3 .
4 > I've read /etc/conf.d/net.example & copied what seem the needed lines :
5 >
6 > config_eth0=( "192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" )
7 > config_ppp0=( "ppp" )
8 > link_ppp0="eth0"
9 > plugins_ppp0=( "pppoe" )
10 > username_ppp0='user@isp'
11 > pppd_ppp0=( "updetach" "noauth" "defaultroute" "usepeerdns" "persist" )
12 >
13 > I've also made the symlink : 'cd /etc/init.d ; ln -s net.lo net.ppp0'.
14 > There are no boot error msgs, the "start eth0" line returns "ok"
15 > & the "start ntpd" line also says "ok", but the connection isn't made.
16 > The 1st "ok" comes back very quickly -- 2 - 3 seconds -- ,
17 > whereas a successful connection normally takes 10 seconds.
18 > I have no problem when I return to using Rp-pppoe-3.8
19 > (after changing to my old version of 'net' & removing the symlink).
20
21 I recompiled the Kernel (2.6.14) to add the 2 compression types
22 & still get no success connecting using PPP alone.
23 Syslog gives the following (omitting date + 'localhost') :
24
25 using PPP alone : fails
26
27 16:08:32 kernel: ReiserFS: hda9: Using r5 hash to sort names
28 16:08:36 kernel: skge eth0: enabling interface
29 16:08:38 kernel: skge eth0: Link is up at 10 Mbps, half duplex, flow control none
30 16:08:41 ntpd[4137]: ntpd 4.2.0a@1.1190-r Sat Feb 4 09:05:38 EST 2006 (1)
31 16:08:41 ntpd[4137]: precision = 1.000 usec
32 16:08:41 ntpd[4137]: Listening on interface wildcard, 0.0.0.0#123
33 16:08:41 ntpd[4137]: Listening on interface eth0, 192.168.0.2#123
34 16:08:41 ntpd[4137]: Listening on interface lo, 127.0.0.1#123
35 16:08:41 ntpd[4137]: kernel time sync status 0040
36
37 using Rp-pppoe : succeeds : additional lines marked :
38
39 16:13:03 kernel: ReiserFS: hda9: Using r5 hash to sort names
40 16:13:07 kernel: skge eth0: enabling interface
41 >>16:13:07 pppd[3932]: pppd 2.4.3 started by root, uid 0
42 >>16:13:07 pppd[3932]: Using interface ppp0
43 >>16:13:07 pppd[3932]: Connect: ppp0 <--> /dev/pts/0
44 16:13:09 kernel: skge eth0: Link is up at 10 Mbps, half duplex, flow control none
45 >>16:13:12 pppoe[3933]: PADS: Service-Name: ''
46 >>16:13:12 pppoe[3933]: PPP session is 6907 (0x1afb)
47 >>16:13:16 pppd[3932]: PAP authentication succeeded
48 >>16:13:16 kernel: PPP BSD Compression module registered
49 >>16:13:16 pppd[3932]: local IP address 70.49.170.21
50 >>16:13:16 pppd[3932]: remote IP address 64.230.197.176
51 >>16:13:16 pppd[4070]: Can't open options file /etc/ppp/peers/noauth: No such file or directory
52 16:13:20 ntpd[4310]: ntpd 4.2.0a@1.1190-r Sat Feb 4 09:05:38 EST 2006 (1)
53 16:13:20 ntpd[4310]: precision = 1.000 usec
54 16:13:20 ntpd[4310]: Listening on interface wildcard, 0.0.0.0#123
55 16:13:20 ntpd[4310]: Listening on interface lo, 127.0.0.1#123
56 >>16:13:20 ntpd[4310]: Listening on interface ppp0, 70.49.170.21#123
57 16:13:20 ntpd[4310]: kernel time sync status 0040
58
59 Before I submit a bug report, does anyone have any suggestions ?
60
61 --
62 ========================,,============================================
63 SUPPORT ___________//___, Philip Webb : purslow@××××××××××××××.ca
64 ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
65 TRANSIT `-O----------O---' University of Toronto
66 --
67 gentoo-user@g.o mailing list