Description | This article describes the behavior of the Static route destination address missing after upgrading firmware. It explains how the destination address in the static route is assigned after upgrading the firmware. |
Scope | FortiGate 7.2.x. |
Solution |
Configuration: Configure IPSec VPN using Wizard:
From CLI:
config vpn ipsec phase1-interface
config vpn ipsec phase2-interface
The destination Address is added automatically to static route as below:
config router static set device "ABC-TUNNEL-XYZ" end
config firewall address edit "ABC-TUNNEL-XYZ_remote_subnet_1" end
config firewall addrgrp edit "ABC-TUNNEL-XYZ_remote"
Add multiple address objects to the same VPN remote group 'ABC-TUNNEL-XYZ_remote', and make sure the 'allow-routing' option is enabled on all the address objects as below, for VPN remote address member/group also 'allow-routing' is enabled by default.
config firewall address edit "member_1" edit "member_2" . . edit "member_11" end
Include all the above address object members as part of the 'ABC-TUNNEL-XYZ_remote' group.
Similarly, create and add some other list of address objects with 'allow-routing' on all address objects and group objects as part of nested-group.
configure firewall addrgrp edit "nested_group"
However, 'second_member_9' is not enabled with the 'allow-routing' option, refer to the below config:
config firewall address edit "second_member_9" end
With these settings, if FortiGate firmware is upgraded then the below logs can be seen after the upgrade on the console port.
diag debug config-error-log read >>> "set" "dstaddr" "ABC-TUNNEL-XYZ_remote" @ root.router.static.2:value parse error (error -3)
And with the 'second_member9' address object, the destination address will be missed to update on the static route as below, with this the static route will be the default route and it may affect the traffic flow.
config router static edit 2 end
Conclusion: If there are any address objects added to the firewall address wizard group, then make sure to enable the 'allow-routing' option. |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.