On 4/4/07, Stuart Henderson <[EMAIL PROTECTED]> wrote:
On 2007/04/03 21:25, Sam Fourman Jr. wrote:
>
> I have a rather simple question. I believe that OpenBSD does not
> support 802.11 WDS mode that basically repeats a wireless signial.
>
> Would it be possible to effectively emulate this with the bridge command?
(802.11 implements it's own ACK scheme to correct errors below
the upper protocols - without this TCP performance over wireless
would be terrible. If the signal is poor or suffering from
interference, you'll see latency i.e. ping times increase rather
than having immediate packet loss).
No, there's no space for enough addresses in the standard 3-address
frame format used by 802.11 (the "WDS" frame format adds another
address). You need to have the link-layer addresses of the source
and destination, as well as the transmitting and receiving wireless
node so that 802.11 ACKs can be sent to the right place.
Thank you for the in depth feedback, it is useful to me.
Without support for 4-address frames, you could use a routed (maybe
NATted) setup for your repeater.
> is there some way I can put 6 PCI cards in one AP and use a Bridge
> command to emulate WDS
In the same box? That is not likely to work well, if at all; the radios
will interfere with each other.
in your opinion Would it be better to use a amplifier and a splitter
to split the signial?
Sam Fourman Jr.