Re: allowing queries from all IPv4 addresses but only a range of IPv6 addresses

2011-05-31 Thread Dennis Perisa
yep that works. thanks Dave. interestingly, 0/0 also works - thought that might catch IPv6 as well, but a look at the rfc tells me the correct syntax for 'any IPv6 host' is ::/0 On Tue, May 31, 2011 at 8:54 PM, David Forrest wrote: > On Tue, 31 May 2011, Dennis Perisa wrote: > >> Hello community

Re: allowing queries from all IPv4 addresses but only a range of IPv6 addresses

2011-05-31 Thread David Forrest
On Tue, 31 May 2011, Dennis Perisa wrote: Hello community, I have a requirement to configure BIND 9.7.3 to allow queries from any IPv4 address and only a specific IPv6 prefix. The allow-query statement takes an address match list as argument, but I'm not sure how I can specify 'any IPv4 host'

allowing queries from all IPv4 addresses but only a range of IPv6 addresses

2011-05-31 Thread Dennis Perisa
Hello community, I have a requirement to configure BIND 9.7.3 to allow queries from any IPv4 address and only a specific IPv6 prefix. The allow-query statement takes an address match list as argument, but I'm not sure how I can specify 'any IPv4 host' without having to use the 'any' keyword (whic