Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > Re: File named.conf for BIND/Windows

Reply
Thread Tools Display Modes

Re: File named.conf for BIND/Windows

 
 
Chris Dent
Guest
Posts: n/a

 
      04-26-2010
Alessandro Magno wrote:
> Hello,
>
> I'd like to set Bind in my Windows DNS Server. I'm newbie about Bind.
> Please, let me know how should I edit the file named.conf to use a dns
> server only for resolver (no dns server as forward, no domain zones).
>
> Thanks,
> Ale


Hi Ale,

You need to define a zone entry like this:

zone "." in {
type hint;
file "root.servers";
};

Where the file name should be replaced by your root hints file name (if
it is not root.servers).

You may find that's already present, afraid I've never actually used
BIND on Windows.

There's not a lot more you need to adjust unless you have extra
requirements.

Chris
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add-Ons "run without permission." OREALLY Internet Explorer 2 01-19-2010 06:09 AM
Leftover folders after Microsoft Update mme000 \(add @yahoo.it to my nick\) Windows Update 21 12-26-2009 10:11 PM
Windows 2003 R2 - Missing Disk Space on System drive zinger-uk Windows Server 12 11-29-2009 12:02 PM
error code 0x8024D007 jenny Windows Update 10 11-23-2009 05:48 PM
File not in Explorer but opens anyhow Toyman Windows Vista File Management 5 07-24-2007 11:06 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59