[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pb d'initialisation PPPOE



Bonjour.

Nous avons récemment changé de fournisseur d'accès Inet
(FreeDSL->Cegetel) et de modem ADSL (Sagem 908, carte éthernet HS ->
SpeedTouch). Depuis lors, je n'arrive pas à lancer cette foutue
connection, l'initialisation PPPOE ne se termine jamais : Initiation,
Offer, Request, mais jamais Session-Confirmation.

Je ne connais pas grand chose à PPPO, ai utilisé tous les exemples de
ppp.conf examples, sans succès.
La connexion ADSL est opérationnelle, puisqu'elle se fait sans problème
si je remplace l'OBSD par un boîtier ZyXEL ZyWALL 10W.

Quelqu'un aurait-il une idée de la boulette que je fais sûrement ? Ou
pourquoi pas, l'un d'entre vous serait-il dans la même config, by
chance ?

Notre configuration :
-------------------
OpenBSD 3.5
Alcatel SpeedTouch 510 (Ethernet)
dial par ppp, et non pppd, pas de parefeu actif durant la phase de
connection.

ppp.conf :
----------
default:
 set log All

pppoe:
 set device "!/usr/sbin/pppoe -i em0 -v"
# disable acfcomp protocomp
# set mtu max 1492
# set speed sync
# set lqrperiod 5
# set cd 5
# set dial
# set login
# set timeout 0
 set authname ********
 set authkey ********
 enable sroutes
 add! default HISADDR
 enable mssfixup


tcpdump :

17:19:02.593781 PPPoE-Discovery
	code Initiation, version 1, type 1, id 0x0000, length 23
	tag Service-Name, length 0
	tag Host-Uniq, length 1 \000
	tag Relay-Session, length 10 \000\000\000\000\000\220Ðâ\215\031
17:19:20.103824 PPPoE-Discovery
	code Initiation, version 1, type 1, id 0x0000, length 23
	tag Service-Name, length 0
	tag Host-Uniq, length 1 \000
	tag Relay-Session, length 10 \000\000\000\000\000\220Ðâ\215\031
17:19:29.281378 PPPoE-Discovery
	code Initiation, version 1, type 1, id 0x0000, length 12
	tag Host-Uniq, length 4 ,\215Lè
	tag Service-Name, length 0
17:19:29.345935 PPPoE-Discovery
	code Offer, version 1, type 1, id 0x0000, length 60
	tag Host-Uniq, length 4 ,\215Lè
	tag Service-Name, length 0
	tag Relay-Session, length 10 \000\000\000\001\000\002;\002v\204
	tag AC-Name, length 26 90064070300176-A6CORBAS_60
	tag Service-Name, length 0
17:19:29.346020 PPPoE-Discovery
	code Request, version 1, type 1, id 0x0000, length 26
	tag Host-Uniq, length 4 ,\215Lè
	tag Service-Name, length 0
	tag Relay-Session, length 10 PP\000<\001\000\000\000\000\000
17:19:37.594007 PPPoE-Discovery
	code Initiation, version 1, type 1, id 0x0000, length 23
	tag Service-Name, length 0
	tag Host-Uniq, length 1 \000
	tag Relay-Session, length 10 \000\000\000\000\000\220Ðâ\215\031
17:19:49.363797 PPPoE-Discovery
	code Initiation, version 1, type 1, id 0x0000, length 12
	tag Host-Uniq, length 4 æ\021\232k
	tag Service-Name, length 0
17:19:49.429068 PPPoE-Discovery
	code Offer, version 1, type 1, id 0x0000, length 60
	tag Host-Uniq, length 4 æ\021\232k
	tag Service-Name, length 0
	tag Relay-Session, length 10 \000\000\000\001\000\002;\002v\204
	tag AC-Name, length 26 90064070300176-A6CORBAS_60
	tag Service-Name, length 0
17:19:49.429152 PPPoE-Discovery
	code Request, version 1, type 1, id 0x0000, length 26
	tag Host-Uniq, length 4 æ\021\232k
	tag Service-Name, length 0
	tag Relay-Session, length 10 PP\000<\001\000\000\000\000\000
17:19:52.094101 PPPoE-Discovery
	code Initiation, version 1, type 1, id 0x0000, length 23
	tag Service-Name, length 0
	tag Host-Uniq, length 1 \000
	tag Relay-Session, length 10 \000\000\000\000\000\220Ðâ\215\031
17:20:06.594192 PPPoE-Discovery
	code Initiation, version 1, type 1, id 0x0000, length 23
	tag Service-Name, length 0
	tag Host-Uniq, length 1 \000
	tag Relay-Session, length 10 \000\000\000\000\000\220Ðâ\215\031

Si nécessaire, je peux également envoyer l'extrait de ppp.log (il est
long).

Merci par avance, là, je sèche.

PS : J'ai Xposté sur openbsd-newbies.

____________________________________________
Olivier DEBRÉ