From owner-freebsd-questions@FreeBSD.ORG Fri Dec 14 07:40:08 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0501DFA for ; Fri, 14 Dec 2012 07:40:08 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3773C8FC0C for ; Fri, 14 Dec 2012 07:40:07 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a14so1134309eaa.13 for ; Thu, 13 Dec 2012 23:40:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ScFd5APwK7He/DHytDO8vCUgudkdkxFQiigoMF1FfEs=; b=ZLeGZzT/ckndM39g4KJpV+6kxMgtSTpGSbvdNux/GNm6yxbr+UC/ME0JeTnl4qjafb 9D4PKpl/ArCVIpRt+37m+olAhrRqRTPCjN44L5MN89FEjSBG2nPpIoaQjy5DDLXk4ZnL 8uLKwJpwFNZGs/6xt2VCCImd1/+USxDwx0SsNY+obufcj1F0QYuAP3QozlV79SOw5K3O 3//oXB0mAea7My0xlCr+p6intN8u0ZRo1rINsHA1axehTDLX04jIctboU392HxXg2ch+ Ponao9xh5lYu/wplJdQfWCG18VLa+IL+eoh1jWW2Tc5M2HJbD9l4WEPYC+7GBztjjLEh dPSg== Received: by 10.14.213.134 with SMTP id a6mr12619542eep.45.1355470806332; Thu, 13 Dec 2012 23:40:06 -0800 (PST) Received: from Melon.malikania.fr (wifi-osiris-sec-181-137.u-strasbg.fr. [130.79.181.137]) by mx.google.com with ESMTPS id e2sm7794577eeo.8.2012.12.13.23.40.04 (version=SSLv3 cipher=OTHER); Thu, 13 Dec 2012 23:40:05 -0800 (PST) Message-ID: <50CAD7B5.30107@gmail.com> Date: Fri, 14 Dec 2012 08:39:33 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: dhclient and random disconnects References: <50B8D04D.2020703@gmail.com> <50C9D767.6000604@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 14 Dec 2012 07:40:08 -0000 On 13/12/2012 23:39, jb wrote: > David Demelier gmail.com> writes: > >> ... >> I have setup lagg0 for a failover with ethernet, (note the problem >> appears if I use wlan0 only too) >> >> # Fail over between wired/wireless. >> cloned_interfaces="lagg0" >> ifconfig_msk0="up" >> ifconfig_ath0="ether 18:a9:05:87:38:0a" >> ifconfig_wlan0="WPA" >> ifconfig_lagg0="laggproto failover laggport msk0 laggport wlan0 DHCP" >> ipv6_activate_all_interfaces="YES" > According to the example in: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html > > this line is missing in your setup: > wlans_ath0="wlan0" > > which is also mentioned in: > /etc/defaults/rc.conf > ... > #wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device > ... > > I can not test it as I do not have access to a FB machine right now. > jb > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Yes it is, but was earlier in the rc.conf, I forgot to paste it sorry, David