-1

Good afternoon, all!

I'm looking for a new static, highly reliable endpoint to ping as a network connectivity monitor. We had been using Google's DNS server address, but we just had trouble with it today.

Has anyone successfully used a different endpoint to ping? This would have to have excessive uptime and reliability - basically an endpoint that, if you can't ping it, the entire Internet is down.

Thanks for looking!

Gregg

Gregg Hughes
  • 67
  • 1
  • 1
  • 4
  • 1
    If your standard is switching after a single incident, I'm not sure anyone's going to have significantly better uptime than Google's DNS. Are you looking to check multiple different endpoints for a better look? – ceejayoz Jan 05 '17 at 21:56
  • No one IP address is going to be completely flawless. Ping several, preferably on different networks if possible. – erik258 Jan 05 '17 at 22:39
  • 2
    Are you really trying to determine if "the entire Internet is down"? This never happens, of course. First you need to more carefully define what it is you want to know. – Michael Hampton Jan 05 '17 at 23:07

2 Answers2

4

I think the cleaner way to monitor a site is to use an external source that monitors you. Unless you are using something that probes from your network to the outside to determine line status. If you have an option to use multiple endpoints, try 8.8.8.8, 8.8.4.4, 4.2.2.2 and maybe a root DNS server address. Better yet if you can do more than ping by establishing a TCP connection.

This is a common approach for the load/link balancers by Elfiq.

See: https://serverfault.com/a/820253/13325

ewwhite
  • 197,159
  • 92
  • 443
  • 809
0

You need to ping multiple endpoints to confirm. If one host is available, your internet is available.