Comment on Need help getting domain to resolve over LAN
iAmTheTot@sh.itjust.works 5 days agoThanks for the ping suggestion. When I ping docmost.example.com
, looks like Adguard is correctly catching it and routing it to an internal IP 192.168.1.80
, which is exactly what I’ve told it to do. I tried to ping anothersub.example.com
as well, and it was pinging my duckdns address and timing out. So when I ping, it looks like the packets get through but when I try to access it from a browser, it times out?
ashley@lemmy.ca 5 days ago
Right. Can you access your npm server via the ip in your browser? Even if it’s not docmost that it returns?
If you can, it’s probably your browser using its own dns so you’ll have to change that to adguard as well.
NAT Loopback can be a bit finicky but once you set it up there’s no tinkering, it’ll just work forever. The only problem (which really doesn’t matter a bit with a document sharing platform) is that packets first have to go through the router. If your server and client are on the same network then they can communicate directly with each other instead.
EarMaster@lemmy.world 5 days ago
I also think it may be the browser not using the DNS provided by the router. This is often called Safe Browsing or Secure DNS in browser settings.
ashley@lemmy.ca 5 days ago
Yep, so if they’re able to access npm via the ip this is likely it.