From owner-freebsd-doc@freebsd.org Wed Nov 2 22:46:37 2016 Return-Path: Delivered-To: freebsd-doc@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 2578DC2C7FE for ; Wed, 2 Nov 2016 22:46:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C81A31C05 for ; Wed, 2 Nov 2016 22:46:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA2MkZeq078793 for ; Wed, 2 Nov 2016 22:46:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 211436] Link aggregation setting wlan mac changed in 11 Date: Wed, 02 Nov 2016 22:46:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: erik@nordstroem.no X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 22:46:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211436 Erik Nordstr=C3=B8m changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erik@nordstroem.no --- Comment #4 from Erik Nordstr=C3=B8m --- (In reply to Jason Bacon from comment #3) Jason, was this in a fresh install or one with prior configurations? I have a ThinkPad T520 running FreeBSD 11.0-RELEASE-p2. Today I decided I wanted to set up failover link aggregation between the wi= red and wireless interfaces and I struggled a lot. It was first when I realized that I had previous configuration for one of the interfaces in /etc/rc.conf.local in addition to the configuration I had for the other interface in /etc/rc.conf. I suggest you grep -R re0 /etc/ and grep -R urtwn0 /etc/ and perhaps even grep -R wlan0 /etc/ on your computer to make sure that you don't have any other network configuration that interferes with the lagg0. My working configuration is this: - Given wired em0 real MAC aa:aa:aa:aa:aa:aa, and - given wireless iwn0 real MAC bb:bb:bb:bb:bb:bb I put the following in /etc/rc.conf: ifconfig_em0=3D"ether bb:bb:bb:bb:bb:bb up" wlans_iwn0=3D"wlan0" ifconfig_wlan0=3D"WPA country NO" cloned_interfaces=3D"lagg0" ifconfig_lagg0=3D"laggproto failover laggport em0 laggport wlan0 DHCP" I live in Norway, so obviously use your country code in place of mine. No other interface config should be present, or it might interfere. In addition to this, I have my standard /etc/wpa_supplicant.conf from before unmodified. I still have to manually service netif restart lagg0 in order for the routing tables to update, and I might also have to service dhclient restart lagg0 both of these because the networks I usually are separate for wired and wireless. I wish to find a solution for that also but this bug is not the right place= for me to talk about that, I just wanted to mention it for completeness. --=20 You are receiving this mail because: You are the assignee for the bug.=