Skip to content

Instantly share code, notes, and snippets.

@jpartain89
Created June 14, 2016 11:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpartain89/e568b81551b5ab7cdcfe29576d260ae5 to your computer and use it in GitHub Desktop.
Save jpartain89/e568b81551b5ab7cdcfe29576d260ae5 to your computer and use it in GitHub Desktop.
pia Port Forwarding with openvpn
1. wget https://www.privateinternetaccess.com/installer/port_forward.sh
2. chmod +x port_forward.sh
3. Make sure you are connected in one of the gateways that supports port forwarding
3. ./port_forward.sh <user> <password>
It should return something like: { "port": 23423 }
You can then enter this port into your software.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment