Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Yo guys today I'm gonna show you how to setup a VPN on your OVH server.
- For this you're gonna need Ubuntu 18.04.4 installed onto your OVH.
- The first command you're gonna want to run is
- x - apt-get update;apt-get upgrade;apt install curl -y
- Now we want to get the installer onto our server so run the command.
- x - curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
- We're going to want to give permissions to the installer and are gonna want to run it (duh)
- x - chmod +x openvpn-install.sh;./openvpn-install.sh
- Don't enable IPv6 Support.
- Set custom port to 443.
- Use tcp protocol.
- Cloudflare DNS servers.
- No compression.
- No encryption.
- When asked add a password to the user to make your security better...
- Now FTP onto your OVH and transfer the .ovpn file onto your PC.
- Connect the ovpn file to your open VPN client.
- There you go your OVH is not set up!
- Any problems?
- Add me on Discord - cs#5098
- Join the discord server!
Advertisement
Add Comment
Please, Sign In to add comment