From owner-freebsd-current@freebsd.org Sun Aug 30 15:12:39 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C8279C64CC for ; Sun, 30 Aug 2015 15:12:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5AD06BF4 for ; Sun, 30 Aug 2015 15:12:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igboj15 with SMTP id oj15so8469567igb.1 for ; Sun, 30 Aug 2015 08:12:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lAr3yqTHCitgsJAcM9ebyTJq/JEDm6GHYg2KLqZeubw=; b=DA4+ebcoNsNtFjyH8o7ooWGayKV6YEWPaX6TpKIC69byYd4CzxLFcKgtMmBgl9qfQZ AVkr3F676Vd3OfHxnv5vAyQXjSPWip+EW3Qj82h/RE+s2LmL5aWHFo74Qpe7Uxod/6SS TsZ21vFmmavLQZH2a4iRHd/3MwtXZbN0d456k9KLwaHddQjrudCCYLrC2gXLx7ZalvbH B00GloiBQ9WCYTnTOloRQPIU40nSMSFv9z8KGerP0WHj2YfJ1gGcwXcEyJ3I90k/tgvy RF6NfTi2bLLLuXMOBQHhqqJDyPeW0Skakn7F0Y2D8By9eCARCld9fpJC38ecb9176lnc SPvw== MIME-Version: 1.0 X-Received: by 10.50.43.227 with SMTP id z3mr10213215igl.22.1440947558617; Sun, 30 Aug 2015 08:12:38 -0700 (PDT) Received: by 10.36.28.208 with HTTP; Sun, 30 Aug 2015 08:12:38 -0700 (PDT) In-Reply-To: References: Date: Sun, 30 Aug 2015 08:12:38 -0700 Message-ID: Subject: Re: Upgrading to r297291 LAGG(4) stops working. From: Adrian Chadd To: "Ranjan1018 ." <214748mv@gmail.com> Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 15:12:39 -0000 hi, don'tr set ath0 to the MAC of your ethernet device, set your ethernet MAC to the MAC of your atheros device. (But I keep telling people, failover between ethernet/wifi isn't supported by the wifi code...) -a On 30 August 2015 at 05:52, Ranjan1018 . <214748mv@gmail.com> wrote: > On my laptop I am using LAGG(4) as explained in > "Example 30.3. Failover Mode Between Ethernet and Wireless Interfaces" in > the Handbook. > In rc.conf i have: > # LAGG > ifconfig_re0="up" > ifconfig_ath0="ether 18:67:b0:39:bd:23" > wlans_ath0="wlan0" > ifconfig_wlan0="WPA" > cloned_interfaces="lagg0" > ifconfig_lagg0="laggproto failover laggport re0 laggport wlan0 DHCP" > > What's wrong ? > Thanks, > Maurizio > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"