ipv6 AAAA register and ipv4 NS register with the same name

2014-12-15 Thread Manuel Ramírez
Hello,

We have bind 9.8.4. P2 with many registers delegated to Link load
balancer (we have two public ip´s range and linkproof acts as a dns
balancer).
Now we need to add the ipv6  register for all those registers that
are in ipv4 delegated to the link balancer but this balancer doesn´t
support ipv6.

So we have the ipv4 register as NS and the same register in ipv6 as
.I thought that when i ask for the ipv4 register the link balancer
should show the two public ip´s and when i ask for the  register,
the dns shows the ipv6 ip, but is not like this.Doesn´t matter i ask
for ipv4(ns) or ipv6(), always obtent the ipv4 ip delegated to the
link balancer.

Is there any way to achieve the ipv6 register, despite the same
regiter is created in ipv4 and delegated to the load balancer,resolves
the  record type?

Please excuse my limited English.

Regards
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: ipv6 AAAA register and ipv4 NS register with the same name

2014-12-15 Thread Barry Margolin
In article mailman.1278.1418632708.26362.bind-us...@lists.isc.org,
 Manuel Ramírez manuel.rami...@grupoica.com wrote:

 Hello,
 
 We have bind 9.8.4. P2 with many registers delegated to Link load
 balancer (we have two public ip´s range and linkproof acts as a dns
 balancer).
 Now we need to add the ipv6  register for all those registers that
 are in ipv4 delegated to the link balancer but this balancer doesn´t
 support ipv6.
 
 So we have the ipv4 register as NS and the same register in ipv6 as
 .I thought that when i ask for the ipv4 register the link balancer
 should show the two public ip´s and when i ask for the  register,
 the dns shows the ipv6 ip, but is not like this.Doesn´t matter i ask
 for ipv4(ns) or ipv6(), always obtent the ipv4 ip delegated to the
 link balancer.

 is the IPv6 version of A records, which translate names to 
addresses. Nameservers are listed in NS records, regardless of the IP 
version.

Just use more nameserver records:

@ IN NS v4-ns1
  IN NS v4-ns2
  IN NS v6-ns1
  IN NS v6-ns1

v4-ns1 IN A 1.2.3.4
v4-ns2 IN A 9.8.7.6
v6-ns1 IN  11:22:33:44::1
v6-ns2 IN  aa:bb:cc:dd::10

-- 
Barry Margolin
Arlington, MA
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: ipv6 AAAA register and ipv4 NS register with the same name

2014-12-15 Thread Chris Buxton

 On Dec 15, 2014, at 12:38 AM, Manuel Ramírez manuel.rami...@grupoica.com 
 wrote:
 
 Hello,
 
 We have bind 9.8.4. P2 with many registers delegated to Link load
 balancer (we have two public ip´s range and linkproof acts as a dns
 balancer).
 Now we need to add the ipv6  register for all those registers that
 are in ipv4 delegated to the link balancer but this balancer doesn´t
 support ipv6.
 
 So we have the ipv4 register as NS and the same register in ipv6 as
 .I thought that when i ask for the ipv4 register the link balancer
 should show the two public ip´s and when i ask for the  register,
 the dns shows the ipv6 ip, but is not like this.Doesn´t matter i ask
 for ipv4(ns) or ipv6(), always obtent the ipv4 ip delegated to the
 link balancer.
 
 Is there any way to achieve the ipv6 register, despite the same
 regiter is created in ipv4 and delegated to the load balancer,resolves
 the  record type?

It's not entirely clear what you're trying to do, but perhaps if you tell us an 
example name that isn't behaving how you want, we (the list membership) can 
take a look.

It sounds like you might want different addresses in the additional section of 
the response depending on whether the request for for an A record or a  
record. If so, that's not possible.

Regards,
Chris
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: ipv6 AAAA register and ipv4 NS register with the same name

2014-12-15 Thread Barry Margolin
In article mailman.1280.1418684210.26362.bind-us...@lists.isc.org,
 Chris Buxton cli...@buxtonfamily.us wrote:

 It sounds like you might want different addresses in the additional section 
 of the response depending on whether the request for for an A record or a 
  record. If so, that's not possible.

I suspect what he's actually having trouble with is registering 
nameservers with his registrar, and nothing actually to do with BIND.

-- 
Barry Margolin
Arlington, MA
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users