Gentoo Archives: gentoo-user

From: dnebinger@××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Help with rp-pppoe/adsl...
Date: Tue, 19 Jul 2005 03:30:52
Message-Id: 42dc731d.vi5gt9a7RD+5emcB%dnebinger@cornholio.joat.com
1 Okay, guys, this is really driving me nuts...
2
3 I've got this wonderful new Sangoma S518 ADSL modem card for my server.
4 I'm ready to get this thing working, but it's giving me fits.
5
6 Basically I need to use their wanpipe software for the card access. That
7 part is fine. It starts up and reports that it is connected.
8
9 Once it's up, ifconfig reports the device is up and it is an ethernet card.
10
11 That's where my success ends.
12
13 Rp-pppoe is set up to use the card but it cannot connect. It reports a timeout
14 waiting for PAD0 responses. Bummer.
15
16 So I was thinking it may be a routing, firewall, or general networking issue.
17
18 First routing. When I try to define it as the default route using "route add
19 -net 0.0.0.0 netmask 255.255.255.255 dev w1ad" (where w1ad is the device name),
20 route reports "SIOCADDRT: No such device", which is odd because ifconfig shows
21 it in the list.
22
23 Firewalling had no problems adjusting rules for the device, which again makes
24 me question the route error above.
25
26 For the general networking thing, I'm uncertain what the exact sequence of
27 things that occur when a network interface is started via /etc/init.d/net.*.
28 When/how is a route added?
29
30 Also the /etc/conf.d/net example has references to allowing adsl via a line
31 such as:
32
33 config_w1ad=( "adsl" )
34
35 But when I make a copy of net.eth0 to /etc/init.d/net.w1ad and then try to
36 start it it complains about not knowing how to start this type of interface;
37 if it's not supported, why add comments to /etc/conf.d/net about it? If it
38 should be working, what do I need to do to fix the problem?
39
40 Any assistance that you can throw my way will be *greatly* appreciated.
41
42 Thanks
43
44 Dave
45
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Help with rp-pppoe/adsl... Iain Buchanan <iaindb@××××××××××××.au>