- When everything started for me -- Linux and I -- Useful scripts -- Computer bugs -- Links -

- Introduction -- Tips and tricks -- Scripts -- Linux on a Sony Vaio PCG-SR11K laptop -

Launch ppp at boot :

With Debian...

Edit /etc/network/interfaces :

auto ppp0 iface ppp0 inet ppp provider dsl-provider

dsl-provider living in /etc/ppp/peers

With Ubuntu, I only had to do this :

ln -s /etc/ppp/pppoe_on_boot /etc/ppp/ppp_on_boot and didn't modify /etc/network/interfaces as above... since Ubuntu uses Debian's deprecated method.

Last modified 11.06.2005