dns error


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers dns error
# 1  
Old 04-02-2002
dns error

Hi all,

Please go thro the result of an nslookup and let me know the reason for the error

D:\>nslookup india.cymfony.com
Server: 203-195-198-244.now-india.net.in
Address: 203.195.198.244

*** 203-195-198-244.now-india.net.in can't find india.cymfony.com: Server fail

But with address is working

D:\>nslookup 203.195.198.244
Server: 203-195-198-244.now-india.net.in
Address: 203.195.198.244

Name: 203-195-198-244.now-india.net.in
Address: 203.195.198.244

Thanks in advance
# 2  
Old 04-04-2002
Your first nslookup:

D:\>nslookup india.cymfony.com
Server: 203-195-198-244.now-india.net.in
Address: 203.195.198.244

*** 203-195-198-244.now-india.net.in can't find india.cymfony.com: Server fail

But with address is working


This is showing that your DNS server is called 203-195-198-244.now-india.net.in and has and IP address of 203.195.198.244.

The "*** 203-195-198-244.now-india.net.in can't find india.cymfony.com: Server fail " error means your DNS server does not have an entry for india.cymfony.com and cannot find an entry for it on any other reference server is have available to it.

Your second nslookup command:

D:\>nslookup 203.195.198.244
Server: 203-195-198-244.now-india.net.in
Address: 203.195.198.244

Name: 203-195-198-244.now-india.net.in
Address: 203.195.198.244

You are looking up the name of your DNS server with this command, not india.cymfony.com which is what I think you meant to do. The IP for your DNS server is 203.195.198.244 . When you run nslookup 203.195.198.244 is is just going to give you the name of your DNS server.

You or someone else need to add an entry for india.cymfony.com to your DNS server.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

DNS client added to DNS server but not working

Hi, We have built a new server (RHEL VM)and added that IP/hostname into dns zone configs file on DNS server (Solaris 10). Reloaded the configuration using and added nameserver into resolv.conf on client. But when I am trying nslookup, its not getting resolved. The nameserver is not able to... (8 Replies)
Discussion started by: snchaudhari2
8 Replies

2. Red Hat

Bind (DNS) error on EL 6.4

Gurus I have configured bind 9 on Red hat EL 6.4, it can resolve from hostname i.e from domain name (like cnn.com, bbc.com)but through IP its shows following error. Need your expert opinion to solve it. error 84.23.97.31 Server: 192.168.31.24 Address: 192.168.31.24#53 ** server can't... (1 Reply)
Discussion started by: smazshah
1 Replies

3. Red Hat

DHCP & DNS - Clients get IP but don't register in DNS

I am trying to setup a CentOS 6.2 server that will be doing 3 things DHCP, DNS & Samba for a very small office (2 users). The idea being this will replace a very old Win2k server. The users are all windows based clients so only the server will be Linux based. I've installed CentOS 6.2 with... (4 Replies)
Discussion started by: FireBIade
4 Replies

4. UNIX for Advanced & Expert Users

Get an error while trying to start DNS server

Hi Guys, I am trying to configure DNS on ESX server. Everything done but when I am trying to start the DNS, it gives me an error # service named restart Stopping named: Starting named: Error in named configuration: /etc/named.conf:42: when using 'view' statements, all zones must be... (7 Replies)
Discussion started by: Srvesh
7 Replies

5. Red Hat

DNS A-Record point to another DNS

Hi, I have a question on how to point the DNS server-1's A-record to second DNS server, which is DNS server-2. So, the computer can access other domain which only listed in the DNS server-2. The scenario is as follow: http://img689.imageshack.us/img689/6333/12234.png How to configure this... (4 Replies)
Discussion started by: Paris Heng
4 Replies

6. UNIX for Advanced & Expert Users

DNS server choice: Windows DNS vs Linux BIND

I'd like to get some opnions on choosing DNS server: Windows DNS vs Linux BIND comparrsion: 1) managment, easy of use 2) Security 3) features 4) peformance 5) ?? I personally prefer Windows DNS server for management, it supports GUI and command line. But I am not sure about security... (2 Replies)
Discussion started by: honglus
2 Replies

7. Red Hat

Dns configuration error in Redhat

Dear All I want to configure DNS in redhat linux. i am following these steps but when i restart the services it is showing status failed. Please any body can help me on urgent basis. #service named restart Stopping named: Starting named: ---------Edited in named.conf... (2 Replies)
Discussion started by: sahu.tapan
2 Replies

8. UNIX for Dummies Questions & Answers

Sendmail error: 550 5.1.8 invalid/host-not-in-DNS

I have sendmail setup to relay through my external ISP. Everything was working fine until I started getting the error message (below). I don't what I did to cause this? I have read a number of related posts and it appears that I might need to configure the sending address of my server to appear... (0 Replies)
Discussion started by: simonmason
0 Replies

9. Solaris

Solaris DNS Client For Microsoft DNS Server

hey guys, how to add soalris box as a microsoft DNS Client ? and how to register in the microsoft DNS ?? i managed to query from the DNS server after adding /etc/resolve.conf and editing /etc/nsswitch.conf but i need to register the soalris server (dns Client) into Microsoft DNS automatically.... (3 Replies)
Discussion started by: mduweik
3 Replies

10. UNIX for Dummies Questions & Answers

DNS Proxy Error

hello guys, i need a US proxy , and PlanetLabs proxies dont let me access sites i need, so i use 8080 port proxies.. when i use a working proxy, it shows me this message on the internet screen: http://img128.imageshack.us/img128/1953/errorjpgor6.jpg Is there anyway i can fix this ? the proxy... (1 Reply)
Discussion started by: Yuvalz
1 Replies
Login or Register to Ask a Question