Re: stop zone transfers from coming in

2009-04-30 Thread Sam Wilson
In article gt8lk3$1pe...@sf1.isc.org,
 Chris Henderson henders...@gmail.com wrote:

 My server works as a secondary for a zone. I asked the master server's
 admin to stop the zone transfer; I didn't get any reply and thus
 commented out the zone's section in my named.conf. But I'm still
 getting zone files coming in to my server.
 
 Here is what I have commented out:
 
 #  zone example.com {
 #   type slave;
 #   file extra/example.com;
 #masters {
 #   xxx.xxx.xx.xx;
 #   };
 #  };
 
 I commented out for some other zones as well and they have stopped
 coming but not this one.
 How do I stop this?

Just asking the obvious, but have you reconfig'ed or restarted named 
since you made the change?  The other point is that master servers don't 
send zones, the slave server requests it.  The master may send out 
notify messages to tell the slaves that a change has occured and they 
should schedule a transfer, but the responsibility lies with the slave.

I'd also normally suggest you provide the real name of the zone and the 
addresses of the server, thought it might not help in this case.

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


stop zone transfers from coming in

2009-04-28 Thread Chris Henderson
My server works as a secondary for a zone. I asked the master server's
admin to stop the zone transfer; I didn't get any reply and thus
commented out the zone's section in my named.conf. But I'm still
getting zone files coming in to my server.

Here is what I have commented out:

#  zone example.com {
#   type slave;
#   file extra/example.com;
#masters {
#   xxx.xxx.xx.xx;
#   };
#  };

I commented out for some other zones as well and they have stopped
coming but not this one.
How do I stop this?

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


Re: stop zone transfers from coming in

2009-04-28 Thread Jonathan Petersson
I would honestly look for a typo since you're saying that it does work
for some. Either way unless the admin turn it off you will get
zone-transfers, the question lies in wether your name-server accepts
them and propagates them down.

Check in the log for transfer or notification refusals and make sure
that you don't have any global variables that could cause issues.

/Jonathan

On Tue, Apr 28, 2009 at 9:38 PM, Chris Henderson henders...@gmail.com wrote:
 My server works as a secondary for a zone. I asked the master server's
 admin to stop the zone transfer; I didn't get any reply and thus
 commented out the zone's section in my named.conf. But I'm still
 getting zone files coming in to my server.

 Here is what I have commented out:

 #  zone example.com {
 #       type slave;
 #       file extra/example.com;
 #        masters {
 #               xxx.xxx.xx.xx;
 #       };
 #  };

 I commented out for some other zones as well and they have stopped
 coming but not this one.
 How do I stop this?

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

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