Re: * Re: ADSL with woody or what is this newbie doing completly wrong?
Em Dom, 2002-02-10 às 18:28, Brendan J Simon escreveu:
> Hi Stefan,
>
> The only way I can get my ADSL link to work is to do and "ifdown ethX"
> first then followed by a "pon dsl-provider". It will not start
> automatically at boot so I manually run the following script.
>
> poff dsl-provider
> route del default
> ifconfig eth0 down
> pon dsl-provider
>
> I'm not sure if it will solve your problem but it works for me. I wish
> it would work from a reboot. Maybe someone on the list can give me some
> clues.
is your /etc/network/interfaces correctly configured ?
there should be
auto eth0
iface eth0 inet ppp
provider dsl-provider
assuming that dsl-provider is in /etc/ppp/peers
Michel.
Reply to: