Manually configuring your Linux computer with other DNS server addresses can help you access blocked sites and enjoy faster speeds.
To manually configure your computer with our DNS servers’ addresses, in Linux (Ubuntu):
- Run the following command:
sudo apt-get install resolvconf
- Open the following file in an editor:
/etc/resolvconf/resolv.conf.d/base
- Write the following lines to the file (these are Google DNS servers):
nameserver 8.8.8.8
nameserver 8.8.4.4
If Google DNS is blocked for you, please try:- Neustar DNS Advantage (156.154.70.1 and 156.154.71.1),
- Level3 DNS (4.2.2.1 and 4.2.2.2)
- Remove any other nameserver lines.
- Save the file.
- Backup the current configuration file, by running:
sudo mv /etc/resolv.conf /etc/resolv.conf.backup
- Link to the new resolvconf configuration file, by running:
sudo ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
sudo resolvconf -u - Restart network services by running:
sudo /etc/init.d/networking restart
- Try connecting to the VPN again.
If you are encountering issues with the above instructions, please contact the TorGuard Support Team for immediate assistance.