Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # install these packages in ubuntu terminal
  2. sudo apt-get install openvpn
  3. sudo apt-get install network-manager-openvpn
  4. sudo apt-get install network-manager-openvpn-gnome
  5.  
  6. # download the client files from the router as
  7. # a zip file and extract them to my Downloads directory
  8.  
  9. # open network > edit connections > add >
  10. # import a saved vpn configuration > select the client.conf file
  11. # that was extracted in the Downloads directory
  12.  
  13. # edit the vpn connection and set the gateway port to :12973
  14. # (same as is configured in the router's vpn settings)
  15.  
  16. # change type to TLS
  17. # select client.crt that was extracted in the Downloads dir
  18. for user certificate
  19. # select ca.crt that was extracted in the Downloads dir for ca certificate
  20. # select client.key that was extracted in the Downloads dir for private key
  21.  
  22. # click Advanced
  23. # change custom gateway port to 12973
  24. # change virtual device type to TUN
  25. # check the checkbox to accept authenticated packets from any address
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement