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
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
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:
---