Setting up Raspberry Pi as OpenVPN Wireless Access Point
Installing Wireless Access Point
Step 1: install Raspbian
Step 2: install necessary software and edit dhcp configuration
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install dnsmasq hostapd speedtest-cli
sudo systemctl stop dnsmasq
sudo systemctl stop hostapd
sudo nano /etc/dhcpcd.conf
Step 3: Insert …
Read More →