From owner-freebsd-net Tue Apr 9 12:40:20 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 8D31037B405 for ; Tue, 9 Apr 2002 12:40:09 -0700 (PDT) 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 <20020409194009.KTCQ21252.rwcrmhc53.attbi.com@InterJet.elischer.org>; Tue, 9 Apr 2002 19:40:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA57616; Tue, 9 Apr 2002 12:35:33 -0700 (PDT) Date: Tue, 9 Apr 2002 12:35:32 -0700 (PDT) From: Julian Elischer To: Sebastien Petit Cc: net@freebsd.org Subject: Re: Netgraph question In-Reply-To: <004401c1dffc$38e1f690$020110ac@SPE> 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 there is a node called etf (ethertype filter) that can allow different nodes to share an ethernet interface The ppp daemon needs to be modified a bit to be able to use it.. Brian, what does it take to allow one to specify a different node and hook? I.e. if I hook an ethertype filter onto the interface and set it up to send pppoe to hook A and everything else to hook B is there soem way I can tell PPP to uset node etf0:B rather than fxp0:orphans? The etf type is not MFC'd to 4.x yet.. I need to do that! thanks for reminding me.. On Tue, 9 Apr 2002, Sebastien Petit wrote: > Hi, > > Actually I rewrote loadd (a load balancing daemon) for running with > netgraph. In the original version, loadd use Divert sockets with ipfw > for taking incoming/outgoing traffic. What node I must use for doing > the same thing ? I try to use ng_ether but if I do that, People that > run pppoe on the same device as load balancing can't use it. > > Any idea ? > > Sebastien. > -- > spe@selectbourse.net > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message