OpenVPN on Android can block internet traffic until the tunnel has been established, very handy. e.g. http://img.nux.ro/4nV-openvpn_seamless.png
Even with a VPN, open Wi-Fi exposes users
21–30 of 44 posts
Re: Even with a VPN, open Wi-Fi exposes users
#22Also, use is about ten times faster than a web client.
Re: Even with a VPN, open Wi-Fi exposes users
#23Tunnelbear[0] has Vigilant mode[1] that blocks all outgoing connections until you have connected to the VPN server. It was one of the main reasons to start using it. [0] https://www.tunnelbear.com [1] https://www.tunnelbear.com/updates/vigilant/
Not sure if it's been acted on.
Re: Even with a VPN, open Wi-Fi exposes users
#24Tunnelbear[0] has Vigilant mode[1] that blocks all outgoing connections until you have connected to the VPN server. It was one of the main reasons to start using it. [0] https://www.tunnelbear.com [1] https://www.tunnelbear.com/updates/vigilant/
I love Tunnelbear, but I assure you their vigilant mode is far from perfect. In particular, I take a train to and from work. When the network goes down, and it goes down several times every trip, sometimes Tunnelbear goes into vigilant mode, but it frequently doesn't - i.e. I can absolutely connect to sites from the open wifi while the Tunnelbear icon is spinning up a fresh connection but before it has fully secured…
I do live in Europe though and I've never heard about a "tether plan". Is that some American weirdness maybe?
Re: Even with a VPN, open Wi-Fi exposes users
#25That is one of the nice thins about the VPN provider I use - not only do they not keep any logs, but all you have to do is click a single checkbox and then you have no internet unless the vpn is connected.
Re: Even with a VPN, open Wi-Fi exposes users
#26Re: Even with a VPN, open Wi-Fi exposes users
#27TL;DR: You usually first have to accept the WiFi network's terms of service on a special page (called a captive portal) before you get Internet access. Until you do that, VPN doesn't work, and by then your email program (or anything else) may already have checked for new messages. If you have a password for your email account (which surely you do), it may have been sent unencrypted, open for anyone nearby to see.
One of the first things you should do if you have a VPN solution is to make sure, via HTTPS that your IP address is the actual IP address of the VPN provider:
https://www.google.com/?gws_rd=ssl#safe=off&q=what+is+my+ip+...
Re: Even with a VPN, open Wi-Fi exposes users
#28Re: Even with a VPN, open Wi-Fi exposes users
#29There's another risk, though: the WiFi layer and TCP/IP stacks themselves. These might be hacked and WiFi is regularly by NSA per leaks. This is why high assurance wireless VPN's they endorse use a dedicated device for secure wifi connections. It works as follows: a device/chip for trusted data with a physical connection to PC; a secure chip in middle for crypto & control logic; a device/chip for untrusted code (esp Wifi driver) and data with connection to antenna. Some use separation kernels instead of different chips these days. The device is programmed to not let "trusted" data through until (a) untrusted chip says wireless is working and (b) VPN is established in middle chip. It can be modified to deal with captive portals although that creates potential covert channels or attacks. Maybe one can tie a sandboxed browser to the untrusted chip for approving the terms. It and the channel are killed the moment Internet is reachable. More work needs to be done in this area.
Regular setups not worried about targeted hacks will probably be fine following the advice in the article. People worried about targeted attacks rarely use Windows anyway haha.
Re: Even with a VPN, open Wi-Fi exposes users
#30Year after year, decade after decade, all manner of security problems are avoided by running (al)pine on a remote server that I ssh to. Also, use is about ten times faster than a web client.
That said, I use the exact same approach; and Alpine is actually pretty usable even from an Android tablet, especially since JuiceSSH lets you create shortcuts that automatically connect to the server and run "exec alpine".