Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2012 10:38:57 -0700
From:      Adrian Chadd <adrian@freebsd.org>
To:        Peter Jeremy <peter@rulingia.com>
Cc:        kaltheat@googlemail.com, net@freebsd.org
Subject:   Re: lagg failover issue
Message-ID:  <CAJ-VmokYqne9DY_BR56m7w6s8Xcz=JLxqCR1GfjR%2Ba8fnyW_8A@mail.gmail.com>
In-Reply-To: <20120902212952.GB2654@aspire.rulingia.com>
References:  <20120830215147.GA2383@-> <20120831104532.GA1758@-> <CAJ-VmoneEMvCpNotru%2Bws9NdcyExnkGfxnx2W=z7e-Myb1RWRQ@mail.gmail.com> <20120902212952.GB2654@aspire.rulingia.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2 September 2012 14:29, Peter Jeremy <peter@rulingia.com> wrote:
> Adrian,
>
> On 2012-Aug-31 04:29:53 -0700, Adrian Chadd <adrian@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

There's some weird, undocumented crap surrounding changing MAC
addresses but in theory, once the right incantation works, that should
work fine.

However, lagg would then have to ensure a broadcast frame will go out
so the forwarding tables get updated. Or else various L2 devices won't
know the location of your device has changed.

I'ms aying if you placed an ath STA  vap into a bridge group or some
other device that sent frames from a source MAC that wasn't the STA
MAC, it won't work. That only works with 4-address WDS mode.


Adrian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmokYqne9DY_BR56m7w6s8Xcz=JLxqCR1GfjR%2Ba8fnyW_8A>