DNS Issue

Osirion

Member
Joined
Oct 27, 2009
Messages
3
Hi Guys,
I have a problem that keeps popping up:
Dynamic registration or deletion of one or more DNS records associated with DNS domain 'DomainDnsZones.promedis.pvt.' failed. These records are used by other computers to locate this server as a domain controller (if the specified domain is an Active Directory domain) or as an LDAP server (if the specified domain is an application partition).

Possible causes of failure include:
- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers
- Specified preferred and alternate DNS servers are not running
- DNS server(s) primary for the records to be registered is not running
- Preferred or alternate DNS servers are configured with wrong root hints
- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration

My setup:
Windows Server 2008
Server IP: 192.168.0.100
Gateway: 192.168.0.1
P-DNS: 192.168.0.1

promedis.pvt is a "ficticious" domain in the sense that its not a real TLD that is registered, but rather just a domain for in office use.

According to the points above I should check my TCP/IP and DNS settings, but surely that is all correct? The primary dns / gateway are both set to my ADSL router which gets its Primary/Secondary DNS servers directly from the ISP.

What to do?

Thanks in advance!

Kind Regards,
Michael
 
I am having this exact same issue Michael, it's bugging me to no end. I finally sorted out the "Duplicate Name has been detected on the TCP Network" Error, all I did on that one was disable MS Client on my second NIC. For what that's worth, but I still can't get to the bottom of this error.

Any Help would be greatly appreciated.

Running Dell Power Edge with MS Server 2008, active Directory and DNS Server. The Machine is the domain controller.
 
Managed to sort it out, this is what you do:
You need to use your local DNS in an Active Directory environment. Configure your statics and DHCP to use local DNS only and create forwarders to your ISP DNS.

To do this:
Open DNS management on your Domain Controller. Right click the server name and goto properties. Select the forwarders tab. Type the IPs of your ISPs DNS servers in here.

On every device with a static IP, goto network connections. right click the connection being used and goto properties. click IP v 4 and choose properties. Put the IP 192.168.0.100 as the DNS server.

On the Domain Controller open DHCP management. Under IPv4 Server Options add 006 DNS Server and type the IP of your Domain Controller.
 
Back
Top