Setup OpenVPN on Arch via Terminal
- Download iProVPN OpenVPN server configuration files from here
- Extract the folder to reveal two folders named TCP and UDP.
- Launch Terminal.
- Type and enter sudo bash
- Type pacman -S openvpn and press Enter. Confirm by pressing y.
- Now, access the TCP/ UDP folder which you downloaded and extracted earlier. For example, if you have the folder in the Downloads folder, then type (you can replace TCP with UDP based on preference):
- cd Downloads
- cd ipro_ovpn
- cd tcp
- Press Enter.
- Type ls to reveal the list of TCP/ UDP servers.
- Type openvpn –config australia-tcp.ovpn (or any other server of your choice) and press Enter.
- Enter your iProVPN username and then password.
- Wait for the connection to establish.