Article 5MK4P Ubuntu 20.04 unable to resolve by name but 1.1.1.1 and 8.8.8.8 are OK

Ubuntu 20.04 unable to resolve by name but 1.1.1.1 and 8.8.8.8 are OK

by
sundry_50
from LinuxQuestions.org on (#5MK4P)
I can ping local machines and 1.1.1.1 and 8.8.8.8 but not google.com or fark.com, etc.
Code:iptables -nvL
Chain INPUT (policy ACCEPT 1792 packets, 310K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- anbox0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 /* managed by anbox-bridge */
0 0 ACCEPT udp -- anbox0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 /* managed by anbox-bridge */
0 0 ACCEPT tcp -- anbox0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:67 /* managed by anbox-bridge */
0 0 ACCEPT udp -- anbox0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67 /* managed by anbox-bridge */

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- * anbox0 0.0.0.0/0 0.0.0.0/0 /* managed by anbox-bridge */
0 0 ACCEPT all -- anbox0 * 0.0.0.0/0 0.0.0.0/0 /* managed by anbox-bridge */

Chain OUTPUT (policy ACCEPT 1469 packets, 174K bytes)
pkts bytes target prot opt in out source destinationand
Code:cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 127.0.0.53Other machines are able to resolve just fine so I don't know what to do next.latest?d=yIl2AUoC8zA latest?i=tRQ48VZ1CUk:oxTa1fv_AlM:F7zBnMy latest?i=tRQ48VZ1CUk:oxTa1fv_AlM:V_sGLiP latest?d=qj6IDK7rITs latest?i=tRQ48VZ1CUk:oxTa1fv_AlM:gIN9vFwtRQ48VZ1CUk
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments