Bonjour à tous,
Je suis enfin parvenu à faire fonctionner mon vieux routeur zyxel p642me en bridge, en laissant à ma passerelle (debian sarge) le role de se connecter en PPPoE. Donc tout fonctionne bien...
Mais si je lis le log, j'obtients ça :
Code :
- Nov 3 16:27:13 localhost pppd[2037]: Couldn't increase MTU to 1500
- Nov 3 16:27:13 localhost pppd[2037]: Couldn't increase MRU to 1500
- Nov 3 16:27:14 localhost pppd[2037]: CHAP authentication succeeded
- Nov 3 16:27:14 localhost pppd[2037]: peer from calling number 00:90:1A:41:1A:9A authorized
- Nov 3 16:27:14 localhost pppd[2037]: Cannot determine ethernet address for proxy ARP
- Nov 3 16:27:14 localhost pppd[2037]: local IP address xxx.xxx.xxx.xxx
- Nov 3 16:27:14 localhost pppd[2037]: remote IP address xxx.xxx.xxx.xxx
- Nov 3 16:27:14 localhost pppd[2037]: primary DNS address xxx.xxx.xxx.xxx
- Nov 3 16:27:14 localhost pppd[2037]: secondary DNS address xxx.xxx.xxx.xxx
|
Je pige pas pourquoi j'ai ces messages à la ligne 1 et 5 ?
Vous pouvez eclairer ma lanterne, car j'ai mené ma petite enquete sur google, mais apparement, dès que ça marche, ça n'intérresse plus personne.
Voici mon fichier de connexion:
Code :
- pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"
- # An even more conservative version of the previous line, if things
- # don't work using -m 1452...
- #pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1412"
- # If the computer connected to the Internet using pppoe is not being used
- # by other computers as a gateway to the Internet, you can try the following
- # line instead, for a small gain in speed:
- #pty "/usr/sbin/pppoe -I eth0 -T 80"
- # The following two options should work fine for most DSL users.
- # Assumes that your IP address is allocated dynamically
- # by your DSL provider...
- noipdefault
- # Try to get the name server addresses from the ISP.
- usepeerdns
- # Use this connection as the default route.
- # Comment out if you already have the correct default route installed.
- defaultroute
- ##
- # Section 2
- #
- # Uncomment if your DSL provider charges by minute connected
- # and you want to use demand-dialing.
- #
- # Disconnect after 300 seconds (5 minutes) of idle time.
- #demand
- #idle 300
- ##
- # Section 3
- #
- # You shouldn't need to change these options...
- hide-password
- lcp-echo-interval 20
- lcp-echo-failure 3
- # Override any connect script that may have been set in /etc/ppp/options.
- connect /bin/true
- noauth
- persist
- mtu 1492
- # RFC 2516, paragraph 7 mandates that the following options MUST NOT be
- # requested and MUST be rejected if requested by the peer:
- # Address-and-Control-Field-Compression (ACFC)
- noaccomp
- # Asynchronous-Control-Character-Map (ACCM)
- default-asyncmap
- plugin rp-pppoe.so eth0
- user "xxxx@xxxx.xx"
|
Le problème pourrait venir de la ligne 5 et 47 ?
Et pourquoi, essaye t'il de se connecter avec un mtu de 1500 ???
Merci d'avance !
Message édité par helvetik le 03-11-2005 à 21:56:27