Hello,
To recreate the DNS follow these steps (per a Microsoft tech when I had to do it):
1) Under c:\windows\system32\config rename the netlogon files as old.
2) Delete the old DNS zone
3) Install a new zone
4) Take all defaults except make secure insecure. Also the name of the zone should be the name of the AD, such as nmpg.biz.
5) Under command prompt type the following: IPCONFIG /FLUSHDNS & NET STOP NETLOGON & NET STOP DNS & NET START DNS & NET START NETLOGON & IPCONFIG /REGISTERDNS & NETDIAG /FIX
6) Run Nslookup and make sure that there are no errors.
7) Install the reverse lookup zone. Take all defaults except for secure make unsecure and secure.
8) Under New Pointer do the server IP and make it the server.
9) Under command prompt type the following: IPCONFIG /FLUSHDNS & NET STOP NETLOGON & NET STOP DNS & NET START DNS & NET START NETLOGON & IPCONFIG /REGISTERDNS & NETDIAG /FIX
Hope that this helps.
Thanks,
Kelly Wilke