Ethernet bonding under GNU/kFreeBSD

2011-04-06 Thread Emanuele Balla
Somebody managed to configure a bonding interface under Squeeze/kFreeBSD? I can successfully load if_lagg, and I can create a lagg0 interface, but when I try to define it, ifconfig does not seem to recognize the bonding parameters: root@zfs1:~# kldload if_lagg root@zfs1:~# ifconfig lagg0 create

Re: Ethernet bonding under GNU/kFreeBSD

2011-04-06 Thread Timo Juhani Lindfors
Emanuele Balla ba...@staff.spin.it writes: root@zfs1:~# kldload if_lagg root@zfs1:~# ifconfig lagg0 create root@zfs1:~# ifconfig lagg0 up laggproto lacp laggport em2 laggport em3 ifconfig: laggproto: bad value Thanks for the example. Can you try if it works with ifconfig from FreeBSD chroot?

Re: Ethernet bonding under GNU/kFreeBSD

2011-04-06 Thread Emanuele Balla
On 4/6/11 10:42 AM, Timo Juhani Lindfors wrote: Emanuele Balla ba...@staff.spin.it writes: root@zfs1:~# kldload if_lagg root@zfs1:~# ifconfig lagg0 create root@zfs1:~# ifconfig lagg0 up laggproto lacp laggport em2 laggport em3 ifconfig: laggproto: bad value Thanks for the example. Can you