Re: NIC teaming with VLANs does't work

2009-05-29 Thread Giulio Ferro
Vincent Hoffman wrote: Possibly try lagg(4) instead? this supports fec and lacp. Thanks, I'll try as soon as I'm able... ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to

Re: NIC teaming with VLANs does't work

2009-05-28 Thread Vincent Hoffman
On 28/5/09 13:14, Giulio Ferro wrote: > Freebsd 7.2 amd64 recently updated. > > I want to aggregate the two nics on my server (em0 and em1) in a single > fec interface (so if one nick / switch is down, the other takes over). > On this interface I want to build vlans. > > Here is the networking sec

NIC teaming with VLANs does't work

2009-05-28 Thread Giulio Ferro
Freebsd 7.2 amd64 recently updated. I want to aggregate the two nics on my server (em0 and em1) in a single fec interface (so if one nick / switch is down, the other takes over). On this interface I want to build vlans. Here is the networking section of my /etc/rc.conf: ---