Description |
This article describes the scenario when a user has enabled IPV6 in the FortiWeb but wants to use IPv6 static route. |
Scope | FortiWeb IPv6 static route. |
Solution |
Users configure the IPv6 static route, but the traffic is not sent by the port defined by the static route.
For instance, the default route to port1 is not taking effect.
# config router static
Even when the static route is added to the routing table.
FWEB_SSF_BOG # diagnose network route list
To fix this issue, enable 'set ip6-forward enable'.
If users want to use IPv6 static route, not just the IPv6 local link route, it is necessary to enable ip6-forward from CLI:
# config router setting |