Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 08:32:03 -0300
From:      Renato Botelho <garga@FreeBSD.org>
To:        Benjamin Kaduk <bjk@freebsd.org>, 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:  <7eaa28b3-484a-a779-1ab3-dada3d9318f6@FreeBSD.org>
In-Reply-To: <20170626035911.GA68391@kduck.kaduk.org>
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> <20170624042246.GX39245@kduck.kaduk.org> <20170626035911.GA68391@kduck.kaduk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 26/06/17 00:59, Benjamin Kaduk wrote:
> On Fri, Jun 23, 2017 at 11:22:46PM -0500, Benjamin Kaduk wrote:
>> 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.
> 
> To be clear, that is: one of you please supply the correct commands
> to execute this configuration manually (i.e., not via rc.conf), or the
> rest of the documentation is unlikely to get updated.

On lagg(4):

# ifconfig em0 up
# ifconfig create wlan0 wlandev ath0 ssid my_net \
	wlanaddr 00:11:22:33:44:55 up
# ifconfig lagg0 create
# ifconfig lagg0 laggproto failover laggport em0 laggport wlan0 \
	192.168.1.1 netmask 255.255.255.0

On Handbook [1]:

Following line should be removed:

# ifconfig iwn0 ether 00:21:70:da:ae:37

And the next example command should be changed to:

# ifconfig wlan0 create wlandev iwn0 ssid my_router \
	wlanaddr 00:21:70:da:ae:37 up

The rc.conf block looks fine.

Thank you for taking care of it.

[1]
https://www.freebsd.org/doc/handbook/network-aggregation.html#networking-lagg-wired-and-wireless
-- 
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7eaa28b3-484a-a779-1ab3-dada3d9318f6>