hpr3177 :: Zero cost VPN
OpenVPN on a Free Tier VPS for securing phone trafic
Hosted by norrist on Tuesday, 2020-10-06 is flagged as Clean and is released under a CC-BY-SA license.
VPN, OpenVPN.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr3177
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:06:47
general.
A basic overview of the VPN I use
- Linux on a free/low cost VPS
- Helper script install OpenVPN and generate client config file
- Transfer client config file to mobile device
- Install OpenVPN client on Mobile Device and import the config
There are a few options for the Linux server. Free tier cloud providers
- AWS
- Azure
VPS with Free credits ($20-$100) for new accounts I've gotten discount codes from podcasts
- Digital Ocean
- Linode
VPS requirements for running a OpenVPN server are pretty are basic
- Internet accessible IP address
- Average Network speed
- root shell access
The openvpn installer is on GitHub. https://github.com/angristan/openvpn-install
On the server as root, run
git clone https://github.com/angristan/openvpn-install.git
/openvpn-install/openvpn-install.sh