davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
322 stars 54 forks source link

Order of multiple WLAN devices #23

Closed krebbi closed 5 years ago

krebbi commented 5 years ago

In the readme is written


If two wifi interfaces are available, the first will persistently remain the hotspot, and the second will get the external connection. When both are connected, forwarding and masquerading are enabled so that hotspot-connected devices can access external networks.


but here it's exactly the other way around:

wlan0 (build in raspi wifi) connects to choosen network wlanwlx74da... (USB wifi dongle) seems to be the hotspot

but i cannot see an open hotspot. something is strange here....

is there a way to choose the "primary wlan device" in comitup/nm somehow?

davesteele commented 5 years ago

Not currently.

The assignment of "ap_device" and "link_device" is done in modemgr.py.

What is the make and model of your usb wifi adapter?

krebbi commented 5 years ago

thanks a lot!