Re: Help needed with failed queries - SERVFAIL - RESOLVED

2020-10-04 Thread Olaf Frączyk
Hello, I have found the issue. Maybe it helps someone else. In the logs above, there were "exceeded max queries resolving". The default max-recursion-queries is 75. I have increased it to 100 and it seems it helped. So I set it up to 150 to be on the safe side. Best regards, Olaf NAVI Sp.

Re: Help needed with failed queries - SERVFAIL

2020-10-04 Thread Olaf Frączyk
Hello, One more thought - This behaviour didn't happen with bind 9.9 - on CentOS 7. Best regards, Olaf Frączyk NAVI Sp. z o.o. Promienista 5/1 60-288 Poznań mobile: +48609769035 phone: +48616622881 fax: +48616622882 http://www.navi.pl On 2020-10-04 01:39, Olaf Frączyk wrote: Hello, I'm run

Re: Help needed

2011-06-14 Thread Vignesh Gadiyar
BIND gives us the resolved IP addresses before sending back the reply right.I have a code which ranks those based on some parameters. I wanted to know where exactly in BIND should we add that code. Regards. On Tue, Jun 14, 2011 at 5:42 PM, Fajar A. Nugraha wrote: > Please don't remove cc to the

Re: Help needed

2011-06-14 Thread Fajar A. Nugraha
Please don't remove cc to the list On Tue, Jun 14, 2011 at 5:27 PM, Vignesh Gadiyar wrote: > BIND gives us the resolved IP addresses right before sending back the reply. > I have a code which ranks those based on some parameters. I wanted to know > where exactly in BIND should we add that code. >

Re: Help needed

2011-06-14 Thread Karl Auer
On Tue, 2011-06-14 at 13:34 +0530, Vignesh Gadiyar wrote: > from which function do we get the IP addresses looked up from the > Domain names inputted, so as to perform the required functions on > those ip addresses and return my result back to the client.i don't > want to hack the the name server a

Re: Help needed

2011-06-14 Thread Stephane Bortzmeyer
On Tue, Jun 14, 2011 at 04:38:06PM +0700, Fajar A. Nugraha wrote a message of 29 lines which said: > most programming language has gethostbyname() and gethostbyaddr() These routines are deprecated for a long time (the main reason being they are specific of an old version of IP) and you should

Re: Help needed

2011-06-14 Thread Fajar A. Nugraha
On Tue, Jun 14, 2011 at 3:04 PM, Vignesh Gadiyar wrote: > Hi, > I am Vignesh from Bangalore and i was developing an application using Open > source BIND wherein i needed to know where exactly, i mean from which > function do we get the IP addresses looked up from the Domain names > inputted, so as