From owner-freebsd-net@freebsd.org Sun Apr 22 04:52:56 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D266F8B6BE for ; Sun, 22 Apr 2018 04:52:56 +0000 (UTC) (envelope-from zx1100e1@solo-tek.com) Received: from n6.nabble.com (n6.nabble.com [162.255.23.37]) by mx1.freebsd.org (Postfix) with ESMTP id E419A78665 for ; Sun, 22 Apr 2018 04:52:55 +0000 (UTC) (envelope-from zx1100e1@solo-tek.com) Received: from n6.nabble.com (localhost [127.0.0.1]) by n6.nabble.com (Postfix) with ESMTP id F1DF36B7745F for ; Sat, 21 Apr 2018 21:52:54 -0700 (MST) Date: Sat, 21 Apr 2018 21:52:54 -0700 (MST) From: GPz1100a To: freebsd-net@freebsd.org Message-ID: <1524372774786-0.post@n6.nabble.com> In-Reply-To: References: <2e0525c8-2251-a5f5-45d1-fe44ebe318f7@freebsd.org> <4fee4ea6-9b35-afba-6d5d-24ecca3e28c6@freebsd.org> <3b8d46da-75e3-79f2-379c-b27a88e80733@freebsd.org> <47C0E33A-E815-4860-A25C-F29BBB8D6787@gmail.com> Subject: Re: Need Netgraph Help [fixed] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2018 04:52:56 -0000 @John Did you ever get this fully figured out? I'm trying to do what I think is the same thing with my fiber internet connection - eliminate the need to use the isp provided gateway (or at least reduce its function). I'm running *opnsense*. This thread https://forum.pfsense.org/index.php?topic=111043.msg793292#msg793292 is what led me here. Three nics correspond to the following em0 - ONT (WAN) xl0 - 3com pci - isp provided residential gateway (RG) ue0 - usb nic - LAN Using Julian's code from Jan 06, 2018; 1:39pm, ngctl mkpeer em0: etf lower downstream ngctl name em0:lower waneapfilter ngctl connect waneapfilter: em0: nomatch upper ngctl mkpeer xl0: etf lower downstream ngctl name xl0:lower laneapfilter ngctl connect laneapfilter: xl0: nomatch upper * ngctl connect waneapfilter laneapfilter eapout eapout* ngctl msg waneapfilter: 'setfilter { matchhook="eapout" ethertype=0x888e }' ngctl msg laneapfilter: 'setfilter { matchhook="eapout" ethertype=0x888e }' When I get to the command in bold it comes back with this error: root@OPNsense:~ # ngctl connect waneapfilter laneapfilter eapout eapout ngctl: send msg: No such file or directory I'm not sure how to proceed from here. Thanks for any help you (or others) can offer. --J -- Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-net-f4005075.html