setup the latest virtualbox on Windows, with a VM of Ubuntu 19.10 (fresh install no changes done).
In the guest VM, I'm able to ping 8.8.8.8 successfully, However, I can't browse google and when I ping google.com, I get:
$ ping google.com
ping: google.com: Temporary failure in name resolution
Here's my /etc/resolv.conf:
nameserver 127.0.0.53
options edns0
Tried adding nameserver 8.8.8.8 but no difference.
Note:
This issue is on NAT and NatNetwork. In bridged mode everything is fine.
Bridges works regullary
– toto333 Oct 23 '19 at 12:42