RE: script - automatic change A record

2013-11-25 Thread Kumar, Naveen, Vodafone Group
Hi Mark, If your target server has tcp port, you can create SRV record, DNS server will do the healthcheck and failover accordingly. I think you can try this!!! Regards, Naveen -Original Message- From: bind-users-bounces+naveen.kumar32=vodafone@lists.isc.org [mailto:bind-users-bounc

Re: Recursive BIND server doesn't execute recursion for IPv6 fd00::/8 reverse zone

2013-11-25 Thread Barry Margolin
In article , Listas wrote: > On 25-11-2013 15:42, Phil Mayers wrote: > > > > 2. Put a proper zone cut (delegation) into your local master, > > pointing at your authoritative server > > Thanks Phil. Your help has been valuable. > I think this is exactly what I'm doing here: > > Recursive

Re: script - automatic change A record

2013-11-25 Thread Mark Andrews
In message , =?UTF-8?B?UGF3ZcWCIENoLg==?= writes: > Hi list, > > I would like to write script that change two entry in my zone file: SOA and > A record. > > I have 2 web site: mail site site1.tld and backup site site2.tld. Script > should monitor site1.tld and when site is unavailable it should

Re: Recursive BIND server doesn't execute recursion for IPv6 fd00::/8 reverse zone

2013-11-25 Thread Listas
On 25-11-2013 15:42, Phil Mayers wrote: 2. Put a proper zone cut (delegation) into your local master, pointing at your authoritative server Thanks Phil. Your help has been valuable. I think this is exactly what I'm doing here: Recursive Bind server - /etc/bind/db.fd00.f3e2.38a5: $TTL

BIND 9.10.0a1 is now available

2013-11-25 Thread Michael McNally
BIND 9.10.0a1, the first alpha development release of BIND 9.10, a new branch of BIND 9, is now available for download from http://www.isc.org/downloads For more details, please see the release announcement in the bind-announce list: http://www.isc.org/downloads or read the release notes in t

Re: Recursive BIND server doesn't execute recursion for IPv6 fd00::/8 reverse zone

2013-11-25 Thread Barry Margolin
In article , Listas wrote: > On 25-11-2013 14:22, Phil Mayers wrote: > > > > No, because you told your recursive it was authoritative and gave it > > an empty zone file. > > > > Thank you Phil. > > But it is a private network zone. The query cannot go to the DNS root > servers, must be forwa

Re: Recursive BIND server doesn't execute recursion for IPv6 fd00::/8 reverse zone

2013-11-25 Thread Phil Mayers
On 25/11/13 17:31, Listas wrote: On 25-11-2013 14:22, Phil Mayers wrote: No, because you told your recursive it was authoritative and gave it an empty zone file. Thank you Phil. But it is a private network zone. The query cannot go to the DNS root servers, must be forwarded to the authorita

Re: Recursive BIND server doesn't execute recursion for IPv6 fd00::/8 reverse zone

2013-11-25 Thread Listas
On 25-11-2013 14:22, Phil Mayers wrote: No, because you told your recursive it was authoritative and gave it an empty zone file. Thank you Phil. But it is a private network zone. The query cannot go to the DNS root servers, must be forwarded to the authoritative server for the zone (ns1.

Re: script - automatic change A record

2013-11-25 Thread Barry Margolin
In article , Sten Carlsen wrote: > On 25/11/13 15.00, Alan Clegg wrote: > > On Nov 25, 2013, at 7:55 AM, Pawe? Ch. wrote: > > > >> Hi list, > >> > >> I would like to write script that change two entry in my zone file: SOA > >> and A record. > >> > >> I have 2 web site: mail site site1.tld and

Re: Recursive BIND server doesn't execute recursion for IPv6 fd00::/8 reverse zone

2013-11-25 Thread Phil Mayers
On 25/11/13 16:16, Listas wrote: Hi, I'm enabling IPv6 dual stack in my network and my Bind authoritative servers are working perfectly with the ip6.arpa zones. But my Recursive DNS server cannot resolve the reverse zone records from my private network. I tried to make a setup similar to what I

Recursive BIND server doesn't execute recursion for IPv6 fd00::/8 reverse zone

2013-11-25 Thread Listas
Hi, I'm enabling IPv6 dual stack in my network and my Bind authoritative servers are working perfectly with the ip6.arpa zones. But my Recursive DNS server cannot resolve the reverse zone records from my private network. I tried to make a setup similar to what I do for my private network (IP

Re: script - automatic change A record

2013-11-25 Thread Brian Cuttler
I think you want to be using MX records, rather than A records to point to your mailhost systems, those records allow you to specify a priority, the higher priory system (I believe the lower numeric value, but look it up) getting the mail if available, else working through the list of available ma

Re: script - automatic change A record

2013-11-25 Thread Sten Carlsen
On 25/11/13 15.00, Alan Clegg wrote: > On Nov 25, 2013, at 7:55 AM, Pawe? Ch. wrote: > >> Hi list, >> >> I would like to write script that change two entry in my zone file: SOA and >> A record. >> >> I have 2 web site: mail site site1.tld and backup site site2.tld. Script >> should monitor site

Re: script - automatic change A record

2013-11-25 Thread Alan Clegg
On Nov 25, 2013, at 7:55 AM, Paweł Ch. wrote: > Hi list, > > I would like to write script that change two entry in my zone file: SOA and A > record. > > I have 2 web site: mail site site1.tld and backup site site2.tld. Script > should monitor site1.tld and when site is unavailable it should

script - automatic change A record

2013-11-25 Thread Paweł Ch .
Hi list, I would like to write script that change two entry in my zone file: SOA and A record. I have 2 web site: mail site site1.tld and backup site site2.tld. Script should monitor site1.tld and when site is unavailable it should change A record in zone file to indicate to site2.tld. If site1.t