From: Xam R. Time (xam_at_chalupa.wi2600.org)
Date: 2002-06-24 16:03:30 UTC
On Sat, 22 Jun 2002, Terry Schmidt wrote:
> # kldload bridge (options BRIDGE)
> # sysctl net.inet.ip.forwarding="1"
> # sysctl net.link.ether.bridge="1"
> # sysctl net.link.ether.bridge_cfg="wi0 fxp0"
another handy one to mention is something that's not doc'd anywhere I've searched.. and that is:
net.link.ether.bridge.refresh=1 -- it'll rescan available if's and toss them into bridge group 0 for you.
--Tk