Re: Zone transfer question

"Kevin Fleming" <[email protected]>
Newsgroups gmane.network.dns.bind9.dlz
Message-ID <[email protected]>
you can cheat ever more than that .. because I have only a few known
machines that do zone transfers - I don't bother with the zone table, rather
use the Query like this:
 
select zone from dns_records where zone = '%zone%' and '%client%' in
('192.168.34.5','192.168.23.2','192.168.45.1');
 
this means you can do something like:
 
select zone from dns_records where zone = '%zone%' and '%client%' like
('10.0.%');
 
of course - you are compromising simplicity for lack of flexibility .. if
you add zone transfer clients - you need to edit the SQL in the named.conf -
not update a table like originally intended.
 
Kevin
--
Kevin B Fleming
e: [email protected]



  _____  

From: [email protected]
[mailto:[email protected]] On Behalf Of Michael
J. Ayers
Sent: Saturday, 12 April 2008 7:30 AM
To: bind-dlz-testers
Subject: Re: [Bind-dlz-testers] Zone transfer question


Yeah, that for sure isnt working.  Is there a way to do zone transfers to a
block of IPs?  With some other form of notation other than 10.0.0.0/8?


On Fri, Apr 11, 2008 at 2:14 PM, Michael J. Ayers <[email protected]>
wrote:


Hey all,

In the DB xfr table, are we allowed to use slash notation in the client
field to match a whole bunch of clients?  I have to be able to axfr to a
bunch of Windows domain servers so I added 10.0.0.0/8 in there, but I am not
sure if that will work.

Thoughts?


-- 
Michael J. Ayers
Senior Systems Engineer 




-- 
Michael J. Ayers
Senior Systems Engineer

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

_______________________________________________
Bind-dlz-testers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bind-dlz-testers
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.