zfrxnzy

How to setup a VPN on a OVH server.

Feb 21st, 2020
8,840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Yo guys today I'm gonna show you how to setup a VPN on your OVH server.
  2. For this you're gonna need Ubuntu 18.04.4 installed onto your OVH.
  3.  
  4. The first command you're gonna want to run is
  5. x - apt-get update;apt-get upgrade;apt install curl -y
  6.  
  7. Now we want to get the installer onto our server so run the command.
  8. x - curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
  9.  
  10. We're going to want to give permissions to the installer and are gonna want to run it (duh)
  11. x - chmod +x openvpn-install.sh;./openvpn-install.sh
  12.  
  13. Don't enable IPv6 Support.
  14. Set custom port to 443.
  15. Use tcp protocol.
  16. Cloudflare DNS servers.
  17. No compression.
  18. No encryption.
  19. When asked add a password to the user to make your security better...
  20.  
  21. Now FTP onto your OVH and transfer the .ovpn file onto your PC.
  22. Connect the ovpn file to your open VPN client.
  23. There you go your OVH is not set up!
  24.  
  25. Any problems?
  26. Add me on Discord - cs#5098
  27. Join the discord server!
Advertisement
Add Comment
Please, Sign In to add comment