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"

_______________________________________________
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