Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


get IPV6 via OpenVPN ipv4
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

get IPV6 via OpenVPN ipv4

dedicadosdedicados Member
edited December 2019 in Tutorials

not a new tutorial and not mine, but i saw many users doesnt know how (like me).

tested on digitalocean and vultr servers today and both worked like charm

just confirm your server has ipv6

https://github.com/angristan/openvpn-install

Usage
First, get the script and make it executable :

curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
Then run it :

./openvpn-install.sh
You need to run the script as root and have the TUN module enabled.

The first time you run it, you'll have to follow the assistant and answer a few questions to setup your VPN server.

When OpenVPN is installed, you can run the script again, and you will get the choice to :

Add a client
Remove a client
Uninstall OpenVPN
In your home directory, you will have .ovpn files. These are the client configuration files. Download them from your server and connect using your favorite OpenVPN client.

download OpenVPN connect : https://openvpn.net/client-connect-vpn-for-windows/

just add your .ovpn file, in settings select :

IPv6
IPv6 tunnel preferences
-combined ipv4/ipv6 tunnel <----- this one

done!

vultr https://www.vultr.com/?ref=6802573
digitalocean https://m.do.co/c/50a210a35631

Thanked by 2user123 MrH
Sign In or Register to comment.