Date: Mon, 20 Nov 2000 05:05:52 -0800 From: Julian Elischer <julian@elischer.org> To: Chris <ccsanady@iastate.edu> Cc: freebsd-net@freebsd.org Subject: Re: bridging question Message-ID: <3A1921B0.A1333928@elischer.org> References: <3A1919CA.BB7878AF@iastate.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris wrote: > > Hi, I was hoping someone could shed some light on the workings of the > bridge code. In particular, how it decides which interfaces to use, > and how it can be configured. > > I would like to have bridging on fxp0, and tap0, but not fxp1. As I > understand it, you need to do a "sysctl -w > net.link.ether.bridge_refresh=1" > so that the bridge code will pick up the tap interface. Unfortunately, > I > am not able to remove fxp1 from the bridging config. I tried something > like > > sysctl -w net.link.ether.bridge_refresh=1 > sysctl -w net.link.ether.bridge_cfg=fxp0:1,tap0:1, > sysctl -w net.link.ether.bridge=1 If you use the Netgraph bridging, you can directl select which interfaces are bridged by whether or not you hook them into the bridge node. > > However, this does not appear to work. Any suggestions on how to make > this > happen? Also, what are the defineable flags? > > Thanks, > Chris Csanady > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A1921B0.A1333928>