From owner-freebsd-current@FreeBSD.ORG Fri Apr 29 13:53:21 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3167116A4CE for ; Fri, 29 Apr 2005 13:53:21 +0000 (GMT) Received: from csa.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8EF43D3F for ; Fri, 29 Apr 2005 13:53:20 +0000 (GMT) (envelope-from lreid@cs.okstate.edu) Received: by csa.cs.okstate.edu (Postfix, from userid 601) id 21B9BA0643; Fri, 29 Apr 2005 08:53:19 -0500 (CDT) To: phk@phk.freebsd.dk, current@freebsd.org Received: from 164.58.79.196 (auth. user lreid@a.cs.okstate.edu) by cs.okstate.edu with HTTP; Fri, 29 Apr 2005 07:53:19 -0600 X-IlohaMail-Blah: lreid@a.cs.okstate.edu X-IlohaMail-Method: mail() [mem] X-IlohaMail-Dummy: moo X-Mailer: IlohaMail/0.8.12 (On: cs.okstate.edu) In-Reply-To: <7251.1114775194@critter.freebsd.dk> From: "Reid Linnemann" Bounce-To: "Reid Linnemann" Errors-To: "Reid Linnemann" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <20050429135319.21B9BA0643@csa.cs.okstate.edu> Date: Fri, 29 Apr 2005 08:53:19 -0500 (CDT) Subject: Re: does bridging work in -current ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 13:53:21 -0000 I hade used the kernel bridge interface in -current several months ago, and it did work - though it took some fiddling. IIRC, the config sysctl parsing didn't exactly match what was described in the manpage - try 'sysctl net.link.ether.bridge.config="nt3 nt7"'. Again, IIRC this solved my problems. -Reid On 4/29/2005, "Poul-Henning Kamp" wrote: > >I tried to enable bridging to test a multiport ethernet card (www.napatech.com) >and I can see packets going into the bridge code when I enable debugging >but nothing seems to get sent out. > >Anyone know if bridging actually works these days ? > > hex-i386# sysctl net.link.ether.bridge > net.link.ether.bridge.version: 031224 > net.link.ether.bridge.debug: 2 > net.link.ether.bridge.ipf: 0 > net.link.ether.bridge.ipfw: 0 > net.link.ether.bridge.copy: 0 > net.link.ether.bridge.ipfw_drop: 0 > net.link.ether.bridge.ipfw_collisions: 0 > net.link.ether.bridge.packets: 301 > net.link.ether.bridge.dropped: 0 > net.link.ether.bridge.predict: 0 > net.link.ether.bridge.enable: 1 > net.link.ether.bridge.config: nt3,nt7 > >bdg_timeout: flushing stale entry 7212 >bridge_in: 00.00.24.c3.4c.7b ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: 00.00.24.c3.4c.7b ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: new addr 00.e0.81.01.9d.2d at 7212 for nt3 >bridge_in: 00.e0.81.01.9d.2d ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bdg_timeout: flushing stale entry 2232 >bridge_in: 00.e0.81.01.9d.2d ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: 00.e0.81.01.9d.2d ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: 00.e0.81.01.9d.2d ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: 00.e0.81.01.9d.2d ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: new addr 00.00.24.c3.4c.7b at 2232 for nt7 >bridge_in: 00.00.24.c3.4c.7b ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: 00.00.24.c3.4c.7b ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bdg_timeout: flushing stale entry 7212 >bridge_in: 00.00.24.c3.4c.7b ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: 00.00.24.c3.4c.7b ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bridge_in: 00.00.24.c3.4c.7b ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >bdg_timeout: flushing stale entry 2232 >bridge_in: new addr 00.e0.81.01.9d.2d at 7212 for nt3 >bridge_in: 00.e0.81.01.9d.2d ->ff.ff.ff.ff.ff.ff ty 0x0806 dst BDG_BCAST >Expensive timeout(9) function: 0xc067dfb8(0) 0.213431874 s >bdg_timeout: flushing stale entry 7212 > >nt0: flags=8803 mtu 1500 > ether 00:0d:e9:01:01:c0 >nt1: flags=8803 mtu 1500 > ether 00:0d:e9:01:01:c1 >nt2: flags=8803 mtu 1500 > ether 00:0d:e9:01:01:c2 >nt3: flags=8903 mtu 1500 > ether 00:0d:e9:01:01:c3 >nt4: flags=8803 mtu 1500 > ether 00:0d:e9:01:01:c4 >nt5: flags=8803 mtu 1500 > ether 00:0d:e9:01:01:c5 >nt6: flags=8803 mtu 1500 > ether 00:0d:e9:01:01:c6 >nt7: flags=8903 mtu 1500 > ether 00:0d:e9:01:01:c7 > > > > >-- >Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 >phk@FreeBSD.ORG | TCP/IP since RFC 956 >FreeBSD committer | BSD since 4.3-tahoe >Never attribute to malice what can adequately be explained by incompetence. >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"