Gentoo Archives: gentoo-user

From: fei huang <daniel.huangfei@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] pppoe connect problem after updates
Date: Mon, 05 Jun 2006 02:23:09
Message-Id: 5cd9791d0606041915w340705cdq9ffb1ab9f8c4bd98@mail.gmail.com
In Reply to: [gentoo-user] pppoe connect problem after updates by Philip Webb
1 On 6/5/06, Philip Webb <purslow@×××××××××.ca> wrote:
2 >
3 > I've just spent several hours trying permutations to get ADSL to connect
4 > after updating to Baselayout-1.12.0 & Ppp-2.4.3 .
5 > I've read /etc/conf.d/net.example & copied what seem the needed lines :
6 >
7 > config_eth0=( "192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
8 > )
9 > config_ppp0=( "ppp" )
10 > link_ppp0="eth0"
11 > plugins_ppp0=( "pppoe" )
12 > username_ppp0='user@isp'
13 > pppd_ppp0=( "updetach" "noauth" "defaultroute" "usepeerdns" "persist" )
14 >
15 > I've also made the symlink : 'cd /etc/init.d ; ln -s net.lo net.ppp0'.
16
17
18 your config looks not correct, I remember there should be a line like
19 something ( "adsl") in it, my config contains no more than three lines.
20 we might have different version though, just follow the gentoo guide
21 regarding to this topic, it really make sense.
22
23 There are no boot error msgs, the "start eth0" line returns "ok"
24 > & the "start ntpd" line also says "ok", but the connection isn't made.
25 > The 1st "ok" comes back very quickly -- 2 - 3 seconds -- ,
26 > whereas a successful connection normally takes 10 seconds.
27
28
29 I don't exactly know how that works, wrong parameters, I think.
30
31 I have no problem when I return to using Rp-pppoe-3.8
32 > (after changing to my old version of 'net' & removing the symlink).
33 >
34 > When I emerged Ppp-2.4.3 it gave warnings that I do not have
35 > CONFIG_PPP_DEFLATE & CONFIG_PPP_BSDCOMP in my kernel (2.6.14).
36 > Before I recompile the kernel, can anyone confirm that might be the
37 > problem ?
38
39
40 I think you must already have chosen the PPPOE option while compile the
41 kernel, otherwise, the previous version might not work properly either,
42 Nevertheless, you may check option within that warning in your kernel config
43 file to make sure.
44
45 There's nothing useful on the Forum & I've exhausted my own thoughts:
46 > does anyone have any other useful suggestions ?
47 >
48 > --
49 > ========================,,============================================
50 > SUPPORT ___________//___, Philip Webb : purslow@××××××××××××××.ca
51 > ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
52 > TRANSIT `-O----------O---' University of Toronto
53 > --
54 > gentoo-user@g.o mailing list
55 >
56 >
57 good luck
58
59 daniel