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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211436 --- Comment #10 from PauAmma <pauamma@gundo.com> --- (In reply to Jason W. Bacon from comment #9) > wlans_iwn0="wlan0" As https://lists.freebsd.org/pipermail/freebsd-current/2015-September/057403.html 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 address as suggested in comment 4 works for me. From my /etc/rc.conf: # Link aggregation, re0+wlan0 -> lagg0 ifconfig_re0="ether b8:ee:65:5b:32:59" wlans_ath0="wlan0" ifconfig_wlan0="WPA" create_args_wlan0="country FR" cloned_interfaces="lagg0" ifconfig_lagg0="up laggproto failover laggport re0 laggport wlan0 DHCP" ifconfig_lagg0_ipv6="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 IMO) or giving only the method setting the ethernet MAC address (if it works with all supported FreeBSD versions)? -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211436-9-Qiu1yYzNCb>
