From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 10:45:35 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 5210716A4CE for ; Fri, 16 Jul 2004 10:45:35 +0000 (GMT) Received: from ctb-mesg2.saix.net (ctb-mesg2.saix.net [196.25.240.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9949943D53 for ; Fri, 16 Jul 2004 10:45:34 +0000 (GMT) (envelope-from savage@savage.za.org) Received: from netsphere.varynet.co.za (wblv-228-163.telkomadsl.co.za [165.165.228.163]) by ctb-mesg2.saix.net (Postfix) with ESMTP id 3F2B07105 for ; Fri, 16 Jul 2004 12:45:29 +0200 (SAST) Received: from netphobia.varynet.co.za ([192.168.1.10] helo=netphobia) by netsphere.varynet.co.za with smtp (Exim 4.34 (FreeBSD)) id 1BlQCz-000E2d-sg for freebsd-questions@freebsd.org; Fri, 16 Jul 2004 12:45:25 +0200 Message-ID: <000b01c46b21$ed378cb0$14e2fea9@savage.za.org> From: "Chris Knipe" To: Date: Fri, 16 Jul 2004 12:44:49 +0200 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 Received-SPF: softfail (netsphere.savage.za.org: transitioning domain of savage@savage.za.org does not designate 192.168.1.10 as permitted sender) X-Spam-Score: 0.7 (/) X-Spam-Report: 0.7/6.5 TW_TX (0.1 points) BODY: Odd Letter Triples with TX TW_PT (0.1 points) BODY: Odd Letter Triples with PT orbs.dorkslayers.com [RBL check: found 10.1.168.192.orbs.dorkslayers.com.] Subject: PPPoE misbehaving? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Knipe List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 10:45:35 -0000 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????? -- me