Skip to content

Instantly share code, notes, and snippets.

@azmenak
Last active August 29, 2015 14:03
Show Gist options
  • Save azmenak/bd356cef530cb5082d13 to your computer and use it in GitHub Desktop.
Save azmenak/bd356cef530cb5082d13 to your computer and use it in GitHub Desktop.
Setup VPN on Mac OS

VPN Setup

Open up the network config in system preferences

net config


  1. Hit the plus button in the bottom right
  2. Select VPN for interface
  3. Select PPTP for VPN Type
  4. Give the VPN a name (any name is fine; its just a label)

add service


  1. enter vpn.vidhub.co for the address
  2. enter your account name (that should be people's first name)
  3. make sure the Show VPN Status in menu bar box is checked
  4. click on authentication settings

auth


  1. Enter password
  2. Click OK

password


Click on advanced...

advanced


Make sure Send all traffic is checked

send all traffic


Click apply, then connect

apply and connect


If all goes well, you should see a connected status; and the occasional green bars to indicate Internet traffic is moving

success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment