I need to setup a DNS server which will host DNS for all my public domains, I have read numerous articles all explaining how to setup for a coporate network which seems to be of no help to me. I dont want to use AD Domain Services either just the DNS server role.

Any help would be great.

link|improve this question

50% accept rate
1  
Not programming... – leppie Jan 19 '11 at 8:43
What specific areas do you need help with? Are you comfortable with how DNS works in general? Install DNS (can't remember if its a role or a feature offhand), create your forward and reverse zones and populate it. Each step is simple enough. – DJ Pon3 Jan 19 '11 at 9:19
feedback

migrated from stackoverflow.com Jan 19 '11 at 9:16

This question came from our site for professional and enthusiast programmers.

2 Answers

Windows dns supports non-integrated zones just fine. They're called 'primary zone's if I remember right, and they work as well as BIND does. It just needs the dns role and that should be all you need.

link|improve this answer
feedback

You were not clear about which OS, so the assumption is Windows 2008... check out this link... http://www.zdnetasia.com/install-a-dns-server-in-windows-server-2008-62040433.htm

like sysadmin1138 said. Just install the service and configure your zones as normal. If this is for public domains, remember to ask your ISP to redirect reverse lookups to your server. This is especially important for mail servers these days.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.