Re: [RESOLVED] Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11

From: Renato Botelho <garga_at_FreeBSD.org>
Date: Fri, 23 Jun 2017 14:06:59 -0300
On 23/06/17 13:43, Adrian Chadd wrote:
> Hi,
> 
> You can't change a wifi mac address /after the interface is up/. So if
> that's happening with this RC script combination then we should kinda
> fix that.

OK, so in the end I managed to make it work without any kernel change.
This is how rc.conf look like, as pointed out by AndrĂ¡s Krasznai.

ifconfig_em0="up"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA"
create_args_wlan0="wlanaddr 3c:97:0e:48:3f:f8"
cloned_interfaces="lagg0"
ifconfig_lagg0="up laggproto failover laggport em0 laggport wlan0 DHCP"

So now the only remaining issue is related to docs. lagg(4) manpage
example and Handbook must be fixed

Thank you all for the help
-- 
Renato Botelho
Received on Fri Jun 23 2017 - 15:07:04 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:12 UTC