Delegation of part of a zone to a global server load balancer

2014-04-07 Thread McDonald, Dan
What’s the right way to delegate individual zone records to a “global server load balancer”, which is just a simple DNS server that checks to see if a server is up and if so adds the address to the rotation for resolution. I’ve tried simple delegation using ns records, but I don’t get

Re: Delegation of part of a zone to a global server load balancer

2014-04-07 Thread Mike Hoskins (michoski)
In the past when doing this with Cisco GSS I followed Akamai's example, and had success with stuff like (gdns* were the CSS): ; delegation of gslb.domain.com $TTL 172800 ; 2 days gdns1.domain.com. A a.b.c.d gdns2.domain.com. A e.f.g.h gdns3.domain.com. A i.j.k.l

Example of classless reverse-lookup zone

2014-04-07 Thread Dimitar Georgievski
Hi, I am trying to configure a subnet (example: 10.1.16.32/27http://10.1.26.96/27) zone files for internal domains, and have hard times with setting up the reverse lookup zone file. The couple examples I found on the internet didn't help much. This example taken from the Pro Bind and DNS book

Re: Example of classless reverse-lookup zone

2014-04-07 Thread Doug Barton
On 04/07/2014 02:46 PM, Dimitar Georgievski wrote: Hi, I am trying to configure a subnet (example: 10.1.16.32/27 http://10.1.26.96/27) zone files for internal domains, and have hard times with setting up the reverse lookup zone file. The couple examples I found on the internet didn't help

Re: Delegation of part of a zone to a global server load balancer

2014-04-07 Thread McDonald, Dan
That’s what I was hoping to do, but I don’t seem to be able to get the delegation bit working. I’ve tried it with the load balances in the same parent domain and in a different domain. I’ve tried it delegating at gslb…. And one level up. But when I query the authoritative server recursively, it

Re: Example of classless reverse-lookup zone

2014-04-07 Thread Mark Andrews
You should read all the error messages. dns_rdata_fromtext: junk:3: near 'i...@example.com': bad name (check-names) i...@example.com should be it.example.com. The first label is everything to the left of the @ in the email address. If it has periods in it they need to be escaped. Also how do

Re: Example of classless reverse-lookup zone

2014-04-07 Thread Dimitar Georgievski
Hi Doug, Thanks, your article really cleared my confusion with the naming and delegation of zones. I did read initially RFC 2317https://tools.ietf.org/html/rfc2317 when I started working on this task, but I was lost with the use of the / character, and, I realize now, I wasn't using the CNAME

Re: Example of classless reverse-lookup zone

2014-04-07 Thread Dimitar Georgievski
Thanks Mark. Although this wasn't my first priority I corrected the issue with the label is well. I thought I provided an example of my problem, no? Dimitar On Mon, Apr 7, 2014 at 7:08 PM, Mark Andrews ma...@isc.org wrote: You should read all the error messages. dns_rdata_fromtext:

Re: Example of classless reverse-lookup zone

2014-04-07 Thread Mark Andrews
In message cahsnsoy5odjox9b4_fmm+wfjewinol408gxyk7pyxnr-w-m...@mail.gmail.com, Dimitar Georgievski writes: Thanks Mark. Although this wasn't my first priority I corrected the issue with the label is well. I thought I provided an example of my problem, no? Dimitar You stated I tried

Re: Example of classless reverse-lookup zone

2014-04-07 Thread Doug Barton
On 04/07/2014 08:14 PM, Dimitar Georgievski wrote: Hi Doug, Thanks, your article really cleared my confusion with the naming and delegation of zones. I did read initially RFC 2317 https://tools.ietf.org/html/rfc2317 when I started working on this task, but I was lost with the use of the /

Re: Delegation of part of a zone to a global server load balancer

2014-04-07 Thread Kevin Darcy
I'm assuming you have forwarding set up. Make sure to set forwarders { }; in the aelabad.net zone definition. Failure to do so means that your recursive queries for names in subzones forward out towards the Internet, instead of following the delegations down to the austin-energy.net