From owner-freebsd-questions@FreeBSD.ORG Thu Feb 28 11:45:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0AE01065674 for ; Thu, 28 Feb 2008 11:45:56 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id AB9188FC15 for ; Thu, 28 Feb 2008 11:45:56 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id 808651AB58 for ; Thu, 28 Feb 2008 12:44:37 +0100 (CET) Received: from secure.esiee.fr (secure.esiee.fr [147.215.1.19]) by mail.esiee.fr (Postfix) with ESMTP id 7A83A1AB58 for ; Thu, 28 Feb 2008 12:44:37 +0100 (CET) Received: from lisa.esiee.fr (lisa.esiee.fr [147.215.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bonnetf) by secure.esiee.fr (Postfix) with ESMTP id 771C3E78E3 for ; Thu, 28 Feb 2008 12:45:55 +0100 (CET) Message-ID: <47C69EF2.50808@esiee.fr> Date: Thu, 28 Feb 2008 12:45:54 +0100 From: Frank Bonnet User-Agent: Thunderbird 2.0.0.9 (X11/20080121) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: configure lagg0 at startup ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 11:45:57 -0000 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