Re: Zone Transfer issue on BIND9

2012-08-27 Thread Manson, John
@lists.isc.org Subject: Re: Zone Transfer issue on BIND9 Message-ID: <20120825114847.6679a...@cistern.wingenbach.org> Content-Type: text/plain; charset=US-ASCII The problem pointed out in your 'match-clients' is the first glaring problem. What you need to understand is that from the point of

Re: Zone Transfer issue on BIND9

2012-08-25 Thread John Wingenbach
The problem pointed out in your 'match-clients' is the first glaring problem. What you need to understand is that from the point of BIND, your slave server is treated the same (from the view ) as any "client" for the master and vice versa. So, the communication between master and slave needs to b

Re: Zone Transfer issue on BIND9

2012-08-24 Thread snoop
- Original Message Da: Jeremy C. Reed To: Cc: bind-users@lists.isc.org Oggetto: Re: Zone Transfer issue on BIND9 Data: 24/08/12 15:39 > > > > On Fri, 24 Aug 2012, sn...@email.it wrote: > >

Re: Zone Transfer issue on BIND9

2012-08-24 Thread Jeremy C. Reed
On Fri, 24 Aug 2012, sn...@email.it wrote: > view "internal" { ... > zone "1.16.172.in-addr.arpa" IN { > type master; > file "/etc/namedb/master/1.16.172.in-addr.arpa.ext.zone"; Previous zone file names in this same view were called "int". Why the filenam

Re: Zone Transfer issue on BIND9

2012-08-24 Thread snoop
xt.zone and so on. Thanks. - Original Message Da: Jeremy C. Reed To: Cc: bind-users@lists.isc.org Oggetto: Re: Zone Transfer issue on BIND9 Data: 24/08/12 14:43 > > > > On Fri, 24 Aug

Re: Zone Transfer issue on BIND9

2012-08-24 Thread snoop
org Oggetto: Re: Zone Transfer issue on BIND9 Data: 24/08/12 13:41 > > > > On 24/08/12 12:09, sn...@email.it wrote: > > Hi there, > > I have an issue related to zone transfer which I couldn't fix. I've found a > > "presum

Re: Zone Transfer issue on BIND9

2012-08-24 Thread Jeremy C. Reed
On Fri, 24 Aug 2012, sn...@email.it wrote: > ***MASTER server (FreeBSD 9.0-RELEASE-p3 (i386)|| BIND 9.8.3-P2)*** > view "internal" { > match-clients { !key TSIG-KEY; internal; datacentre; }; ... > view "dmz" { > match-clients { !key TSIG-KEY; internal; datacentre; }; A client

RE: Zone Transfer issue on BIND9

2012-08-24 Thread snoop
- Original Message Da: Lightner Jeff To: Phil Mayers , bind-users@lists.isc.org Oggetto: RE: Zone Transfer issue on BIND9 Data: 24/08/12 14:16 > > > > You're putting the allow transfer on each zone? I don't think that&

RE: Zone Transfer issue on BIND9

2012-08-24 Thread Lightner, Jeff
: bind-users-bounces+jlightner=water@lists.isc.org [mailto:bind-users-bounces+jlightner=water@lists.isc.org] On Behalf Of Phil Mayers Sent: Friday, August 24, 2012 7:41 AM To: bind-users@lists.isc.org Subject: Re: Zone Transfer issue on BIND9 On 24/08/12 12:09, sn...@email.it wrote:

Re: Zone Transfer issue on BIND9

2012-08-24 Thread Phil Mayers
On 24/08/12 12:09, sn...@email.it wrote: Hi there, I have an issue related to zone transfer which I couldn't fix. I've found a "presumable" fix googling a lot but it doesn't seem to work. You haven't said *how* it isn't working. Be specific. Note that the FAQ link you reference puts the "serve

Zone Transfer issue on BIND9

2012-08-24 Thread snoop
Hi there, I have an issue related to zone transfer which I couldn't fix. I've found a "presumable" fix googling a lot but it doesn't seem to work. The main issue is that all my zones get transferred to the slave properly but all the files related to the same view are identical. I've found some sim