You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Windows.
DualityVPN has a state of the art VPN client for all Windows computers and tablets. Now you can get the full slate of encryption and security measures, while accessing servers from around the world.
Whether you take your Windows computer to work or school, or keep it at home, you probably have sensitive information on it. We want to protect that information with the DualityVPN VPN service. Now your data is protected each time you connect to the internet.
We can provide you with the ultimate encryption to keep your IP address and other details secure. Unlock the full experience of the internet with your Windows computer and tablet. Always have access to your favorite content. Never lose touch with your family, friends and business associates on social media — no matter where you are.
Microsoft Windows Vista and higher compatibility
You're on the way to total data defense! Make any Internet connection secure with our free VPN software for Mac.
Take your Mac browsing experience to a whole new level with our ultimate VPN service.
The unique app that we have designed for Mac OS customers will give you access to all our encryption features, stealth measures, worldwide servers and content unlocking potential. Enjoy the full potential of the internet on your Macbook or iMac.
Take advantage of your Mac computer to the fullest extent. Enjoy an unlocked and unlimited internet where you are completely anonymous. Stream, download and browse sites at high speed!
You're on the way to total data defense! Make any Internet connection secure with our free VPN app for Android.
DualityVPN believes in your electronic privacy & freedom; that’s why we have given you the control to download our VPN client straight to your android device. Downloading our DualityVPN APK file is easy and secure. We have detailed the installation steps below to ensure that you benefit from enhanced security much faster.
There are many different ways to install, DualityVPN VPN client, we have listed options below depending on your Android version and method of installation.
Download the APK DualityVPN file. If you haven't yet downloaded the APK file onto your Android, do the following:
The web is meant to be safe and open. Make it that way on your iOS device with our VPN application.
The iOS app that we have designed is compatible with iPhones and iPads. Now you can get the full benefit of encryption services without having to worry about any slowdown in internet speed.
With the dual layer of encryption built into our iOS app, you are safe whether you are using mobile data, your home WiFi connection or public WiFi.
Install OpenVPN
Open the terminal (Ctrl + Alt + T) and run the following command:
# sudo apt-get install openvpn
Choose a Server & Connect
#cd /etc/openvpn
#ls
Choose the server you wish to connect to from the Server Status page and download the .ovpn file and ca certificate. Open the CA certificate and copy the contents inside the .ovpn file like so;
client
dev tun
proto udp
remote (SERVER_IP_HERE after "remote")
nobind
persist-key
persist-tun
ca ca.crt
auth-user-pass
comp-lzo
reneg-sec 0
verb 3
cipher AES-256-CBC
<ca>
CERT_FILE_CONTENT_COMES_HERE
</ca>
Now run OpenVPN as run:
# openvpn /etc/openvpn/SERVER-NAME-HERE.ovpn
Enter your credentials and you should now be successfully connected. Enjoy and use responsibly.
Change Name Server (Optional)
In case any domain or website is not responding for you, this might be an issue with the name server.
# vim /etc/resolv.conf
Add the following:
Nameserver 80.67.0.2