Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2008 12:45:54 +0100
From:      Frank Bonnet <f.bonnet@esiee.fr>
To:        freebsd-questions@freebsd.org
Subject:   configure lagg0 at startup ?
Message-ID:  <47C69EF2.50808@esiee.fr>

next in thread | raw e-mail | index | archive | help
Hello

I'm trying to setup lagg0 device at bootup
by setting it up in /etc/rc.conf but haven't success ...


If I do it manually everything works like a charm.

ifconfig bge0 up
ifconfig bge1 up
ifconfig lagg0 create
ifconfig lagg0 up laggproto lacp laggport bge0 laggport bge1 xxx.xxx.xxx.xxx netmask 255.255.255.0


Is there a trick to make it work in /etc/rc.conf ?

Thanks





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47C69EF2.50808>