Setting up Anonabox with PIA
I have recently purchased an Anonabox VPN router. It comes with Hide my Ass already preconfigured, but I prefer to use it with PIA which I have used for several years, and am very happy with. I am wondering if anyone has experience of this device and can give me easy installation tips? It also has facility for OpenVPN/OpenWRT set up, but it looks complicated. Many thanks
Comments
When they tell you how, you can come back here and post the solution!
HTH
Vippa
In MacOS, you can just use the built in terminal application.
1. To open the Terminal app, click Go in the top menu, then select Utilities, then click Terminal.app. The command for MacOS is "ssh [email protected]"
2. Once you are connected by ssh, you will need to get your .ovpn config file from the VPN provider on to the device (https://www.privateinternetaccess.com/openvpn/openvpn.zip). If you open the .ovpn config file in a text editor and copy all that text, then in the terminal with the ssh connection going type: "cd /etc/openvpn" then type "vim pia.ovpn" It will open up a new file, press any key to switch to 'edit' mode, then you should be able to paste the contents of the text from the ovpn file into it. After that, hit the ESC button once, then type ":wq!" Which will write the changes to the file.
3. Copy over the .crt and .pem files
After that, just type "openvpn ./pia.ovpn" If all goes well, it will run the config file and you will be connected , and that's it!