I had to stand up a new DNS/DHCP/AD ((I will refer forward as the DC Server for simplicity)) server because our old one contained all of those plus the SQL Database for our production software and it was running Server 08. I apologize if I've posted this in the wrong area.
I got DC Server stood up and configured properly, least I think I did. I had no issues removing all the networked computers from the old domain and getting them connected to the new domain network, everything was working fine, all computers that needed static adresses were given an IP reservation after DHCP assigned them an address.
About two weeks ago, some of the computers started losing network connectivity with no rhyme or reason.
It's like they didn't even recognize the domain network at all, couldn't ping the server or anything.
Steps:
- Restarted the affected computers
- Restarted the switches in between the computers and the DC Server.
- Checked IPv4 Settings for the corresponding network adapters for DNS: 10.63.1.11, as it should be
- Checked to make sure DHCP was enabled, yes
- Checked my network configurations for the DC Server. Static IP Address matches, 10.63.1.11, Subnet: 255.255.255.0, DNS is 127.0.0.1
- Checked DNS: Forward lookup has all computers IP addresses, DNS Server itself ANAME 10.63.1.11
-All performed on my computer as it doesn't have network either, and wanted to test a temporary fix before pushing it to to the affected computers-
- Flushdns, ipconfig release and renew
- Get DHCP assigned address from the server. 10.63.1.107, Reservation Inactive.
- Compared uniqueID, Computer Name assigned to my mac address of my physical network adapter on my computer, they both match.
- Changed the settings on my network adapter to use static IP address .107 above, with Subnet 255.255.255.0 and DNS of 10.63.1.1, connection returns. I can pign the Server, RDP into it, and everything.
I at leats can get the Operator terminals back working so they can continue their work.
And this is where Im at in my trying to hunt down the root cause so I can this squared away.