I have been running Server 2019 for quite some time. Some how recently we've been having issues with accessing the Internet.
Webites will not load and sometimes clicking refresh they will load again after a few minuets. (Happens with all)
I replaced the router, which seemed to notibly make a difference but now its back to square one, and I am thinking replacing the router may not have been the issue if we came back to it again.
On any device on the network if I point the DNS (Statically) to the Router it will browse any website on the Internet. No issue.
Leaving it to the DNS of Server 2019 and we got issues.
ERR_CONNECTION_TIMED_OUT
DNS_PROBE_FINISHED_NXDOMAIN
DNS_PROBE_FINISHED_BAD_CONFIG
In command prompt I have ran ipconfig /flushdns and no change
In DNS Settings Server Name>(Right Click) Properties>Forwarders>192.168.1.1 <Unable to resolve>
Some other times, I check it, it will resolve, at it's discretion.
Control Panel\Network and Internet\Network Connections
Ethernet>Properties>IPv4
IP: 192.168.1.2
Subnet Mask: 255.255.255.0
Gateway: 192.168.1.1
DNS: 127.0.0.1
Pinging stuff goes as follows:
C:\Users\Administrator>ping google.com
Pinging google.com [172.217.5.14] with 32 bytes of data:
Reply from 172.217.5.14: bytes=32 time=43ms TTL=117
Reply from 172.217.5.14: bytes=32 time=37ms TTL=117
Request timed out.
Request timed out.
Ping statistics for 172.217.5.14:
Packets: Sent = 4, Received = 2, Lost = 2 (50% loss),
Approximate round trip times in milli-seconds:
Minimum = 37ms, Maximum = 43ms, Average = 40ms
C:\Users\Administrator>ping google.com
Pinging google.com [172.217.5.14] with 32 bytes of data:
Reply from 172.217.5.14: bytes=32 time=35ms TTL=117
Reply from 172.217.5.14: bytes=32 time=41ms TTL=117
Reply from 172.217.5.14: bytes=32 time=37ms TTL=117
Reply from 172.217.5.14: bytes=32 time=38ms TTL=117
Ping statistics for 172.217.5.14:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 35ms, Maximum = 41ms, Average = 37ms
C:\Users\Administrator>ping microsoft.com
Pinging microsoft.com [104.215.148.63] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 104.215.148.63:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I don't understand how it can be a router problem if it works fine using the DNS as the router manually.
I don't know what settings in Server 2019 to look at as it looks fine to me. Definetely the issue is within Server 2019, where I have no clue.