On my Android device, I'm connected to a wifi router which is connected my home network. I tried setting DNS to 8.8.8.8, 1.1.1.1, and other DNSs. If I ping, say, 8.8.4.4, the connection works.
Whatsapp, which seems to be using fixed IP addresses, and doesn't consult DNS, works fine.
But, if in Firefox, I try to any domain name, it doesn't resolve. Neither does any ping to a domain name.
I'm monitoring traffic on the local network with Wireshark to see if any DNS requests come from the phone - no luck...
Anyone has a suggestion how to proceed?
dig
is a good companion. Some in-depth details, may help in troubleshooting: here, here and here. – Irfan Latif Jan 14 '22 at 01:45ping
to a domain name (instead of an IP) does not seem to call DNS either. – jcoppens Jan 15 '22 at 14:59dig
,nslookup
are not available eg. inMaterial-terminal
. So I thought about sending a 'manual' DNS request usingnc
andecho
(to eliminate possible firewall problems). – jcoppens Jan 15 '22 at 15:07