How to make your own
Raspberry Pi IRLP node
with built in VPN
David Azbill's Pi3 instructions
David Azbill's Pi3 instructions in text format
David Azbill's Pi3 instructions for activating Wifi
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
How to make your VPN server at ipxcore.com for a dollar a month
Sign up for your dollar-a-month server here
In the instructions linked below, Greg has this command:
cp ./firewall /etc/init.d/firewall cd /etc/init.d chmod +x firewall
We have not been able to make this line work on his install instructions.
Instead we broke this one line of Greg's out to three seperate lines like this:
cp ./firewall /etc/init.d/firewall
cd /etc/init.d
chmod +x firewall
and then Greg's instructions work just fine
VPN server install instructions from Greg KD3SU
Backup set of instructions from Greg
Backup OpenVPN install script
Backup Firewall Script
Craig's script that automatically performs Greg's VPN install above
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -