From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 00:22:55 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 970F416A4CE for ; Mon, 19 Jul 2004 00:22:55 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D987F43D31 for ; Mon, 19 Jul 2004 00:22:54 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i6J0MqtH044141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Jul 2004 04:22:53 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i6J0MqkO044140; Mon, 19 Jul 2004 04:22:52 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Mon, 19 Jul 2004 04:22:52 +0400 From: Gleb Smirnoff To: Chris Knipe Message-ID: <20040719002252.GB43924@cell.sick.ru> References: <000b01c46b21$ed378cb0$14e2fea9@savage.za.org> <1090000401.1765.14.camel@klotz.local> <20040716193544.GB30194@cell.sick.ru> <004101c46d25$b988bbe0$14e2fea9@savage.za.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <004101c46d25$b988bbe0$14e2fea9@savage.za.org> User-Agent: Mutt/1.5.6i 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: Mon, 19 Jul 2004 00:22:55 -0000 On Mon, Jul 19, 2004 at 02:17:00AM +0200, Chris Knipe wrote: C> Thank you all for the replies. The card is a Senao NL-2054PCI, based on the C> Atheros chipset... pciconf -lv reports: C> C> ath0@pci0:9:0: class=0x020000 card=0x2027168c chip=0x0013168c rev=0x01 C> hdr=0x00 C> vendor = 'Atheros Communications Inc.' C> device = '802/11b/g AR5212 wireless Adapter' C> class = network C> subclass = ethernet C> C> As I did indicate, the card is working and functioning properly - I am 99% C> sure it is a problem related with PPPoEd, or something in regards to PPPoE C> over the Ethernet card (which, can also be possible I guess). I've tried C> all the other suggestions that was made, and none of them seemed to have C> changed anything. From what I can see, the client sends and attempts to C> initiate the PPPoE connection properly, but the PPPoE daemon does not C> receive the packets / or does not initiate a session - which, needs to be C> completed before any sub processes will be spawned. Try to activate this paragraph in ng_pppoe.c: #if 0 #define AAA printf("pppoe: %s\n", __func__ ); #define BBB printf("-%d-", __LINE__ ); #else #define AAA #define BBB #endif I mean change "if 0" to "if 1". Then rebuild a new ng_pppoe.ko. Then try to connect, ensure that you see PADI's with tcpdump. And then report what do you have (or have not) logged on console. Thanks. C> for this. Are there possibly any other open source PPPoE Daemons available C> that I can possibly try on FreeBSD 5.2?? Seems like the issue is either with network driver or ng_pppoe, not with pppoed daemon. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE