Damien Fleuriot schreef:

On 12/9/11 11:10 AM, Johan Hendriks wrote:
Brett Glass schreef:
The interfaces SEEM to be configured correctly, but the messages --
which must be coming from scripts called by /etc/netstart -- are
troubling.
Same thing happens with lagg0

If i use this config, after a reboot all is fine

ifconfig_em0="up"
ifconfig_em1="up"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto lacp laggport em0 laggport em1 192.168.100.1/24"

I notice you're missing "inet" in your ifconfig_lagg0 line.

Try this one instead:
ifconfig_lagg0="laggproto lacp laggport em0 laggport em1 inet
192.168.100.1/24"

It should not be the case, at least the handbook does not mentioning it at all.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html

I will try it, when i find a reboot window!

regards,
Johan Hendriks


_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to