Created on
02-13-2022
10:23 PM
Edited on
07-18-2023
09:21 PM
By
Anthony_E
Description | This article describes how to disable IPv6 redirect. |
Scope | icmp6-send-redirect is enabled by default and it will redirect the traffic to a more efficient way. The ICMPV6 traffic thus does not pass through FortiGate nor match policy6. |
Solution |
There is no firewall policy for ipv6 traffic but still the traffic is allowed by the firewall, It's not hitting the implicit deny rule.
2021-09-20 14:08:14.796289 port1 in 2001:7a8:2d85:6000::2 -> 2001:7a8:2d85:6000::3: icmp6: echo request seq 836
id=20085 trace_id=1 func=resolve_ip6_tuple_fast line=4582 msg="vd-root:0 received a packet(proto=58, 2001:7a8:2d85:6000::2:1->2001:7a8:2d85:6000::3:128) from port1."
The solution is to disable the 'icmp6-send-redirect' by default its enabled.
config system interface edit port1 config ipv6 set icmp6-send-redirect disable |