Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2019 02:24:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 211436] Link aggregation setting wlan mac changed in 11
Message-ID:  <bug-211436-9-Qiu1yYzNCb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211436-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211436-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211436

--- Comment #10 from PauAmma <pauamma@gundo.com> ---
(In reply to Jason W. Bacon from comment #9)

> wlans_iwn0=3D"wlan0"

As
https://lists.freebsd.org/pipermail/freebsd-current/2015-September/057403.h=
tml
explains, setting the MAC address doesn't work on all wifi adapters. For
example, it didn't work on my ath0, whereas setting the ethernet MAC addres=
s as
suggested in comment 4 works for me. From my /etc/rc.conf:

# Link aggregation, re0+wlan0 -> lagg0
ifconfig_re0=3D"ether b8:ee:65:5b:32:59"
wlans_ath0=3D"wlan0"
ifconfig_wlan0=3D"WPA"
create_args_wlan0=3D"country FR"
cloned_interfaces=3D"lagg0"
ifconfig_lagg0=3D"up laggproto failover laggport re0 laggport wlan0 DHCP"
ifconfig_lagg0_ipv6=3D"inet6 accept_rtadv"

Can you test whether setting the ethernet MAC address works for you as well=
 so
I can submit a doc patch either describing both methods (less than ideal IM=
O)
or giving only the method setting the ethernet MAC address (if it works with
all supported FreeBSD versions)?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211436-9-Qiu1yYzNCb>