Re: allow-users with list of IP's and key

2012-08-13 Thread Red Cricket
Thank you Sir! On Mon, Aug 13, 2012 at 8:08 PM, Mark Andrews wrote: > > In message > > , Red Cricket writes: >> Hi, >> >> I am running bind 9.9.1-P1 and I have in my named.conf this zone ... >> >> zone "example.com" { >> ... >> allow-update { >> 192.168.1.32; >> 192.168.1.

Re: allow-users with list of IP's and key

2012-08-13 Thread Mark Andrews
In message , Red Cricket writes: > Hi, > > I am running bind 9.9.1-P1 and I have in my named.conf this zone ... > > zone "example.com" { > ... > allow-update { > 192.168.1.32; > 192.168.1.33; > key example.com.key; > }; > }; allow-update { !{ !192.168.1.32;

allow-users with list of IP's and key

2012-08-13 Thread Red Cricket
Hi, I am running bind 9.9.1-P1 and I have in my named.conf this zone ... zone "example.com" { ... allow-update { 192.168.1.32; 192.168.1.33; key example.com.key; }; }; I was hoping that this meant that only hosts 192.168.1.32 and 192.168.1.33 with the key exam