HighDarkTemplar Posted February 26, 2011 Posted February 26, 2011 (edited) **SOLVED**The dnscmd /zoneadd command automatically performs the SOA as well as adding itself as a NS record. After that it's just used dnscmd /recordadd to write all the entries you want :-)Hi!I've been working with 2008 R2 server for a few days, trying to find out how to configure the DNS server. I can't figure out how to set a SOA record and exactly how the zone (zoneadd etc) works. I've used BIND9 at school, so I thought that writing a little BIND9 config file to use as an example would be a good starting point for an explanation by example.Thanks for your attention!$TTL 86400; 1 day@1D IN SOA dns1.myserver.com hostmaster.dns1.myserver.com{12345678; serial3H; refresh15; retry1w; expire1h; minimum}IN NS dns1.myserver.com;IN NS dns2.myserver.com;IN MX 10 mail1.myserver.com;dns1 IN A 10.0.0.2dns2 IN A 10.0.0.3mail1 IN A 10.0.0.3Edit: Solution Edited February 27, 2011 by HighDarkTemplar
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now