|
Bind for NTBind dns server for windows nt: Download
Bind is the best dns server for NT, period.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- and it breaks down like this <** my comments look like this **>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- your named.boot file should look like this: ; File: named.boot ; Purpose: give the DNS its startup parameters and ; list of startup files. Directory c:\\winnt\\dns ; check-names primary fail check-names secondary warn check-names response ignore ; establish a loopback entry for this machine, and tell ; it to load its identity from db.127.0.0 primary 0.0.127.IN-ADDR.ARPA db.127.0.0 <** this sets the netblock this covers **> ; XFRNETS parameter limits the transfer of zone information ; to machines matching the subnet wildcard/mask entries listed. <** I pulled out my xfernets line so i can dns for **> <** my clients anywhere in the world, especially for special **> <** stuff like "working domains" like L7.mil that only work **> <** if your using my dns. **> ; set ourselves as primary server for the zone primary internic.net p.dns.internic.net.dns <** this entry is cause internics dns settings were **> <** screwed for a while, so i set my nameserver as "boss" **> <** (as far as it was concerned) for their domain so i **> <** could fix their mailserver records, since my mailserver **> <** was refusing to send to it)so i could send mail to them **> <** in spite of their problem. **> primary L7.net p.dns.L7.net.dns <** and so on **> primary L7.org p.dns.L7.org.dns <** and so on **> primary L7.mil p.dns.L7.mil.dns <** and so on **> <** notice my choice of filenames. this is so that **> <** they all appear in the same spot in file manager **> <** and you can associate .dns with notepad **> <** on a secondary name server I name the files **> <** s.dns.L7.mil so I can tell at a glance if the **> <** box is a primary or secondary while in the dir. **> <** (cuts down on mistakes at 5 am after no sleep **> <** for 3 nights) **> ; provide reverse address-to-host mapping primary 223.173.216.in-addr.arpa named.rev.L7 <** this is your reverse zone file. example below. **> <** again, renamed so at a glance i know what the **> <** hell it is. KISS rules. **> ; prime the DNS with root server 'hint' information cache . db.cache <** default entry, breaking it would probably be bad... **> <** (actually it's the file that contains all the **> <** information like "where are the root servers for **> <** the net" **> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- named.rev.L7 (or whatever you called it) ; L7.Net named.rev.subnets file data ; ; this file is for leased subnets reverse lookup ; block 216.173.223.0 @ IN SOA frankenserver.L7.net. postmaster.L7.net.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- hope this is useful to someone :) -dd |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||