On Thu, Jul 26, 2007 at 12:23:28PM +0100, saravana kumar wrote: >Hi, > >Output of dig <domainname> is > > >[EMAIL PROTECTED] local]# dig saravana.com > > ; <<>> DiG 9.2.4rc5 <<>> saravana.com >;; global options: printcmd >;; Got answer: >;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 58148 >;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 > >;; QUESTION SECTION: >;saravana.com. IN A > >;; Query time: 28 msec >;; SERVER: 202.71.133.90#53(202.71.133.90) >;; WHEN: Thu Jul 26 16:49:00 2007 >;; MSG SIZE rcvd: 30
I did not see this before but when I am seeing now, I am seeing an anomaly. Are you sure your local host IP address is 202.71.133.90? This seems to be a routable address and in fact it is also running a DNS server. [EMAIL PROTECTED]:~$ host 202.71.133.90 Host 90.133.71.202.in-addr.arpa not found: 3(NXDOMAIN) [EMAIL PROTECTED]:~$ telnet 202.71.133.90 53 Trying 202.71.133.90... Connected to 202.71.133.90. Escape character is '^]'. ^] So may be this is the DNS server of your ISP and not the bind that you are running. Cross check. Also, if it is still an issue, please paste your /etc/resolv.conf HTH -balaji -- http://balajin.net/blog The sixth sheik's sixth sheep's sick. [so say said sentence sextuply...]
