Re: Help on NXDOMAIN to try next forwarder in the list

2013-05-30 Thread Ashok Agarwal
Sorry, its not */etc/hosts* file rather its */etc/resolv.conf*. On Thu, May 30, 2013 at 1:25 PM, Ashok Agarwal wrote: > One possible way can also be to set the number of nameservers to be looked > upon in the /etc/hosts file. > > nameserver 8.8.8.8 > nameserver 4.4.2.2 >

Re: Help on NXDOMAIN to try next forwarder in the list

2013-05-30 Thread Ashok Agarwal
One possible way can also be to set the number of nameservers to be looked upon in the /etc/hosts file. nameserver 8.8.8.8 nameserver 4.4.2.2 nameserver 4.1.2.2 Regards, Ashok On Thu, May 30, 2013 at 1:05 PM, Steven Carr wrote: > It's not possible. NXDOMAIN is NXDOMAIN, it doesn't exist, it d

BIND 9.8.0 dns64 feature

2012-10-19 Thread Ashok Agarwal
Hello All, I have gone thru the release note of BIND 9.8.0 to found that the feature "* dns64*" has been implemented in this version of BIND for the first time. I also learned that there are other features as well besides "dns64". Now, my task is to port "dns64" in my BIND 9.7.3 (ported for ISC BI

Re: Clarification on TTL Value

2012-05-15 Thread Ashok Agarwal
Hi Ramesh, When you query for rd1.ramesh40finalround.com. then you will get answer for all records but it will show minimum TTL value. -Ashok On Tue, May 15, 2012 at 3:00 PM, rams wrote: > Hi , > I have a setup as follows: > > rd1.ramesh40finalround.com. 98400 INA 11.11.11.11 > rd1

Re: nslookup fails if missing PTR record for IPv6 DNS server.

2012-03-16 Thread Ashok Agarwal
If PTR is present then it works pretty well. My concern is without PTR record. Ya I can use "dig" instead to nslookup but I need to fix it in nslookup as well. If anybody has any clue or can tell how it be fixed then it will really help me and it be highly appreciated. -Ashok On Fri, Mar 16, 2012

nslookup fails if missing PTR record for IPv6 DNS server.

2012-03-16 Thread Ashok Agarwal
Hi, I am using BIND 9.3 as my DNS server. I am trying to nslookup nameserver through IPv6 address. but nslookup is failing to resolv nameserver when nameserver's PTR record is missing. Kindly let me know if anybody has any fix for this problem. Thanks in anticipation. Regards, -Ashok