Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2575 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  Impossible de se connecter sous gentoo

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Impossible de se connecter sous gentoo

n°656515
sky99
http://www.core-tx.com
Posté le 30-03-2005 à 09:18:15  profilanswer
 

Bonjour a tous!
J'ai un probleme sous ma gentoo : je n'arrive pas a me connecter au web!
Alors que sous la mdk10.1 le net fonctionne , quelle que soit la carte reseau,
sous la gentoo, je n'y arrive pas sur aucune des cartes reseau...
J'ai un 2Mbits wanadoo avec un alcatel speed touch home (toujours en home)...
 
J'arrive a pinguer le modem si je m'attribue la bonne ip, donc pas de probleme
de ce coté...
De la meme maniere les 2 cartes reseau fonctionnent...
 
Toutefois, apres avoir configuré comme indiqué dans la doc gentoo, je n'arrive
toujours pas a me connecter... J'ai essayé de suivre le tuto de lea-linux, idem...
j'utilise rp-pppoe.
Des que je lance adsl-start, j'ai inevitablement un "TIMOUT" apres quelques secondes...
Une seule fois j'ai eu un "connecté" apres une longue attente, mais je ne pouvais  
acceder a aucun service. Mais en faisant un ifconfig, j'ai vu que ppp0 avait une adresse
valable...
 
toutefois, toujours impossible de se connecter et de faire quoi que ce soit...
 
A chaque fois que j'essaie de me connecter j'ai toujours un timeout...
Pourtant l'interface semble reçevoir quelquechose puisque dans les tx et rx de ifconfig
, il y a entre quelques octets et quelques ko...
et que ppp0 prend une adresse qui semble valable sur le net (classe A 80.x.y.z, du genre
de celles que j'ai normalement...
 
sous mandrake voila ce que j'obtiens :

Code :
  1. Lien encap:Protocole Point-à-Point
  2.           inet adr:81.248.75.153  P-t-P:81.248.75.1  Masque:255.255.255.255
  3.           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
  4.           RX packets:1189 errors:0 dropped:0 overruns:0 frame:0
  5.           TX packets:1354 errors:0 dropped:0 overruns:0 carrier:0
  6.           collisions:0 lg file transmission:3
  7.           RX bytes:336375 (328.4 Kb)  TX bytes:217519 (212.4 Kb)


 
Et sous la gentoo,j'ai quelquechose de tres semblable...
La seule difference est le MTU qui est a 1500 par defaut ...
Je l'ai baissé pour voir, mais ça n'a rien changé....
 
Le masque est aussi a 255.255.255.255, ce qui m'a étonné, mais ça fonctionne sous la mandrake...
surtout que je n'ai rien attribué a la main, tout est dynamique!
 
QUoi qu'il en soit, je n'arrive toujours pas a me connecter, et vu les "TIMOUT"
que me renvoie le shell, je n'arrive pas a savoir pourquoi.
 
adsl-status me dit toujours que le lien est down(impossible de lire le fichier bidule.pid);
et parfois quand je fais adsl-stop il me dit la meme chose...
 
AU mieux j'ai donc une ip, mais je ne peux rien faire...
Je n'ai installé aucun firewall, ni quoi que ce soit de ce genre...
 
vraiement, je ne sais pas quoi faire pour avoir le net, et donc enfin pouvoir utiliser
ma gentoo (comment emerger sans le net!)
Donc si vous aviez des idées, ne serait-ce que pour pouvoir diagnostiquer l'origine du probleme...
enfin au moins que adsl-start soit plus bavard, ou que je puisse lire un log, quelquechose
qui me donne un début de piste...
merci d'avance! :bounce:  
 
a tout hasard, voici mon pppoe.conf...

Code :
  1. **********************************************************************
  2. #
  3. # pppoe.conf
  4. #
  5. # Configuration file for rp-pppoe.  Edit as appropriate and install in
  6. # /etc/ppp/pppoe.conf
  7. #
  8. # NOTE: This file is used by the adsl-start, adsl-stop, adsl-connect and
  9. #       adsl-status shell scripts.  It is *not* used in any way by the
  10. #       "pppoe" executable.
  11. #
  12. # Copyright (C) 2000 Roaring Penguin Software Inc.
  13. #
  14. # This file may be distributed under the terms of the GNU General
  15. # Public License.
  16. #
  17. # LIC: GPL
  18. # $Id: pppoe.conf,v 1.10 2002/04/09 17:28:38 dfs Exp $
  19. #***********************************************************************
  20. # When you configure a variable, DO NOT leave spaces around the "=" sign.
  21. # Ethernet card connected to ADSL modem
  22. #
  23. # NB: Gentoo overrides ETH when adsl-start is called from the
  24. # networking scripts.  This setting has no effect in that case.
  25. ETH='eth1'
  26. # ADSL user name.  You may have to supply "@provider.com"  Sympatico
  27. # users in Canada do need to include "@sympatico.ca"
  28. # Sympatico uses PAP authentication.  Make sure /etc/ppp/pap-secrets
  29. # contains the right username/password combination.
  30. # For Magma, use xxyyzz@magma.ca
  31. USER='fti/blablabla@fti'
  32. # Bring link up on demand?  Default is to leave link up all the time.
  33. # If you want the link to come up on demand, set DEMAND to a number indicating
  34. # the idle time after which the link is brought down.
  35. DEMAND=no
  36. #DEMAND=300
  37. # DNS type: SERVER=obtain from server; SPECIFY=use DNS1 and DNS2;
  38. # NOCHANGE=do not adjust.
  39. DNSTYPE=NOCHANGE
  40. # Obtain DNS server addresses from the peer (recent versions of pppd only)
  41. # In old config files, this used to be called USEPEERDNS.  Changed to
  42. # PEERDNS for better Red Hat compatibility
  43. PEERDNS=no
  44. DNS1=
  45. DNS2=80.10.249.130
  46. # Make the PPPoE connection your default route.  Set to
  47. # DEFAULTROUTE=no if you don't want this.
  48. DEFAULTROUTE=yes
  49. ### ONLY TOUCH THE FOLLOWING SETTINGS IF YOU'RE AN EXPERT
  50. # How long adsl-start waits for a new PPP interface to appear before
  51. # concluding something went wrong.  If you use 0, then adsl-start
  52. # exits immediately with a successful status and does not wait for the
  53. # link to come up.  Time is in seconds.
  54. #
  55. # WARNING WARNING WARNING:
  56. #
  57. # If you are using rp-pppoe on a physically-inaccessible host, set
  58. # CONNECT_TIMEOUT to 0.  This makes SURE that the machine keeps trying
  59. # to connect forever after adsl-start is called.  Otherwise, it will
  60. # give out after CONNECT_TIMEOUT seconds and will not attempt to
  61. # connect again, making it impossible to reach.
  62. CONNECT_TIMEOUT=30
  63. # How often in seconds adsl-start polls to check if link is up
  64. CONNECT_POLL=2
  65. # Specific desired AC Name
  66. ACNAME=
  67. # Specific desired service name
  68. SERVICENAME=
  69. # Character to echo at each poll.  Use PING="" if you don't want
  70. # anything echoed
  71. PING="."
  72. # File where the adsl-connect script writes its process-ID.
  73. # Three files are actually used:
  74. #   $PIDFILE       contains PID of adsl-connect script
  75. #   $PIDFILE.pppoe contains PID of pppoe process
  76. #   $PIDFILE.pppd  contains PID of pppd process
  77. #
  78. # NB: Gentoo overrides PIDFILE when adsl-start is run from the
  79. # networking scripts.  This setting has no effect in that case.
  80. PIDFILE="/var/run/$CF_BASE-adsl.pid"
  81. # Do you want to use synchronous PPP?  "yes" or "no".  "yes" is much
  82. # easier on CPU usage, but may not work for you.  It is safer to use
  83. # "no", but you may want to experiment with "yes".  "yes" is generally
  84. # safe on Linux machines with the n_hdlc line discipline; unsafe on others.
  85. SYNCHRONOUS=no
  86. # Do you want to clamp the MSS?  Here's how to decide:
  87. # - If you have only a SINGLE computer connected to the ADSL modem, choose
  88. #   "no".
  89. # - If you have a computer acting as a gateway for a LAN, choose "1412".
  90. #   The setting of 1412 is safe for either setup, but uses slightly more
  91. #   CPU power.
  92. CLAMPMSS=1412
  93. #CLAMPMSS=no
  94. # LCP echo interval and failure count.
  95. LCP_INTERVAL=20
  96. LCP_FAILURE=3
  97. # PPPOE_TIMEOUT should be about 4*LCP_INTERVAL
  98. PPPOE_TIMEOUT=80
  99. # Firewalling: One of NONE, STANDALONE or MASQUERADE
  100. FIREWALL=NONE
  101. # Linux kernel-mode plugin for pppd.  If you want to try the kernel-mode
  102. # plugin, use LINUX_PLUGIN=/etc/ppp/plugins/rp-pppoe.so
  103. LINUX_PLUGIN=
  104. # Any extra arguments to pass to pppoe.  Normally, use a blank string
  105. # like this:
  106. PPPOE_EXTRA=""
  107. # Rumour has it that "Citizen's Communications" with a 3Com
  108. # HomeConnect ADSL Modem DualLink requires these extra options:
  109. # PPPOE_EXTRA="-f 3c12:3c13 -S ISP"
  110. # Any extra arguments to pass to pppd.  Normally, use a blank string
  111. # like this:
  112. PPPD_EXTRA=""
  113. ########## DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
  114. # If you wish to COMPLETELY overrride the pppd invocation:
  115. # Example:
  116. # OVERRIDE_PPPD_COMMAND="pppd call dsl"
  117. # If you want adsl-connect to exit when connection drops:
  118. # RETRY_ON_FAILURE=no


---------------
http://www.core-tx.com
mood
Publicité
Posté le 30-03-2005 à 09:18:15  profilanswer
 

n°656645
sky99
http://www.core-tx.com
Posté le 30-03-2005 à 16:44:11  profilanswer
 

up!


---------------
http://www.core-tx.com
n°995133
trouble_fe​te
Posté le 26-12-2007 à 16:24:17  profilanswer
 

Tu etais arrivé a te connecter avec rp-pppoe ? si oui explique comment je ne trouve aucune aide sur l'utilisation de rp-pppoe, sinon des solutions qui ne fonctionnent pas ! ça fini aussi en time out chez moi (j'ai aussi un modem en Ethernet)


Message édité par trouble_fete le 26-12-2007 à 16:24:25

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  Impossible de se connecter sous gentoo

 

Sujets relatifs
grsec 2.1.3 + wine impossible ?!Telecharger Gentoo
Impossible de compiler quoi que ce soitActivation carte ethernet Netgear sous MDK10 impossible
[Debian] Impossible d'installer pilote ATIle client partimage n'arrive pas a se connecter au server
Impossible d'installer mandrake 10.1...partitionnement double boot Gentoo/Windows
TightVNC viewer ne veut pas se connecterGentoo: impossible de se connecter avec emerge
Plus de sujets relatifs à : Impossible de se connecter sous gentoo


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR