Rechercher : dans
Par :

Probleme d'accès internet avec Fedora Core 2

Obiwan, le 28 oct 2004 à 13:27:31 
 Signaler ce message aux modérateurs

Salut à tous...

J'ai un souci pour me connecter à internet depuis Linux. Etonnant !!! ;)))

Voilà, j'ai installé sur mon PC la Fedora Core 2.
J'ai une connexion adsl (wanadoo) et un modem Speedtouch 330 (le bordeaux).

J'ai installé le driver de mon modem grâce au tutorial trouvé là:
www.4p8.com/eric.brasseur/fc2_speedtouch_usb.html
avec les fichiers suivants: fc2_speedtouch_usb.tar.gz ; speedtouch-1.2.tar.gz ;
KQDP6P1.eni et KQD6P2.eni.

Jusque là, pas de problèmes. L'installation s'est bien déroulée.

J'ai modifié les fichiers suivants, de la façon suivante: (tel que ! quand il ya des " elles y
sont dans mes modifs quand il n'y en a pas je n'en ai pas mis)

----------------------------------------------------------------------------------

=> etc/ppp/chap-secrets
# Secrets for authentication using CHAP#
client server secret IP addresses
fti/mon_identifiant@fti * mon_mot_de_passe *

=> etc/ppp/pap-secrets
# Secrets for authentication using CHAP#
client server secret IP addresses
fti/mon_identifiant@fti * mon_mot_de_passe *

=> etc/ppp/peers/adsl
#########################################
# Userspace GPL Speedtouch USB peer file #
#########################################
debug
kdebug 1
noipdefault
defaultroute
pty "/usr/local/bin/pppoeci -vpi 8 -vci 35"
sync
user "fti/mon_identifiant@fti"
noaccomp
nopcomp
noccp
novj
holdoff 1
maxfail 0
usepeerdns
noauth
#lcp-echo-interval 600
#lcp-echo-failure 10

=> etc/resolv.conf
nameserver 80.10.246.2
nameserver 80.10.246.129

(DNS fournies par wanadoo.fr sur "mon compte")

Pour la suite:

[root@localhost root]# killall pppd
[root@localhost root]# pppd call adsl
[root@localhost root]# nslookup www.wanadoo.fr
;; connection timed out; no servers could be reached

[root@localhost root]# ifconfig

lo Lien encap:Boucle locale


inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5196 errors:0 dropped:0 overruns:0 frame:0
TX packets:5196 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:3610268 (3.4 Mb) TX bytes:3610268 (3.4 Mb)

[root@localhost root]# route -n

Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo

[root@localhost root]#

------------------------------------------------------------

Voilà,
HELP ! Aidez moi à me connecter au web sous linux !!!
Merci d'avance !