Comment on Having trouble setting up Nginx
pirateMonkey@lemmy.world 1 day agoYeah, just looking for internal access right now so I don’t have to remember the correct port for every service. Will use a VPN (leaning toward Tailscale) for remote access once I get this set up.
marsara9@lemmy.world 1 day ago
Are you able to query to see what IP address that domain returns? Does it return the 192.168.x address that you set?
pirateMonkey@lemmy.world 1 day ago
Thanks for that flow on how to troubleshoot.
When I try nslookup on the server, it doesn’t seem to be working at all (nslookup google.com returns ** server can’t find nslookup: NXDOMAIN). On Windows, it doesn’t return any IP (*** No internal type for both IPv4 and IPv6 Addresses records available). Looking at my Pi-hole query log, I do see that address was queried and allowed.
How can I check what Cloudflare is seeing (because as I understand that’s the next link in the chain)? I’m not seeing any logs there, but only created my account Saturday…
siph@feddit.org 1 day ago
You could try just using the
ping
orhost
commands, they will also try to resolve the domain.Also can you access the services by using IP:Port?