LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Nslookup!!! Please look up!!! (https://www.linuxquestions.org/questions/linux-newbie-8/nslookup-please-look-up-877507/)

anishkumarv 04-27-2011 10:21 PM

Nslookup!!! Please look up!!!
 
Hi all

Nslookup command returns!!!!


Code:

nslookup 10.91.44.29
Server: 127.0.0.1
Address: 127.0.0.1#53

29.44.91.in-addr.arpa name = station1.example.com


Code:

nslookup station1.example.com
Server: 127.0.0.1
Address: 127.0.0.1#53

Name: station1.example.com
Address: 10.91.44.29

It Returns like this after configure DNS. is this correct????

bathory 04-28-2011 12:22 AM

Quote:

Server: 127.0.0.1
Address: 127.0.0.1#53

29.44.91.in-addr.arpa name = station1.example.com
Unless it's a typo, it should be:
Code:

29.44.91.10.in-addr.arpa name = station1.example.com
Regards


All times are GMT -5. The time now is 12:20 AM.