Open Networks #1039
-
I'm using RaspAP with two WiFi networks: wlan0 for the AP and wlan1 as the client connecting to a network with access to the Internet. This works great for any client network that uses a password. But not for open networks like Starbucks, McDonalds or on an airplane. The WiFi client page on RaspAP states it doesn't support connecting to WEP but does that also mean I cannot connect to any open network? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Good question. Most open wireless networks including, I suspect, the ones you mention use some form of captive portal to manage access. When a wireless client device connects to one of these open SSIDs, the captive portal detection (CPD) mechanism will open a splash page to authenticate the client. Once the user on the client device has completed the splash page actions, the page will usually do a redirect with a query string containing a token. For security, the remote server expects the same valid token it allocated when the client received the initial HTTP request. If the token is valid, the portal "authenticates" the client and allows access to the internet. This is a fairly simple process when the client is a mobile phone or laptop. With RaspAP in the middle it becomes quite a bit more complex. ie., the portal's HTTP response must be captured and handled in one of several ways. The user auth process may have multiple steps (for example, requiring an email address or phone number to receive an access code) and each would need to be brokered by RaspAP. Assuming that all goes well, a persistent token (ie., a "cookie") would need to be managed by RaspAP, else the client would be forced to authenticate all over again. FWIW, I'm not aware of any commercial travel-type routers (Netgear, TP-Link, etc) that support captive portal logins. tl;dr: most open networks use captive portals, which are non-trivial for travel routers to deal with. |
Beta Was this translation helpful? Give feedback.
-
I never went to step 6 in the following: https://www.makeuseof.com/tag/raspberry-pi-vpn-travel-router/ although I did get the RPI WRT router to work as described on the web site. It's not an easy set up as I recall. |
Beta Was this translation helpful? Give feedback.
-
I wanted to share that the latest Insider version v2.8.0 works great now with public wifi spots! I've been able to connect to every public wifi I've tried flawlessly using two wireless connections (onboard and external). Thank you for considering and implementing this change. |
Beta Was this translation helpful? Give feedback.
I wanted to share that the latest Insider version v2.8.0 works great now with public wifi spots! I've been able to connect to every public wifi I've tried flawlessly using two wireless connections (onboard and external). Thank you for considering and implementing this change.