Date: Fri, 23 Jun 2017 14:06:59 -0300 From: Renato Botelho <garga@FreeBSD.org> To: Adrian Chadd <adrian.chadd@gmail.com> Cc: Sean Bruno <sbruno@freebsd.org>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: [RESOLVED] Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11 Message-ID: <b5b84f5c-cd5b-21fe-108f-e29d50c65d5f@FreeBSD.org> In-Reply-To: <CAJ-VmonHq1j4F3YTsOxKM=ANRnJNcm=T0nw2QWDZRsk6=Su=iQ@mail.gmail.com> References: <1c1e5c6f-35e5-ca14-2e23-5e33d86a5266@FreeBSD.org> <cbdb0928-1355-0d1e-7f9c-69fb5edde09d@freebsd.org> <0e951324-7ec9-445d-06d0-64682cea6da4@FreeBSD.org> <CAJ-VmonHq1j4F3YTsOxKM=ANRnJNcm=T0nw2QWDZRsk6=Su=iQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b5b84f5c-cd5b-21fe-108f-e29d50c65d5f>