Re: LAGG - interface comes up but no laggports

2011-02-22 Thread Damien Fleuriot
On 2/22/11 2:27 PM, Bernhard Schmidt wrote: > On Tuesday, February 22, 2011 14:17:46 Damien Fleuriot wrote: >> On 2/22/11 1:18 PM, Bernhard Schmidt wrote: >>> On Tuesday, February 22, 2011 12:31:34 Damien Fleuriot wrote: rc.conf --- # LINK AGGREG ifconfig_lagg0="laggproto fail

Re: LAGG - interface comes up but no laggports

2011-02-22 Thread Damien Fleuriot
On 2/22/11 1:51 PM, Ryan Stone wrote: > On Tue, Feb 22, 2011 at 6:31 AM, Damien Fleuriot wrote: >> ifconfig_lagg0="laggproto failover laggport em0 laggport em1" >> ipv4_addrs_lagg0="192.168.1.3/29" >> ifconfig_lagg0="inet6 fe80::3/64" > > You're setting ifconfig_lagg0 twice, so the first setting

Re: LAGG - interface comes up but no laggports

2011-02-22 Thread Bernhard Schmidt
On Tuesday, February 22, 2011 14:17:46 Damien Fleuriot wrote: > On 2/22/11 1:18 PM, Bernhard Schmidt wrote: > > On Tuesday, February 22, 2011 12:31:34 Damien Fleuriot wrote: > >> rc.conf > >> --- > >> # LINK AGGREG > >> ifconfig_lagg0="laggproto failover laggport em0 laggport em1" > >> ipv4_addrs_l

Re: LAGG - interface comes up but no laggports

2011-02-22 Thread Damien Fleuriot
On 2/22/11 1:18 PM, Bernhard Schmidt wrote: > On Tuesday, February 22, 2011 12:31:34 Damien Fleuriot wrote: >> rc.conf >> --- >> # LINK AGGREG >> ifconfig_lagg0="laggproto failover laggport em0 laggport em1" >> ipv4_addrs_lagg0="192.168.1.3/29" >> ifconfig_lagg0="inet6 fe80::3/64" > > You are over

Re: LAGG - interface comes up but no laggports

2011-02-22 Thread Ryan Stone
On Tue, Feb 22, 2011 at 6:31 AM, Damien Fleuriot wrote: > ifconfig_lagg0="laggproto failover laggport em0 laggport em1" > ipv4_addrs_lagg0="192.168.1.3/29" > ifconfig_lagg0="inet6 fe80::3/64" You're setting ifconfig_lagg0 twice, so the first setting is being discarded. Off-hand I'm not sure how

Re: LAGG - interface comes up but no laggports

2011-02-22 Thread Bernhard Schmidt
On Tuesday, February 22, 2011 12:31:34 Damien Fleuriot wrote: > rc.conf > --- > # LINK AGGREG > ifconfig_lagg0="laggproto failover laggport em0 laggport em1" > ipv4_addrs_lagg0="192.168.1.3/29" > ifconfig_lagg0="inet6 fe80::3/64" You are overwriting the variable, you have to use some alternative o

LAGG - interface comes up but no laggports

2011-02-22 Thread Damien Fleuriot
Hello list, I've been having this odd problem with a lagg interface for some time now... I have 2 boxes at home, a NAS running 8.1-RELEASE and a win7 workstation. I recently purchased 2 intel dual port NICs and gifted my machines one each. My problem is that on the FreeBSD box, the lagg interf