Description |
This article describes how to handle a situation where, after setting tcp-mss on IPsec VPN interface, it does not work with IPv6 traffic. |
Scope |
FortiGate v7.2.x. |
Solution |
config system interface edit <IPsec VPN interface’s name> set tcp-mss 1250 next end
To fix this:
config firewall policy edit <IPsec VPN firewall policy id> set tcp-mss-sender 1250 set tcp-mss-receiver 1250 next end
|