Answer the question
In order to leave comments, you need to log in
Why is there a problem with DNS after connecting via VPN?
Can't connect via OpenVPN, DNS error occurs
This site can't be reached
whoer.net's server DNS address could not be found.
Try:
Checking the proxy, firewall, and DNS configuration
DNS_PROBE_FINISHED_BAD_CONFIG
How to fix this? Ubuntu 16.04, VPS on Amazon, also Ubuntu.
Answer the question
In order to leave comments, you need to log in
You probably forgot to add something to the config, it is always possible to set dns individually locally.
sudo echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/base
sudo echo "nameserver 8.8.4.4" > /etc/resolvconf/resolv.conf.d/head
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 8.8.4.4
nameserver 127.0.1.1
sudo echo "server=8.8.8.8" >> /etc/dnsmasq.conf
sudo echo "server=8.8.4.4" >> /etc/dnsmasq.conf
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question