NS_NXT_BITS for NSEC records

2009-04-02 Thread Jack Tavares
Hello - In libbind-6.0b1/includ/arpa/nameser.h there are some convenience macros for parsing the type bits for NXT records /* How RR types are represented as bit-flags in NXT records */ #define NS_NXT_BITS 8 #define NS_NXT_BIT_SET( n,p) (p[(n)/NS_NXT_BITS] |= (0x80>>((n)%NS_NXT_BITS))) #define

RE: NS_NXT_BITS for NSEC records

2009-04-02 Thread Jack Tavares
Sorry. I still have libbind-6.0b1. I missed the announcement that libbind6.0 had shipped. What I need is in libbind6.0 Thank you From: bind-users-boun...@lists.isc.org [bind-users-boun...@lists.isc.org] On Behalf Of Jack Tavares [j.tava...@f5.com] Sent: Thursday

9.6.0, DLZ still missing link library

2009-04-02 Thread David Ford
libtool: link: i686-pc-linux-gnu-gcc -O2 -mtune=i686 -march=i686 -pipe -D_GNU_SOURCE -I/usr/include/libxml2 -o .libs/named .libs/builtin.o .libs/client.o .libs/config.o .libs/control.o .libs/controlconf.o .libs/interfacemgr.o .libs/listenlist.o .libs/log.o .libs/logconf.o .libs/main.o .libs/notify.

RE: DLZ Binary for Windows

2009-04-02 Thread Hal Dell
Hello... Anyone know of a place to download a Windows Binary Installation Kit for recent version of Bind with DLZ option enabled. As I understand it -- this feature is a compile time option. If not -- is it easy to compile with this option on? Thanks, Hal Dell ePodWorks.net, Inc. Managing Part

Re: DLZ Binary for Windows

2009-04-02 Thread Danny Mayer
Hal Dell wrote: > Hello... Anyone know of a place to download a Windows Binary > Installation Kit for recent version of Bind with DLZ option enabled. As > I understand it -- this feature is a compile time option. If not -- is > it easy to compile with this option on? > If you are asking about a b

named-xfer?

2009-04-02 Thread Michelle Konzack
Hello, I have to fetch some zones from but it seems, "named-xfer" does not more exist in bind9. How can I now manualy download a zone? Thanks, Greetings and nice Day/Evening Michelle Konzack -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ ##

Re: named-xfer?

2009-04-02 Thread Matthew Pounsett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02-Apr-2009, at 18:33, Michelle Konzack wrote: Hello, I have to fetch some zones from but it seems, "named-xfer" does not more exist in bind9. How can I now manualy download a zone? dig IN AXFR zone @server > fi

Wild card in named.conf for multple PTR zones (or h2n help)?

2009-04-02 Thread Mike Bernhardt
We use h2n to generate our db files, but NOT to generate named.conf. We recently add the network 10.160.0.0:255.240.0.0 to h2n, which then generated db.10.160, db.10.161, etc. All of these 16-bit networks will reside in the same zone. Is there a way to either get h2n to generate one db for the ent

Re: named-xfer?

2009-04-02 Thread Michelle Konzack
G'evening, Am 2009-04-02 18:37:37, schrieb Matthew Pounsett: > dig IN AXFR zone @server > file > > that will do it. Thanks, it worked as expected. Uff! Thanks, Greetings and nice Day/Evening Michelle Konzack -- Linux-User #280138 with the Linux Counter, http://counter.li.org/

53/TCP port unresponsive

2009-04-02 Thread Mark Koehler
Greetings. We have 4 masters (rsync'd together) and a pair of load balancers each of which distributes queries to any of the 4.  On the masters, we run Solaris 10 with BIND 9.5P1.  Recently, one of the 4 stopped using TCP on port 53, but UDP traffic continued unaffected.  What would cause the T

Re: Wild card in named.conf for multple PTR zones (or h2n help)?

2009-04-02 Thread Andris Kalnozols
> From: "Mike Bernhardt" > > We use h2n to generate our db files, but NOT to generate named.conf. We > recently add the network 10.160.0.0:255.240.0.0 to h2n, which then generated > db.10.160, db.10.161, etc. > > All of these 16-bit networks will reside in the same zone. Is there a way to > eith