-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iw phy "$PHY" set netns "$pid"
Fails with "Operation not supported"
#6
Comments
Same thing happens with |
Just saw #3. Looks like that's the same thing. But also seems like there wasn't a real resolution other than using a different tool or replacing
|
Hi @johnboiles, |
In case it provides a clue: I went to create_ap after trying this project and it would fail in a similar way when I tried to use it in bridged mode. Without bridging (just using nat) it works fine. Seems similar to -net=bridge doesn't work here but -net=host does |
It is driver specific. I am running into the same issue with several wireless USB adapters. If you happen to find any 5.0GHz adapters that support this, I would love to know. The Chipset Ralink 5370 and associated driver support netns, but it is 802.11bgn only. |
Running on a Raspberry Pi 3.
wlan1
(edimax) is connected to the network,wlan0
(built-in) is my intented hostapd interface. After running the script and starting the docker container, i can repro the issue like this:The text was updated successfully, but these errors were encountered: