Domain controller IP Address has intermittent connection issues

Bonnie Whalon 141 Reputation points
2020-11-09T14:12:47.773+00:00

This domain controller has been running for three years. It is a standalone Windows Sever 2012R2. It is used for Active directory and file and print sharing.

It has been dropping packets for a couple of days. At first we felt it was the issue with the ISP, had them put new lines from the pole. Stopped for about 8 hours and started again. We tried several other diagnose and thought it was the ethernet card. The system has two ethernet cards.

  • Card 1 IP Address 192.168.1.2 -- Static Ping losing packets.
  • Card 2 No IP Address and disabled
  • Configured Card 2-- IP Address 192.168.1.3 and disabled Card 1
  • Connected the cable to it. The system stayed up and running for 24 hours.
  • Static Ping no loss of packets
  • Issue is the DNS server is on IP Address 192.168.1.2.
  • Tried to change the IP Addresses making Card 2-- 192.168.16.2 and it started dropping packet again.
  • Note: Each time I have disabled the card not being used.
  • Configure the original Card 1 IP Address 192.168.16.3 and put the ethernet cable back into it.
  • Have been receiving a static ping internally and externally without error.
  • Enable Card 2 --IP address 192.168.1.2 have no network wire in it
  • Issue I need the DNS so the server can see the workstations.

I have a couple of questions:

Is there away to forward 192.168.1.3?
Can I move the DNS to 192.168.1.3 on the domain controller? 
The only change on this network was an external IP Address change!

This is an emergency management system and I must keep it up and running. Can you point me in the right direction to get help. Your help is greatly appreciated.

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,559 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,031 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.3K Reputation points MVP
    2020-11-09T19:48:08.597+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt
    ipconfig /all > C:\problemworkstation.txt

    then put unzipped text files up on OneDrive and share a link.

    0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Dave Patrick 426.3K Reputation points MVP
    2020-11-09T14:27:31.027+00:00

    Multi-homing a domain controller will always cause no end to grief for active directory domain DNS. I'd disable the second NIC, then do ipconfig /flushdns, ipconfigregisterdns, restart the netlogon service.

    --please don't forget to Accept as answer if the reply is helpful--


  2. Bonnie Whalon 141 Reputation points
    2020-11-09T23:18:17.607+00:00
    0 comments No comments

  3. Dave Patrick 426.3K Reputation points MVP
    2020-11-09T23:24:44.943+00:00

    Police01 remove the public DNS (75.75.75.75) from connection properties, then do ipconfig /flushdns, ipconfig /registerdns, then restart the netlogon service. If problems persist then put up a new set of files to look at.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  4. Bonnie Whalon 141 Reputation points
    2020-11-10T12:23:27.297+00:00

    I want to thank you for your help. The issue was the router needed the firmware updated. You helped me confirm this. The server has been up and running all night without loosing the internet intermittently. When I remove the public DNS Address from the network card I do loose my ability to connect to the server. I need to go through a workstation and do remote desktop.

    Thank you again.

    0 comments No comments