hemmes@lemmy.worldtoSelfhosted@lemmy.world•Help! DNS A Records only ones getting filtered.English
1·
29 minutes agoYeah if you can dig a record and received a response it’s not a routing issue.
But aren’t you on the same subnet as your DNS server? There’s no routing happening if you’re on the same subnet which I was assuming.
Even through dig defaults to outputting A records when no other options are specified, I would use the A option anyway just in case:
dig @192.168.0.249 study.lan A
If you use “ping study.lan” do you see it output the A record IP address in the first line of output?
Did you try using nslookup as I described?
nslookup is available on macOS and most Linux distros as well (and very helpful indeed).