[Debian]connexion to the net.

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
cheikhbouchihda
Forum Commoner
Posts: 51
Joined: Thu Mar 02, 2006 2:08 pm
Location: France.

[Debian]connexion to the net.

Post 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.
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post 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
cheikhbouchihda
Forum Commoner
Posts: 51
Joined: Thu Mar 02, 2006 2:08 pm
Location: France.

Post by cheikhbouchihda »

Please help!, I can't connect to the internet with my Debian, I don't know what to do, now!
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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?
cheikhbouchihda
Forum Commoner
Posts: 51
Joined: Thu Mar 02, 2006 2:08 pm
Location: France.

Post 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.
Post Reply