Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #### Install PiVPN Raspberry Pi ####
- ## change PW ##
- passwd
- ## enable static ip ##
- sudo nano /etc/dhcpcd.conf
- interface eth0
- static ip_address=192.168.0.4/24
- static routers=192.168.0.1
- static domain_name_servers=192.168.0.1
- sudo reboot
- ## install PiVPN ##
- curl -L https://install.pivpn.io | bash
- ## add VPN client ##
- pivpn add
Add Comment
Please, Sign In to add comment