VPN installation on kali for anonymous surfing and online Privacy.
What is VPN ?
A virtual private network extends a private network across a public network and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network.@wiki
What is DNSleaktest ?
A DNS leak refers to a security flaw that allows DNS requests to be revealed to ISP DNS servers, despite the use of a VPN service to attempt to conceal them. Although primarily of concern to VPN users, it is also possible to prevent it for proxy and direct internet users. DNS Leak can compromise your online privacy and security.@wiki
Reference : https://blokt.com/guides/dns-leak
Practical approach :
Step 1 :
Install dependencies:
apt-get install network-manager-openvpn-gnome network-manager-pptp network-manager-pptp-gnome network-manager-strongswan network-manager-vpnc network-manager-vpnc-gnome -y
Step 2 :
https://www.vpnbook.com/ and download bundle from openvpn tab , extract it and make a new folder.
Step 3 :
open:
nano /etc/NetworkManager/NetworkManager.conf and change manage value from false to true.
nano /etc/resolv.conf and add # before my name server and add new name server from opendns.com.
nameserver <open dns server ip>
nameserver <openvpn serverip>
there has free two ip there
username and password available in vpnbook website.
Now check your ip address from browser you IP address would be change and get other country IP and check for dns leak test also.Try to use duckduckgo browser for security reason.
Thank you guys.