Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2005 10:44:37 +0400
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        ComteZero _ <comte0@gmail.com>
Cc:        freebsd-net@FreeBSD.org
Subject:   Re: PPPoE (STABLE 5) : two PADI packets emitted and then nothing...
Message-ID:  <20051003064437.GD45345@cell.sick.ru>
In-Reply-To: <1d881b2f050914072350d79a65@mail.gmail.com>
References:  <1d881b2f050914072350d79a65@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 14, 2005 at 04:23:30PM +0200, ComteZero _ wrote:
C> Hello,
C> 
C> I already posted this thread in freebsd-stable but seems that this list is 
C> more appropriate.
C> 
C> it's been two weeks I try to find out what's wrong. Clean install from cvsup 
C> STABLE (5).
C> my ADSL account works fine with REL. 4.4+rp_pppoe but not with my new STABLE 
C> (5) (without using rp_pppoe).
C> could someone help me on this issue (logs provided here, ppp.log in attached 
C> file)... 
C> two PADI are emitted but nothing happens after.
C> (i saw that someone had a similar problem, but with previous netgraph 
C> revisions).
C> 
C> thank you.
C> 
C> Since my ADSL modem is 3Com HomeConnect, I've set the 
C> net.graph.nonstandard_pppoe=1

This interface is deprecated in 5-STABLE. The correct way is to set
this via ppp.conf.

C> ng_pppoe.c rev. is 1.67.2.1 <http://1.67.2.1/>;
C> ng_socket.c rev. is 1.53.2.3 <http://1.53.2.3/>;
C> 
C> my ppp.conf is :
C> default:
C> set log all
C> set ifaddr X.X.X.X/0 10.0.0.2/0 <http://10.0.0.2/0>;
C> 
C> my_isp :
C> set device PPPoE:xl0
C> set authname MY_USER
C> set authkey MY_PWD
C> set dial
C> #set login
C> add default HISADDR
C> 
C> 
C> here is a tcpdump -vv -i xl0 :
C> 
C> 18:48:40.808687 PPPoE PADI [Host-Uniq 0x00E654C1]
C> 18:48:42.807533 PPPoE PADI [Host-Uniq 0x00E654C1]
C> 18:51:44.010839 PPPoE PADI [Host-Uniq 0x40F195C1]
C> 18:51:46.009639 PPPoE PADI [Host-Uniq 0x40F195C1]

It is strange, that your box sends standard PPPoE packets. May be you have set
net.graph.nonstandard_pppoe=1 _after_ starting ppp(8)?

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051003064437.GD45345>