LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   DNS bind cant resolve IP and hostname (https://www.linuxquestions.org/questions/linux-software-2/dns-bind-cant-resolve-ip-and-hostname-402696/)

dwarf007 01-12-2006 08:44 PM

DNS bind cant resolve IP and hostname
 
I got the below while try to resolve my IP. I already added in my IP and hostname

-------------------------------------------------------
nslookup 10.203.101.28
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: 10.203.101.29
Address: 10.203.101.29#53

** server can't find 28.101.203.10.in-addr.arpa: SERVFAIL
-------------------------------------------------------


While I use resolve localhost, it works fine.
-------------------------------------------------------
nslookup localhost
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: 10.203.101.29
Address: 10.203.101.29#53

Name: localhost
Address: 127.0.0.1
-------------------------------------------------------

service named status
number of zones: 6
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
server is up and running


Can I know whats going on? I will appreciate the help from you guys. thanks.....

paragn 01-14-2006 08:42 AM

hi,
how about using dig as suggested in output. check if you are getting same error with dig


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