Comment on Having trouble setting up Nginx
marsara9@lemmy.world 1 day agoAre you able to query to see what IP address that domain returns? Does it return the 192.168.x address that you set?
Comment on Having trouble setting up Nginx
marsara9@lemmy.world 1 day agoAre 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 23 hours 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 22 hours 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?