Question
Site-to-site VPN doesn't works in faillover scenario
Hi all, I wanna thanks for every advice you can get me. I want use a Site-To-Site VPN in a failover scenario but the tunnel seem to be working only if the lines are up. I try to describe the situation. Head Office network LAN 192.168.8.0/24 fortigate ip on LAN 192.168.8.253 Primary Link MPLS, IP router 192.168.8.254 connected on FG internal interface ADSL Internet Link is connected to WAN1 port of fortigate I have configured a static route to branch office lan 192.168.4.0/24 - gataway 192.168.8.254 on port1 (internal) Branch Office network 192.168.4.0/24 fortigate ip 192.168.4.253 Primary Link MPLS, IP router 192.168.4.254 connected on FG internal interface ADSL Internet Link is connected to WAN1 port of fortigate I have configured a static route 192.168.8.0 - gataway 192.168.4.254 on port 1 (internal) in this condition a pc in the head office LAN with gataway 192.168.8.253 (fortigate) reaches a pc of the branch office LAN through MPLS using routers 192.168.8.254 without problems and vice versa. Now I configured a SITE-TO-SITE VPN Tunnel between the two fortigates. The Tunnel works fine, until the MPLS does not fall. I have configured in the Branch Office Fortigate a monitor link (dead link detection use ping on 192.168.8.254 using gataway 192.168.4.254) . When the ping fails the static route on internal port are deleted from the routing table, as I expect. In this case, the only active route to 192.168.8.0/24 network is the “TUNNEL Route”, so I expect the traffic flow through the tunnel towards the newtork head office, but this does not happen. In conclusion, if the lines are all up and I manually change the priority of static routes, (privileging the “tunnel route”) the traffic passes through the tunnel correctly, but in case of failover of the MPLS link or in case of router MPLS dead, the packets do not pass through the tunnel, (despite the link monitor works fine) how is it possible? Thank you in advance