Two problems still present in RC3

Damien Fleuriot ml at my.gd
Fri Dec 9 15:35:39 UTC 2011



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"



More information about the freebsd-stable mailing list