Re: Using bind 9.5.0 with Active directory

2008-12-30 Thread Nico De Ranter
You were correct (of course). I had my versions mixed up and was starting an older version without GSSAPI support. The kerberos authentication seems to be working now but I still can't the updates working. If I understand the output in named.run correctly, I believe the kerberos authentication

Re: 50 million records under one domain using Bind

2008-12-30 Thread Bill Larson
On Dec 29, 2008, at 11:35 PM, David Ford wrote: I use DLZ w/ postgres. It's been working pretty good for me for a while now. Another "just out of curiosity" question. What sort of performance do you see with BIND/DLZ/Postgres? The http://bind-dlz.sourceforge.net/ site has some BIND-DLZ

Re: Using bind 9.5.0 with Active directory

2008-12-30 Thread Nico De Ranter
On second thought I think it must be: named.conf options { [...] tkey-gssapi-credential "DNS/dns.test.net"; tkey-domain "TEST.NET"; }; view "internal" { [...] zone "test.net" { type master; file "test.net.zone

Re: Using bind 9.5.0 with Active directory

2008-12-30 Thread Admin
On second thought I think it must be: named.conf options { [...] tkey-gssapi-credential "DNS/dns.test.net"; tkey-domain "TEST.NET"; }; view "internal" { [...] zone "test.net" { type master; file "test.net.zone

checkzone

2008-12-30 Thread Mike Zupan
I know of named-checkzone but it doesn't handle missing trailing periods on CNAME's like I want it to Are there any scripts out there that can better verify if a zone file is correct. For example named-checkzone says this line is ok host IN CNAME host.domain.com I know technically it is valid..

Re: 50 million records under one domain using Bind

2008-12-30 Thread David Ford
I don't suggest using a "heavy" DB back end such as SQL for 50M records without thought. Each DNS query might do several SQL lookups depending on the type of query and number of hostname components. Factor in a mail server and the number of hits becomes a dozen for one instance. I.e. a.b.c.def.c

Re: Using bind 9.5.0 with Active directory

2008-12-30 Thread Rob Austein
At Tue, 30 Dec 2008 16:05:10 +0100, Nico De Ranter wrote: > > update-policy { > grant TEST.NET krb5-subdomain * A; > }; Microsoft invented their own naming scheme for host principals ("machi...@realm" instead of "host/mach...@realm"). Try "ms-subdomain

Re: split view dns, with a shared dynamic zone?

2008-12-30 Thread JINMEI Tatuya / 神明達哉
At Mon, 29 Dec 2008 20:51:26 -0800 (PST), "Paul B. Henson" wrote: > Is there any way to configure a dynamic zone which is shared between both > views, where an update from a box with an "internal" ip is seen by a query > from a box with an "external" ip, and vice versa? Short of setting up a > co

Initial Lookup Slowness BIND 9.2.4

2008-12-30 Thread David Porsche'
All, I have installed a caching only instance of BIND (9.2.4) on a CentOS machine on my internal network. I have noticed that initial DNS requests against the server take a rather large amount of time (usually around 7 seconds). I have done some basic troubleshooting and I am coming up at a loss

Re: split view dns, with a shared dynamic zone?

2008-12-30 Thread Paul B. Henson
On Tue, 30 Dec 2008, [iso-2022-jp] JINMEI Tatuya / wrote: > Is your goal something like this? > > - the server has an authority for a zone, e.g., "example.com". > - example.com is defined for both the internal and external views, and > these views share the content of the example.com zo

Re: Initial Lookup Slowness BIND 9.2.4

2008-12-30 Thread David Porsche'
FYI, Here is the snoop data I forgot to post before. **NOTE** This snoop data is from a different lookup than the BIND debug data I posted earlier. If expanded snoop data is needed to help troubleshoot please let me know and I will be happy to provide it. Snoop Data No. Time

Re: split view dns, with a shared dynamic zone?

2008-12-30 Thread JINMEI Tatuya / 神明達哉
At Tue, 30 Dec 2008 12:14:32 -0800 (PST), "Paul B. Henson" wrote: > > Is your goal something like this? > > > > - the server has an authority for a zone, e.g., "example.com". > > - example.com is defined for both the internal and external views, and > > these views share the content of the exam

Re: Bind 9.5.1 crashes on reload

2008-12-30 Thread JINMEI Tatuya / 神明達哉
At Mon, 29 Dec 2008 08:05:52 -0800 (PST), "jmorrise...@gmail.com" wrote: > > When doing a RNDC reload with Bind 9.5.1 we are getting the following > error. > This only happens if we list more than one master name server IP. If > we only have one IP in the "masters" statement it is fine. If we h

Re: checkzone

2008-12-30 Thread Mark Andrews
In message <7227c6c70812300937s7a4be464h16db91c6ead84...@mail.gmail.com>, "Mike Zupan" writes: > > I know of named-checkzone but it doesn't handle missing trailing periods on > CNAME's like I want it to > > Are there any scripts out there that can better verify if a zone file is > correct. > >

Re: split view dns, with a shared dynamic zone?

2008-12-30 Thread Paul B. Henson
On Tue, 30 Dec 2008, [iso-2022-jp] JINMEI Tatuya / wrote: > So, you at least need to fix one on-memory zone image that can be > dynamically updated. You'll then have to configure the other view where > the "shared" zone is a secondary of the real dynamic zone in the other > view, or a fo