We host some web sites on servers in our office. We have two internet connections, a primary and a backup connection (with separate IP address ranges.)
Normally, our external DNS points to the primary internet connection. Our external DNS has fail-over detection, where it will try to ping a server, or load a web page on our end, to detect if the primary internet connection has gone down. When it does, it switches our DNS over to the secondary IP addresses.
I would like the fail-over to be able to ping our DFL-800 from the internet on it's primary internet connection, and have the DFL-800 respond directly, without sending the ping into our LAN. That way, our fail-over detection is not dependent on devices on our LAN.
However, our DFL-800 won't respond when I ping it's external IP addresses.
I've created an Inbound Rule:
Action: Allow
Service: Inbound-ping
Source interface: any
Dest internace: any
Source network: all-nets
Dest network: 173.xxx.xxx.xxx (one of our external IP addresses)
However, it still won't respond to the ping. Do I need to do something else?