I want to have internet with Debian 3.1(Sarge), using a modem[connexion ADSL, eth0: Realtek|RTL-8139].
I do:
Code: Select all
#ifconfig.................................
bla..........................bla.
lo blabla.........................
.................................
bla..........................bla
notice: ppp0 does not exist.
The file /etc/resolv.conf, contain:
nameserver (1rst ip adresse of the sever)
nameserver (2nd ip adresse of the sever)
I install the pppoe paquet:
Code: Select all
#apt-get install ppp0Code: Select all
#ping www.goolgle.frWhat I do, in this case to have the net.Thanks.