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.
sahmed_FTNT
Staff & Editor
Staff & Editor
Article Id 420243
Description This article describes how to handle an issue with traffic passing through a VXLAN where SSL traffic fails to load.
Scope FortiGate.
Solution

VXLAN passes all traffic except SSL traffic.

 

Troubleshooting steps:

  • Verify traffic flow with and without UTM.
  • Verify traffic flow in Flow and Proxy mode.

 

If the SSL traffic is failing without UTM as well, run the following sniffer:

 

diagnose sniffer packet any ' host a.a.a.a ' 4 0 l    <----- a.a.a.a is the destination IP.
 
If the sniffer output shows 'Destination unreachable (Fragmentation needed)', verify the following:
 
  • Software switch MTU with VXLAN in the software switch.

 

Change policy TCP-MSS as per the software switch MTU:

 

config firewall policy

    edit 1 <Policy that applies to the affected traffic>

        set tcp-mss-sender 1330

        set tcp-mss-receiver 1330

end

 

Related document:

Troubleshooting Tip: Issues with PMTUD and VXLAN