Re: Mirrored DNS Servers, Some Addresses Not Found

2008-11-15 Thread Barry Margolin
In article <[EMAIL PROTECTED]>, Grant <[EMAIL PROTECTED]> wrote: > Any ideas of what may be causing this? Are there better ways to mirror > DNS servers? No idea what could be causing it. But why don't you just use master and slave servers with standard zone transfer? -- Barry Margolin, [EM

Re: nsupdate ACL based on a key AND ip-subnet

2008-11-15 Thread Chris Buxton
On Nov 14, 2008, at 12:40 PM, blrmaani wrote: All, I use BIND 9.2 on Linux. I was experimenting with a feature to allow dynamic updates based on BOTH the following: 1. Secret key ( TSIG ) 2. Subnet. Unfortunately, I realized that we can specify only one of the above in allow-update {} ACL. If I

RFC Reserved zones - was Re: possible bug...?

2008-11-15 Thread D. Stussy
"Mark Andrews" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ... > /* RFC 1918 */ > { "10.IN-ADDR.ARPA", ISC_TRUE }, > { "16.172.IN-ADDR.ARPA", ISC_TRUE }, > ... > > /* Local IPv6 Unicast Addresses */ > { "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0

Re: (64 bit windows) Changing service to start from directory

2008-11-15 Thread Danny Mayer
Ian Gregson wrote: > Hi there, > > Just installed BIND on a Windows 64 bit system.. everything is ok… but > it actually installs it into > > C:\Windows\SysWOW64\dns > > And the service wishes to start in > > C:\Windows\system32\dns\bin\named.exe > > How can I change this to SysWOW64? > > When

RE: Most external domains do not resolve (missing root servers?)

2008-11-15 Thread Ian Gregson
Hey great thanks for the confirmation .. In that case I will change mine to 24 ... as that is my subnet mask Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: sábado, 15 de noviembre de 2008 22:25 To: Ian Gregson Subject: Re: Most external domains do not

RE: Most external domains do not resolve (missing root servers?)

2008-11-15 Thread Ian Gregson
Hi thanks for the reply.. Yes I would love to see an example, as you say you do it different.. Mine is working now but maybe there is something I can do to make it better thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: sábado, 15 de noviembre de 20

Re: Most external domains do not resolve (missing root servers?)

2008-11-15 Thread Ian Gregson
Wow, totally cool .. it now works… COuld i ask you to just explain the following.. I put 192.168.1.31/16this is the IP of my local machine… what is the /16? Should it be /24? I left localhost in which I know what this is .. it’s the loopback 127.0.0.1, I presume I am correct here..

Re: Most external domains do not resolve (missing root servers?)

2008-11-15 Thread Dawn Connelly
You have recursion set to no. So the only thing the DNS server will answer for is zones it is authoritative for. If you want to use it as a DNS server for clients, you need to allow recursionfor an ACL that has the IP address space that your clients are coming from. Here's an example: acl "trusted

Most external domains do not resolve (missing root servers?)

2008-11-15 Thread Ian Gregson
Hi there, Can anyone help? I finally managed to configure bind on Windows and it seems to be working ok but most of the external addresses (i.e. yahoo.com, google.com etc) do not resolve. The crazy thing is .. some I can browser with firefox but NOT many, i.e. experts-exchange.com, linux.de

Re: ISC launches new website and mailing list manager

2008-11-15 Thread Byung-Hee HWANG
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sue Graves wrote: [...] > * Please adjust your filters as required to accommodate sorting of the > new lists because the headers will be different. [...] OK, Sue, i added list-id "bind-users.lists.isc.org" at my filter rules. Thanks for good job. And

Re: ISC launches new website and mailing list manager

2008-11-15 Thread Stefan Schmidt
On Fri, Nov 14, 2008 at 05:09:42PM -0800, Scott Haneda wrote: > Docs are important, maybe the most, as it removes a lot of burden from > the mail list, and website, from people who can answer their own > questions, and in turn, learn as they go, which tends to work better > than someone telli

RE: (64 bit windows) Changing service to start from directory

2008-11-15 Thread Ian Gregson
Sorry, i forgot to put where the key is.. just search registry for C:\Windows\system32\dns\bin\named.exe And change it to C:\Windows\SysWow64\dns\bin\named.exe I can't remember which key path it was now!!! But it's the key "ImagePath" J . Regards Ian smime.p7s Descripti

RE: (64 bit windows) Changing service to start from directory

2008-11-15 Thread Ian Gregson
I fixed it… here is what i did incase anyone else has problems.. I edited the registry at this key … And I added the user .\named to the logs directory under bin and added WRITE permissions, otherwise it can’t write a log.. This is what I have found so far, the service now starts and al

(64 bit windows) Changing service to start from directory

2008-11-15 Thread Ian Gregson
Hi there, Just installed BIND on a Windows 64 bit system.. everything is ok. but it actually installs it into C:\Windows\SysWOW64\dns And the service wishes to start in C:\Windows\system32\dns\bin\named.exe How can I change this to SysWOW64? When installing BIND I asked fo