Questions about setting bridge
Adam Vande More
amvandemore at gmail.com
Sat Sep 11 04:30:31 UTC 2010
On Fri, Sep 10, 2010 at 10:29 PM, dave jones <s.dave.jones at gmail.com> wrote:
> >
> > I think you want to lagg:
> >
> > http://www.freebsd.org/doc/handbook/network-aggregation.html
>
> In Winodws, I setup a bridge with no problems. But in FreeBSD, it
> seems doesn't work :(
It does work quite well, Many, many people do it.
Windows generally refers to this as network teaming, Linux nic bonding, and
FreeBSD does lagg. If you bother to read the handbook link I sent, you'll
see a way to accomplish your goal.
Your bridge setup also has another error: ifconfig_em0="inet 192.168.1.0
netmask 255.255.255.0"
You should not set an ip address on a member interface. The bridge
interface should get the real ip, no alias.
--
Adam Vande More
More information about the freebsd-questions
mailing list