From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 23:36:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 00A69C7A for ; Mon, 28 Jan 2013 23:36:26 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 9136B74B for ; Mon, 28 Jan 2013 23:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=C3vNosZQiYuwJ3wUiDNKNzrVPVH3b5lNejKzVhNTFpE=; b=VRlBoNpIA/Kfrv6BEBwVOqPjCUfQ501bFW/XXa/69qMaopIafvKZcynqkVHN8xnH9iNO6owxsgVrvR//peoe/lIcCnommhqDrIfYMVAqxYjsEagi7hHsxVV49BPGbkdI; Received: from [122.129.203.50] (port=55744 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TzyFU-001xzB-Gn; Mon, 28 Jan 2013 16:36:25 -0700 Date: Tue, 29 Jan 2013 06:36:21 +0700 From: Erich Dollansky To: markus.hoenicka@mhoenicka.de Subject: Re: how do I restart lagg0 properly? Message-ID: <20130129063621.7d349f04@X220.ovitrap.com> In-Reply-To: <20743.1328.684144.654036@wombat.mininet> References: <20743.1328.684144.654036@wombat.mininet> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 23:36:27 -0000 Hi, On Tue, 29 Jan 2013 00:09:36 +0100 markus.hoenicka@mhoenicka.de wrote: > I've tried to setup link aggregation to allow networking through WLAN > and ethernet on my laptop, see: > > http://lists.freebsd.org/pipermail/freebsd-questions/2013-January/248605.html > > (this thread contains my network setup information) > > The lack of replies may indicate that it is not possible to set up > lagg in a way which allows to setup networking either via WLAN or via > ethernet, whichever is accessible during boot. In any case I figured I have used this configuration with success: ifconfig_em0="up" ifconfig_iwn0="ether MAC address of em0" wlans_iwn0="wlan0" ifconfig_wlan0="WPA" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport em0 laggport wlan0 Your IP address" This configuration switched automatically between the available connections prefering em0. There are no routing problems, nothing of this sort at all. Erich