FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
bkarl
Staff
Staff
Article Id 305036
Description This article describes a workaround to solve the issue of VPN IPsec tunnel instability after upgrading to FortiOS v7.4.2. Note that this workaround only works for NP6xlite models.
Scope FortiOS 7.4.2 and 7.4.3 NP6xlite models.
Solution

Collect the output of the following commands:

 

diagnose npu np6xlite dce

diagnose debug application ike -1

diagnose debug enable

 

If the following is seen in the debug output...

 

Ike V=root:0:VPN_TAC:invalid ESP 4 (replay) SPI 3fe65c76 seq 000000:00a02e94 7 185.158.147.14->208.45.102.58

 

... Run the following commands:

 

config vpn ipsec phase2-interface

   edit VPN_TAC

      set replay disable

   next

end

diagnose vpn ike gateway flush

 

NOTE: This workaround must be applied on both VPN sides.

Contributors