From owner-freebsd-current Tue Jul 4 14:18:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from peedub.muc.de (p3E9B8F1F.dip.t-dialin.net [62.155.143.31]) by hub.freebsd.org (Postfix) with ESMTP id 68B8A37B54B for ; Tue, 4 Jul 2000 14:18:42 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id XAA01316; Tue, 4 Jul 2000 23:12:01 +0200 (CEST) Message-Id: <200007042112.XAA01316@peedub.muc.de> X-Mailer: exmh version 2.1.1 10/15/1999 To: Julian Elischer Cc: freebsd-current@FreeBSD.ORG Subject: Re: PPPoE not working Reply-To: Gary Jennejohn In-reply-to: Your message of "Tue, 04 Jul 2000 00:32:30 +0200." <39611462.15FB7483@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Jul 2000 23:12:01 +0200 From: Gary Jennejohn Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Julian Elischer writes: > Gary Jennejohn wrote: > > > > > > > > Doesn't help. ng_ether.ko was being automatically loaded before your > > change. Loading it before starting ppp also doesn't help. > > > > I'm beginning to think that the bug is in NETGRAPH. > > I agree. to be more precise, between the new ng_ether code, > and the ng_pppoe code. > > running the pppoe node with the AAA code enabled (check the file) > might lead to some clues. OK, I took your advice. Here's waht comes out: Jul 4 22:36:42 peedub /kernel: pppoe: ng_pppoe_constructor Jul 4 22:36:42 peedub /kernel: pppoe: ng_pppoe_newhook Jul 4 22:36:42 peedub /kernel: pppoe: ng_pppoe_newhook Jul 4 22:36:42 peedub /kernel: pppoe: ng_pppoe_rcvmsg Jul 4 22:36:42 peedub /kernel: pppoe: pppoe_start Jul 4 22:36:42 peedub /kernel: pppoe: init_tags Jul 4 22:36:42 peedub /kernel: pppoe: insert_tag Jul 4 22:36:42 peedub /kernel: pppoe: insert_tag Jul 4 22:36:42 peedub /kernel: pppoe: make_packet Jul 4 22:36:42 peedub /kernel: pppoe: sendpacket Jul 4 22:36:44 peedub /kernel: pppoe: pppoe_ticker Jul 4 22:36:47 peedub /kernel: pppoe: ng_pppoe_disconnect The timer which is set in sendpacket triggers. It looks like the packets which come in on my ed0 aren't being sent to ng_pppoe. The funny thing is that the packets are going _out_ on ed0. I spent an hour or so looking at the code, but I can't wrap my mind around it in such a short time. --- Gary Jennejohn / garyj@muc.de gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message