Return to article
A Sysadmin’s DNS Best Practices
A Web Exclusive from Windows IT Pro
March 27, 2008
Apostolos Fotakelis
IT Pro Hero
InstantDoc #98331
Windows IT Pro
- Create DNS zones in internal DNS servers to fight some obvious Web ads.
- Use OpenDNS (www.opendns.com) DNS servers as forwarders, to add an extra layer of security.
- Block the exact DNS protocols (UDP, TCP, or both) on the edge—the firewall—and on the server. Also, lock down the DNS server. I’ve found Windows Server 2003 SP1’s security configuration wizard very useful for these two tasks.
- Use Active Directory (AD)–integrated zones and secure dynamic updates.
- Restrict DNS replication only to the necessary DNS servers.
- Implement split DNS, if applicable.
- Use DNSstuff (www.dnsstuff.com) to get useful additional information—also helpful for troubleshooting.
- Get rid of NetBIOS over TCP and WINS. (Windows Server 2008 has a special DNS zone that eliminates the need for a WINS server.)
- Develop your own best practices list!
 |
|
Reader Comments
|
This is very helpful. I did not know about this and will make the changes ASAP!.
Thank you.
Anormal -March 27, 2008
|