On 2016-02-25, Stefan Sperling <s...@stsp.name> wrote:
> On Tue, Feb 23, 2016 at 08:07:31PM +0900, Tuyosi Takesima wrote:
>> auto wlan0
>> iface wlan0 inet dhcp
>> wpa-ssid URoad-9BF
>> wpa-ap-scan 1
>> wpa-key-mgmt WPA-PSK
>> wpa-psk 4955
>
>> # iw wlan0 info
>> command failed: No such device (-19)
>
> I don't understand how iw can fail like this if you have wlan0 configured.
> Either you have a wlan0 interface or you don't.
>
> I expected the iw command to show that WDS ("Wireless Distribution System")
> is in use on wlan0. WDS is what makes bridging across wireless work, and
> WDS is not supported by OpenBSD.
>
> Please stop trying to build your bridge with OpenBSD, it won't work.
> Maybe, one day, OpenBSD will support WDS. Then you can try again.

If you want something that works on OpenBSD now, that's NAT and normal
routing. Other methods aren't going to work, the 802.11 frame format
doesn't allow it unless you have either WDS's "4 address format" or
MAC translation ("layer2 nat" e.g. with Linux ebtables).

Reply via email to