Re: bind-9.5.2 build warnings

2009-10-23 Thread Mark Andrews
In message <4ae1b27d.7080...@kirkb.net>, Kirk writes: > OS == Solaris 9 > Compilers == Sun or GCC > > Anyone know what causes these warnings? > > ./configure --with-openssl=no --with-libxml2=/usr/local --disable-threads > > > configure: WARNING: Unrecognized options: --with-openssl, --with-lib

Re: cache dead records

2009-10-23 Thread Barry Margolin
In article , net...@royal.net wrote: > Hello, > > We are using bind9 for DNS Cache. > What the problem is, sometime the IP address for a domain is dead, but > Bind won't know, and still responds the dead IP to clients, after that > clients access the sites failed. > So is there a way to do hea

RE: dnssec enabled recursive server

2009-10-23 Thread Alexa Petrean
Have you configured the trusted anchor for the signed TLD on your recursive server? -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-users-boun...@lists.isc.org] On Behalf Of Pamela Rock Sent: Friday, October 23, 2009 3:07 PM To: bind-us...@isc.org Subject: dnssec ena

dnssec enabled recursive server

2009-10-23 Thread Pamela Rock
This environment is in a lab. I have a DNSSEC enabled server with a signed .TLD zone (again, in a lab). I have a client that can accurately run queries against the signed .TLD zone. So this works... DNSSEC Enabled Client => DNSSEC Enabled .TLD I'm trying to put a recursive BIND 9.6.1-P1 s

Re: bind-9.5.2 build warnings

2009-10-23 Thread Matthew Horsfall
Kirk wrote: > OS == Solaris 9 > Compilers == Sun or GCC > > Anyone know what causes these warnings? > > ./configure --with-openssl=no --with-libxml2=/usr/local --disable-threads > > > configure: WARNING: Unrecognized options: --with-openssl, --with-libxml2 > ./configure is passing on the --wi

RE: cache dead records

2009-10-23 Thread Todd Snyder
Look at something like an F5 GTM ... it can do health checks on pools and respond with only available/geographically close/etc ips... http://www.f5.com/products/big-ip/product-modules/global-traffic-manager .html More than likely far too big for what you're looking for, but service availability

bind-9.5.2 build warnings

2009-10-23 Thread Kirk
OS == Solaris 9 Compilers == Sun or GCC Anyone know what causes these warnings? ./configure --with-openssl=no --with-libxml2=/usr/local --disable-threads configure: WARNING: Unrecognized options: --with-openssl, --with-libxml2 or ./configure --without-openssl --with-libxml2=/usr/local --dis