Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2017 23:22:46 -0500
From:      Benjamin Kaduk <bjk@freebsd.org>
To:        Adrian Chadd <adrian.chadd@gmail.com>
Cc:        Renato Botelho <garga@freebsd.org>, 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:  <20170624042246.GX39245@kduck.kaduk.org>
In-Reply-To: <CAJ-VmomTi=7cUTo=v5WA=mGFnL_fiNT95AUc2ao8sSc6k4=ODg@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> <b5b84f5c-cd5b-21fe-108f-e29d50c65d5f@FreeBSD.org> <CAJ-VmomTi=7cUTo=v5WA=mGFnL_fiNT95AUc2ao8sSc6k4=ODg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I fixed the rc.conf snippet in the handbook in r50399.
I lost track of the rest of the thread as to what needs to be
changed in the actual command examples in lagg.4 and/or the
handbook, though.

-Ben

On Fri, Jun 23, 2017 at 05:33:05PM -0700, Adrian Chadd wrote:
> hi!
> 
> Thanks! Yes please let's update the handbook at least.
> 
> 
> -a
> 
> 
> On 23 June 2017 at 10:06, Renato Botelho <garga@freebsd.org> wrote:
> > 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
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170624042246.GX39245>