Results 1 to 3 of 3
When I do an nslookup for any internet address, I get back my localhost as the server:
Server: 127.0.0.1
Address: 127.0.0.1#53
What does that mean?
Thanks!...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-29-2012 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 1
nslookup - localhost as server
When I do an nslookup for any internet address, I get back my localhost as the server:
Server: 127.0.0.1
Address: 127.0.0.1#53
What does that mean?
Thanks!
- 11-29-2012 #2
Hi and welcome
That means, that 127.0.0.1 is a nameserver defined in /etc/resolv.conf in your machine.You must always face the curtain with a bow.
- 11-30-2012 #3Just Joined!
- Join Date
- Aug 2012
- Posts
- 13
It's the local IP of your box and the DNS service listens on port 53. Suggestion. Add a port forwarder for DNS (a secondary DNS really) to your conf file, using your ISP's Primary DNS server? <-- that way your box can serve internal DNS and recognise external addresses as well.


Reply With Quote

