Alessandro,

Generally people won't want to lay out entire configurations for you.  Spend a 
little time with the DNS & BIND book which will be your loving companion as a 
BIND admin (available on google books for free if your google-fu is good), and 
come back with direct questions/configuration examples if there is something 
you can't figure out and I'm confident people will more readily help out.

Specific things to look for:

-ACLs
        - acl 
        - allow-recusion
        - allow-query-cache
        - allow-query
-logging statement
-rndc flush

Cheers,

Todd.

-----Original Message-----
From: bind-users-bounces+tsnyder=rim....@lists.isc.org 
[mailto:bind-users-bounces+tsnyder=rim....@lists.isc.org] On Behalf Of 
Alessandro Magno
Sent: Tuesday, May 18, 2010 9:37 AM
To: bind-users@lists.isc.org
Subject: Re: Help for a Windows installation

Any help for me? :,-(

2010/5/17 Alessandro:
> Hi,
>
> I'm trying to install the last version of Bind in a standalone Windows
> 2003 Server.
>
> I would set a caching-only nameserver, but I'm not so expert.
>
> I would:
> - limit who can use this nameserver
> - log the failed queries
> - delete the cache if necessary
>
> How should I fill in these files? Thanks!
> Alex
>
> named.conf nr. 1
> ============
>
> options {
>                directory "C:\WINDOWS\system32\dns\etc";
> };
>
>
> key "rndc-key" {
>        algorithm hmac-md5;
>        secret "    ";
> };
>
> controls {
>        inet 127.0.0.1 port 953
>                allow { 127.0.0.1; } keys { "rndc-key"; };
> };
>
>
> named.conf nr. 2
> ============
>
> acl corpnets { 192.168.1.0/24; };
> options {
>     // Working directory
>     directory "/etc/namedb";
>
>     allow-query { corpnets; };
> };
> // Provide a reverse mapping for the loopback
> // address 127.0.0.1
> zone "0.0.127.in-addr.arpa" {
>     type master;
>     file "localhost.rev";
>     notify no;
> };
>
>
> key "rndc-key" {
>        algorithm hmac-md5;
>        secret "       ";
> };
>
>
> controls {
>        inet 192.168.1.46 port 953
>                allow { 192.168.1.46; } keys { "rndc-key"; };
> };
>
>
> zone "." IN {
>   type hint;
>   file "db.root.hint.txt";
> };
>
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to