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.
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.