tell BIND the nameservers have been changed

2011-06-14 Thread Jeff Peng
Hello, Once I changed the IP address for NS records, for example, example.com. IN NS ns1.myzone.com. example.com. IN NS ns2.myzone.com. I changed ns[1-2].myzone.com to new IPs in myzone.com's DNS, then how to let BIND for example.com to know the NS has been changed? Thanks. __

Re: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread Mark Elkins
Eric, Did you know that UniForum SA (the CO.ZA administrators) provide free DNS classes for people that live in South Africa? (Intro and Advanced). So you'd need to get over to Johannesburg and/or Cape Town and pay for some accommodation - but the courses are free. You can see and book for the co

Re: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread erickom
Jun 14 17:34:02 ns1 named[11927]: received control channel command 'stop -p' Jun 14 17:34:02 ns1 named[11927]: shutting down: flushing changes Jun 14 17:34:02 ns1 named[11927]: stopping command channel on 127.0.0.1#953 Jun 14 17:34:02 ns1 named[11927]: stopping command channel on ::1#953 Jun 14

Re: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread erickom
On 14/06/2011 14:54, Stephane Bortzmeyer wrote: On Tue, Jun 14, 2011 at 02:25:12PM +0200, eric...@kom.za.net wrote a message of 307 lines which said: root@ns1:/var/cache/bind# named-checkzone metropolitanbuntu.co.za 0.0.10.metropolitanbuntu.co.za.inv Wrong zone name. The file 0.0.10.metrop

Re: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread Matus UHLAR - fantomas
On 14.06.11 14:2 , eric...@kom.za.net wrote: > zone "metropolitanbuntu.co.za" IN { > file "/var/cache/bind/master.metropolitanbuntu.co.za"; > > zone "0.0.10.in-addr.arpa" IN { > file "/var/cache/bind/0.0.10.metropolitanbuntu.co.za.inv"; > > zone "194.134.41.in-addr.arpa" IN { >

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: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread Stephane Bortzmeyer
On Tue, Jun 14, 2011 at 02:25:12PM +0200, eric...@kom.za.net wrote a message of 307 lines which said: > root@ns1:/var/cache/bind# named-checkzone metropolitanbuntu.co.za > 0.0.10.metropolitanbuntu.co.za.inv Wrong zone name. The file 0.0.10.metropolitanbuntu.co.za.inv contains data about 0.0.

Re: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread erickom
On 14/06/2011 10:15, Stephane Bortzmeyer wrote: On Tue, Jun 14, 2011 at 09:58:36AM +0200, eric...@kom.za.net wrote a message of 80 lines which said: sorry for that, please see below the content for my reverse file data: File: /var/cache/bind/metropolitanbntu.co.za.inv: ... 41.134.194.90.

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: primary and secondary running different versions

2011-06-14 Thread Timo Veith
Thank you for your replies. I will go on then, and do the upgrade. Kind regards, Timo ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users

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

Help needed

2011-06-14 Thread Vignesh Gadiyar
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 to perform the required functions on those ip addresses and return

Re: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread Stephane Bortzmeyer
On Tue, Jun 14, 2011 at 09:58:36AM +0200, eric...@kom.za.net wrote a message of 80 lines which said: > sorry for that, please see below the content for my reverse file data: > > File: /var/cache/bind/metropolitanbntu.co.za.inv: ... > 41.134.194.90. IN PTR ns1.metropolitanbuntu.co.za

Re: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread erickom
On 14/06/2011 08:56, Stephane Bortzmeyer wrote: On Tue, Jun 14, 2011 at 08:11:53AM +0200, eric...@kom.za.net wrote a message of 86 lines which said: root@ns1:~# named-checkzone metropolitanbuntu.co.za /var/cache/bind/metropolitanbntu.co.za.inv /var/cache/bind/metropolitanbntu.co.za.inv:3: ig

Re: Need some help

2011-06-14 Thread Stephane Bortzmeyer
On Tue, Jun 14, 2011 at 12:17:48PM +0530, Vignesh Gadiyar wrote a message of 41 lines which said: > i mean in which function do we get the IP addresses looked up from > the Domain names inputted I'm afraid there is no simple answer to this question. > so as to perform the required functions

Re: How to Setup a Name Servers visible on Internet?

2011-06-14 Thread Stephane Bortzmeyer
On Tue, Jun 14, 2011 at 08:11:53AM +0200, eric...@kom.za.net wrote a message of 86 lines which said: > root@ns1:~# named-checkzone metropolitanbuntu.co.za > /var/cache/bind/metropolitanbntu.co.za.inv > /var/cache/bind/metropolitanbntu.co.za.inv:3: ignoring out-of-zone data > (0.0.10.in-addr.ar

Need some help

2011-06-14 Thread Vignesh Gadiyar
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 in 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 m