From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 15:21:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7572E16A4CE for ; Fri, 16 Jul 2004 15:21:33 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60F043D45 for ; Fri, 16 Jul 2004 15:21:32 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.5] (port=32634 helo=SATPC) by mx2.mail.ru with smtp id 1BlUWg-000Jla-00; Fri, 16 Jul 2004 19:21:30 +0400 Message-ID: <012201c46b49$285f5ee0$0111a8c0@SATPC> From: "Andrew" To: "Chris Knipe" References: <000b01c46b21$ed378cb0$14e2fea9@savage.za.org> Date: Fri, 16 Jul 2004 19:25:40 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: freebsd-questions@freebsd.org Subject: Re: PPPoE misbehaving? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 15:21:33 -0000 Chris Knipe wrote: > Lo all, > > I recently upgraded to FreeBSD 5.2 to get support for the ath devices... All > it well (so far), but I'm baffled as to why my PPPoEd aren't operating... > > A quick example... > > su-2.05b# ifconfig > ath0: flags=8843 mtu 1250 > ether 00:02:6f:20:98:bb > media: IEEE 802.11 Wireless Ethernet DS/1Mbps (autoselect > ) > status: associated > ssid VARYNET-HS01 1:VARYNET-HS01 > channel 6 authmode OPEN powersavemode OFF powersavesleep 100 > wepmode MIXED weptxkey 1 > wepkey 1:40-bit > > All is fine, the WLAN is up and working. When I do assign IP addresses on > the interface, the WiFi Client can talk to the server via the wireless > network. Thus, the network itself is fine... Next, I start up PPPoEd: > > su-2.05b# /usr/libexec/pppoed -Fd -l pppoe ath0 > Sending NGM_LISTHOOKS to ath0: > Got reply from id [1]: Type ether with 1 hooks > Got [1]:orphans -> [4]:ethernet > Sending PPPOE_LISTEN to .:pppoe-5086, provider > pppoed[5086]: Listening > > > Also fine.... Lastly, the client fires off a PPPoE session... TCPDump shows > the packets without problems... > tcpdump: listening on ath0 > 12:31:09.050286 PPPoE PADI [Service-Name] [Host-Uniq UTF8] > 12:31:09.122091 PPPoE PADI [Service-Name] [Host-Uniq UTF8] > ^C > 2 packets received by filter > 0 packets dropped by kernel > > However, the PPPoE Deamon simply does not pick it up and does nothing. No > session is initiated, no ppp processes are spawned, nothing... This exact > same configuration over a wired network works perfectly with FBSD4.10... Has > something changed????? I don't really know what's the problem, but try to explicitly tell pppoed what to execute (-e switch). Try some arbitrary program, like top, to see if it is actually bringing up anything. Have a nice, Andrew