


I wish I were at home in front of it right now, because I have actually gotten it to give me all kinds of different errors , doing things that were probably wrong on my part though. But I am pretty sure that when I do adsl-start that there is a little more to the error message. And without being there to see it right now I might not be able to help you help me. But be sure I will try the kernel thing when I get there. It cant hurt.Lord Spector wrote:no if you don't enable these modules you get a .......................TIMED OUT
it gives you no error if you don't have the right modules
I had the same problem so belive me...

Code: Select all
root@gentoo private # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:08:A1:52:5C:1C
inet addr:192.168.*.* Bcast:192.168.*.* Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2898 errors:0 dropped:0 overruns:0 frame:0
TX packets:1765 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1978294 (1.8 Mb) TX bytes:176440 (172.3 Kb)
Interrupt:9 Base address:0xc000




Whoa!!!!!!!!!! Perhaps that's what I missed out! was trying to set up my server as a router one day, just for learning, all attempts failed. i think that part in /etc/conf.d/net failed me.Lord Spector wrote:ppp is a virtual interface...
So you need to set the ethX card that is connected to your DSL modem to blank settings (don't set anything in /etc/conf.d/net for ethX)
And also remove the card from rc so that it doesn't come up at boot because pppoe will bring it up on its own...(rc-update del net.ethX default)
Oh and don't set anything for the ppp interface ! It will receive its IP from your DSL modem
Hope this gets you online