Re: Questions about setting bridge

2010-09-10 Thread Adam Vande More
I want to setup a bridge in a ring topology since a break at any point along the ring would still leave all stations connected. My machine has two nics. In /etc/rc.conf, I have: ifconfig_em0=inet 192.168.1.0 netmask 255.255.255.0 cloned_interfaces=bridge0 ifconfig_em0=up ifconfig_em1=up

Re: Questions about setting bridge

2010-09-10 Thread dave jones
On Fri, Sep 10, 2010 at 2:51 PM, Adam Vande More wrote: I want to setup a bridge in a ring topology since a break at any point along the ring would still leave all stations connected. My machine has two nics. In /etc/rc.conf, I have: ifconfig_em0=inet 192.168.1.0  netmask 255.255.255.0

Re: Questions about setting bridge

2010-09-10 Thread Adam Vande More
On Fri, Sep 10, 2010 at 10:29 PM, dave jones s.dave.jo...@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,

Questions about setting bridge

2010-09-09 Thread dave jones
Hello, I want to setup a bridge in a ring topology since a break at any point along the ring would still leave all stations connected. My machine has two nics. In /etc/rc.conf, I have: ifconfig_em0=inet 192.168.1.0 netmask 255.255.255.0 cloned_interfaces=bridge0 ifconfig_em0=up ifconfig_em1=up