Re: 9.5.1b2 rbtdb.c assertion failure

2009-01-04 Thread Doug Barton
Fr34k wrote: > Hello, > > Running 9.5.1b2 The release version of 9.5.1 is out. It's never a good idea to continue running betas or release candidates after the release is out. hth, Doug ___ bind-users mailing list bind-users@lists.isc.org https://lis

Re: Fresh (non cached) dig

2009-01-04 Thread Doug Barton
Stephen Ward wrote: > For all my attempts to read the manual on DIG I can't find a way to do > something really simple. > > Is there a way to dig a domain name so even if the results are in cache, > it will ignore these and re-read them? It's really from a testing > perspective I'm looking at t

Re: cache poisoning counter-measures

2009-01-04 Thread Doug Barton
Chris Henderson wrote: > I'm trying to implement some basic counter-measures against the > Kaminsky bug. I have had to configure my switch to allow any incoming > query to TCP and UDP port 53 on my slave DNS server. I was wondering > if this is going to cause any problem as far as security is conce

Re: cache poisoning counter-measures

2009-01-04 Thread Alan Clegg
Chris Henderson wrote: > I'm trying to implement some basic counter-measures against the > Kaminsky bug. I have had to configure my switch to allow any incoming > query to TCP and UDP port 53 on my slave DNS server. I was wondering > if this is going to cause any problem as far as security is conce

cache poisoning counter-measures

2009-01-04 Thread Chris Henderson
I'm trying to implement some basic counter-measures against the Kaminsky bug. I have had to configure my switch to allow any incoming query to TCP and UDP port 53 on my slave DNS server. I was wondering if this is going to cause any problem as far as security is concerned. Bind version 9.4.1 runni

Re: editing rc.d/named?

2009-01-04 Thread Doug Barton
bind user wrote: > Hi All: I installed 9.6.0 alongside FreeBSD7's default 9.4.2, and it's > working fine when i start it manually, but I'm having trouble getting it > to start automatically. I edited etc/rc.d/named Don't do that. :) The rc.d system is designed to be configured with rc.conf. You pr

Re: installing 9.6 on freebsd7 configure problems

2009-01-04 Thread Doug Barton
aklist wrote: >> Did you install FreeBSD with named ? probably it's the reason why > >> you can't start. >> try do something like : find / -name 'named' -print >> probably you'll see >> /sbin/named <- bind from FreeBSD >> /usr/sbin/named <- bind 9.6 That's not accurate. The FreeBSD

Re: Query SOA for serial number in split DNS

2009-01-04 Thread Alan Clegg
Chris Henderson wrote: > I'm trying to write a program (either in Perl or C) which > will query my DNS servers to get the SOA of specific domains. > > But my primary NS uses split DNS and my IP address cannot query the external > view. When I query, I only get the serial number of the internal vie

Query SOA for serial number in split DNS

2009-01-04 Thread Chris Henderson
I'm trying to write a program (either in Perl or C) which will query my DNS servers to get the SOA of specific domains. But my primary NS uses split DNS and my IP address cannot query the external view. When I query, I only get the serial number of the internal view. Is there any way to query the

Re: editing rc.d/named?

2009-01-04 Thread Mark Andrews
Unless FreeBSD has changed things in 7.1 you should be able to just specify the program in rc.conf /etc/rc.conf: named_program="/usr/local/sbin/named" Mark In message , "bind user" writes: > This is a multi-part message in MIME format. > > --===0727117690046670366== > Content-Type:

editing rc.d/named?

2009-01-04 Thread bind user
Hi All: I installed 9.6.0 alongside FreeBSD7's default 9.4.2, and it's working fine when i start it manually, but I'm having trouble getting it to start automatically. I edited etc/rc.d/named to: command="/usr/local/sbin/named -c /etc/namedb/named.conf" but when I restart the server, the de

Re: Warning compiling BIND 9.4.3 with ISC_SOCKET_USE_POLLWATCH defined

2009-01-04 Thread Mark Andrews
In message , Chris Thompson writes: > Now(!) that I am aware of the existence of BIND 9.4.3, and with the > intention of using it in production on Solaris 10 hosts, I thought > I ought to configure it with STD_CDEFINES=-DISC_SOCKET_USE_POLLWATCH > as suggested by the entry for change 2489 (altho

Re: slave zone without "file" statement?

2009-01-04 Thread andrew kagan
Hi All: I just brought a new 9.6.0 slave server online on freebsd 7. In my configuration file, I added all the zones with a configuration like: zone "myzone" IN { type slave; masters {xxx.xxx.xxx.xxx}; }; note that I left out the "file" statement. When I reload BIND I see the zones being loade

Richmond H Dyes/mchhosp.gov is out of the office.

2009-01-04 Thread RDyes
I will be out of the office starting 12/31/2008 and will not return until 01/05/2009. If it is an emergency, the help line at 760-6277 -- Confidentiality Notice -- This email message, including all the attachments, is for the sole use of the intended recipient(s) and contains confidential in

Warning compiling BIND 9.4.3 with ISC_SOCKET_USE_POLLWATCH defined

2009-01-04 Thread Chris Thompson
Now(!) that I am aware of the existence of BIND 9.4.3, and with the intention of using it in production on Solaris 10 hosts, I thought I ought to configure it with STD_CDEFINES=-DISC_SOCKET_USE_POLLWATCH as suggested by the entry for change 2489 (although I am not aware that we have had any prob

Re: slave zone without "file" statement?

2009-01-04 Thread Chris Thompson
On Jan 4 2009, andrew kagan wrote: Hi All: I just brought a new 9.6.0 slave server online on freebsd 7. In my configuration file, I added all the zones with a configuration like: zone "myzone" IN { type slave; masters {xxx.xxx.xxx.xxx}; }; note that I left out the "file" statement. When I rel

slave zone without "file" statement?

2009-01-04 Thread andrew kagan
Hi All: I just brought a new 9.6.0 slave server online on freebsd 7. In my configuration file, I added all the zones with a configuration like: zone "myzone" IN { type slave; masters {xxx.xxx.xxx.xxx}; }; note that I left out the "file" statement. When I reload BIND I see the zones being loade