lagg failover issue
Peter Jeremy
peter at rulingia.com
Sun Sep 2 21:37:53 UTC 2012
Adrian,
On 2012-Aug-31 04:29:53 -0700, Adrian Chadd <adrian at freebsd.org> wrote:
>You can't override set the outbound MAC address of a wireless station.
>It associates with the MAC address of the card/vap/device. The AP
>_will_ store that MAC address in its node table.
Are you saying I can't portably do the following:
# ifconfig ath0 ether 00:11:22:33:44:55
# ifconfig create wlan0 wlandev ath0 ssid my_net up
My understanding was that the first line changes the MAC associated
with ath0. The second line then creates a wlan device and allows ath0
to associate with an AP with ssid "my_net" - and this association will
be performed using the updated MAC address. Which part of this
doesn't work?
>What you really want is for the same IP to exist but only both
>interfaces and have the source interface/MAC seamlessly change.
Actually, lagg(4) requires all associated interfaces to have the same
MAC address - it doesn't change them during operation. Normally, it
updates the MAC address when it does the "addm" but this doesn't work
for "addm wlan0" (presumably for the reasons you describe) but
manually changing the MAC address of the WiFi NIC before creating the
wlan device avoids this.
--
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20120902/53199d56/attachment.pgp
More information about the freebsd-net
mailing list