|
||||||||
Simon Dick wrote: >On Tue, 2005-05-10 at 00:56 -1000, Jim Thompson wrote: > > >>On May 8, 2005, at 2:09 PM, Chris Buechler wrote: >> >> >> >>>On 5/7/05, Blake <bmagic at cccwireless dot net> wrote: >>> >>> >>>>I am using 1.27b. I have noticed that the LAN interface doesn't have >>>>the >>>>bridge option. >>>> >>>> >>>Can't bridge an interface that has an IP, and the LAN has to have an >>>IP for various reasons. You also have to have a WAN and a LAN >>>interface. >>> >>> >>seems like it would be nice if m0n0 could use the bridge interface for >>assigning the IP >>address. >> >> > >Definitely, there's no technical reason it can't as I've done that with >freebsd itself in the past > > > Chris answered my question. It's all done with config.xml. Nothing in the GUI has this option but if you specify one IP for one interface and then manually bridge them all it should work. <shellcmd>sysctl net.link.ether.bridge_cfg=sis0 ath0 ath1</shellcmd> That is the solution Thans everyone for your help!! -Blake- |