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

From: Renato Botelho <garga_at_FreeBSD.org>
Date: Mon, 26 Jun 2017 08:32:03 -0300
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
Received on Mon Jun 26 2017 - 09:31:53 UTC

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