Discussion:
[Bug 211436] Link aggregation setting wlan mac changed in 11
(too old to reply)
b***@freebsd.org
2016-07-30 11:28:33 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211436

Kubilay Kocak <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
Keywords| |easy, needs-patch
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2016-08-02 09:50:29 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211436

Jan Kokemüller <***@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@gmail.com

--- Comment #1 from Jan Kokemüller <***@gmail.com> ---
According to this discussion/patch
(https://lists.freebsd.org/pipermail/freebsd-current/2015-September/057403.html)
it is better to change the MAC address of the Ethernet card instead of the
wireless device. As an added bonus this should work for FreeBSD 9 and 10, too.
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2016-08-03 06:03:18 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211436

--- Comment #2 from Randy Westlund <***@gmail.com> ---
Ah, thanks for the link. In that case, I think the correct example should be
ifconfig_bge0="ether 00:21:70:da:ae:37 up"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP"
--
You are receiving this mail because:
You are the assignee for the bug.
Loading...