- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can i change MTU of a GRE tunnel interface?
I have enabled pmtu-discovery as per instructions from this topic Dynamic MTU Configuration in SD-WAN Deplo... - Fortinet Community but MTU on the GRE tunnel remains 1476. I want it to be 1356 for this state when ipsec is off.
one side of that mikrotik - fortigate link is discarding ldap traffic so domain users are unable to log into their computers because of problem in communication between computers and domain controllers... ldap traffic from windows 11 clients to domain controller on port tcp88 and vice-versa has DF bit set and traffic may not be fragmented..
- Labels:
-
FortiGate
-
LDAP
-
Packet capture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @netops-1 ,
- You can use following commands:
config sys interface
edit <interface-name>
set mtu-override enable
set mtu <mtu-value>
next
end
Reference article:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
those commands are not available on GRE tunnel interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi netops
From my personal deduction, GRE is still possible on FortiOS (but IPsec is recommended) just for compatibility with old fashion networks. This is probably the reason for which it doesn't have as many customization possibilities as IPsec interface.
