Date: Fri, 09 Dec 2011 16:08:49 +0100 From: Damien Fleuriot <ml@my.gd> To: freebsd-stable@freebsd.org Subject: Re: Two problems still present in RC3 Message-ID: <4EE22481.60709@my.gd> In-Reply-To: <4EE1DEAD.2040108@gmail.com> References: <201112090913.CAA03333@lariat.net> <4EE1DEAD.2040108@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EE22481.60709>