Page 1 of 1

[Debian]connexion to the net.

Posted: Sun Mar 19, 2006 8:48 am
by cheikhbouchihda
Hello,
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
th0: blabla.........................
.................................
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 ppp0
When I do:

Code: Select all

#ping www.goolgle.fr
http://www.google.fr unknowen host.

What I do, in this case to have the net.Thanks.

Posted: Sun Mar 19, 2006 11:38 pm
by Stoker
i think you need to do a bit of rtfm on the Debian package system and Linux networking howto first, here are the basics which should give you a good clue on what to search for and what manpages to read, pppoeconf should be able to get you going...

# apt-get install pppoe pppoeconf
# pppoeconf

$ man pppd

$ ls /etc/ppp
$ ls /etc/ppp/peers

Posted: Fri Mar 24, 2006 7:26 am
by cheikhbouchihda
Please help!, I can't connect to the internet with my Debian, I don't know what to do, now!

Posted: Fri Mar 24, 2006 10:23 am
by Chris Corbyn
clapton wrote:Please help!, I can't connect to the internet with my Debian, I don't know what to do, now!
:? Did you try what the post above said?

Posted: Mon Mar 27, 2006 12:16 am
by cheikhbouchihda
Good morning,

When I do:

Code: Select all

$ls /etc/ppp
I get:
chap-secrets ip-up ipv6-down.d options ppp_on_boot resolv
ip-down ip-up.d ipv6-up pap-secrets ppp_on_boot_dsl resolv.conf
ip-down.d ipv6-down ipv6-up.d peers
And, when I do:

Code: Select all

#ls /etc/ppp/peers
I obtain:
dsl-provider provider
I have done:

Code: Select all

pon dsl-provider
and:

Code: Select all

$lynx www.google.fr
I get:
unknown host
What must I do in this case, to be connected at the internet with the Debian, please.Thanks in advence.