Comment on Local dns rewrite problems on android
marci@lemmy.world 2 months agoI disabled private dns and it seemed to work yesterday, but today i can not connect to my services again. Any other ideas on how to pin down the issue?
Comment on Local dns rewrite problems on android
marci@lemmy.world 2 months agoI disabled private dns and it seemed to work yesterday, but today i can not connect to my services again. Any other ideas on how to pin down the issue?
rtxn@lemmy.world 2 months ago
Install Termux, then use either the
digornslookupcommand to query the DNS name, and check which DNS server is queried. If it’s the private server’s address, you might be having connectivity issues. If it’s100.100.100.100, the resolver is still trying to query Tailscale’s MagicDNS.hexagonwin@lemmy.sdf.org 2 months ago
doesn’t termux always default to 1.1.1.1?
marci@lemmy.world 2 months ago
Yes no matter if it works or not, it always returns the tailscale ip I configured with cloudflare, saying it is using 8.8.8.8 as the dns server.
rtxn@lemmy.world 2 months ago
Right… my mistake, I guess I had SSH config entries in Termux and never questioned whether SSH was using those or DNS.
Still, try to find some way to check which server is being queried. It might reveal connectivity problems with the local DNS server.