From owner-freebsd-net Thu Jan 10 14: 0:15 2002 Delivered-To: freebsd-net@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 2135137B43B for ; Thu, 10 Jan 2002 14:00:11 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020110220010.UNMW10199.rwcrmhc53.attbi.com@InterJet.elischer.org>; Thu, 10 Jan 2002 22:00:10 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA59127; Thu, 10 Jan 2002 13:46:58 -0800 (PST) Date: Thu, 10 Jan 2002 13:46:57 -0800 (PST) From: Julian Elischer To: Archie Cobbs Cc: Naga R Narayanaswamy , FreeBSD-Net Subject: Re: ng_pppoe and ng_bridge In-Reply-To: <200201102124.g0ALOTZ52431@arch20m.dellroad.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hmmm that may be problematical, because pppoe relies on the transmitting interface to set the source MAC address. you may be able to do it with the ng_etf node. (ether-type_filter) filter pppoe packets to pppoe and all others to the bridge. julian (p.s. etf is only in current but I have a 4.x version somewhere) On Thu, 10 Jan 2002, Archie Cobbs wrote: > Naga R Narayanaswamy writes: > > When I run ng_bridge between 2 ethernet interfaces and then > > initiate a PPPoE session using ng_pppoe, the ppp fails and > > I repeatedly get the following message: > > > > Jan 9 11:28:55 guru ppp[387]: Warning: [1]: Cannot create PPPoE > > netgraph node: Socket is already connected > > ng_bridge and ppp probably want to connect to the same > hook on the ng_ether node. > > You'd have to figure out how to make ppp connect the > ng_pppoe node to the ng_bridge node rather than > directly to the ng_ether node. > > -Archie > > __________________________________________________________________________ > Archie Cobbs * Packet Design * http://www.packetdesign.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message