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,560 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,033 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.4K 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.4K Reputation points MVP
    2020-11-10T13:30:47.75+00:00

    A domain controller needs to have own static ip address plus loopback listed for DNS and no others such as router or public DNS. The public DNS server knows nothing of your private domain.

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

    0 comments No comments

  2. Bonnie Whalon 141 Reputation points
    2020-11-10T13:34:53.933+00:00

    Thank you. It's been awhile and I forgot about the loopback.

    0 comments No comments