📖 ~1 min read
Table of contents
Symptom & Impact
Applications hang on large transfers (TLS, NFS, RDP) while small packets succeed.
Environment & Reproduction
Reported on SLES 15 nodes connected through overlay networks or IPSec tunnels.
Root Cause Analysis
Path MTU is smaller than the configured interface MTU, leading to silent drops of fragmented traffic.
Quick Triage
Test path with `ping -M do -s 1472 ` to find the largest unfragmented size.
Step-by-Step Diagnosis
Compare configured MTU on each hop and check `tracepath` output for MTU steps.

Solution – Primary Fix
Set the correct MTU on the interface via NetworkManager or `/etc/sysconfig/network/ifcfg-*`.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Enable TCP MSS clamping on the gateway if interface MTU cannot be reduced.
Verification & Acceptance Criteria
Large transfers complete without retransmits and `iperf3` reaches expected throughput.
Rollback Plan
Revert MTU and reboot if changes break other VLAN-tagged services.
Prevention & Hardening
Document MTU values per network and verify on every site to site link.
Related Errors & Cross-Refs
Pairs with `frag needed and DF set` ICMP messages.
Related tutorial: View the step-by-step tutorial for sles-15.
View all sles-15 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
SUSE network MTU tuning and tracepath documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.