Hi there,
kind of surprised the standard alert options don' t send an email when one of the pingservers (and thus a connection) goes down.
Currently we have several customers with 2 wan connections. The connections use different infrastructure providers, so a disruption in the infrastructure with one provider doesn' t take down both lines. Anyways we ping the DNS servers of the ISP on the line. This usually is sufficient to detect if a line is working. However, when the ping server becomes unavailable no alert is generated.
Anyone know how we can be alerted when a line goes down? In any way btw... if the link to the modem goes down I' d like to know too, but mainly I only care about the ping server dying. If the link goes down, that will go down too.
Anyways really curious about this one.
Oh, and is there a way to see a line is down (by ping server unavailable) from CLI? Currently one of the lines is down (my policy route over wan2 for 25 is also dead as 25 connections now nicely go over wan1 as intended), however, CLI reports:
FGT50B<serial> # get system interface
== [ internal ]
name: internal mode: static ip: 172.16.255.254 255.255.0.0 status: up netbios-forward: disable type: physical mtu-override: disable
== [ wan2 ]
name: wan2 mode: dhcp ip: w.x.y.z 255.255.252.0 status: up netbios-forward: disable type: physical mtu-override: disable
== [ wan1 ]
name: wan1 mode: static ip: w.x.y.z 255.255.255.248 status: up netbios-forward: disable type: physical mtu-override: disable
Appearantly only the route is removed...
One more kind of issue is DNS in these setups. Usually it' s much faster to use forwarding DNS servers. However, ISP' s usually only allow forwarding from their accounts. This is kind of an issue. Besides the entire LAN slowing down when the main line goes down, due to using wrong DNS servers, the fortigate has the same issue, and the fortigate itself can' t be policy routed nor s/dnat' ed.