On Fri, Sep 10, 2010 at 10:29 PM, dave jones <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
