User Tools

Site Tools


networking:mtu_test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:mtu_test [2015/10/20 16:06]
gcooper
networking:mtu_test [2025/03/10 12:14] (current)
gcooper
Line 11: Line 11:
 **MSS** (maximum TCP segment size) is the maximum data bytes carried within a TCP packet. **1472** is fairly safe.  Less than that is problematic due to fragmentation. **MSS** (maximum TCP segment size) is the maximum data bytes carried within a TCP packet. **1472** is fairly safe.  Less than that is problematic due to fragmentation.
  
-^Connection  ^MTU     ^MSS      ^Note                                       ^ +^Connection   ^MTU     ^MSS      ^Note                                       ^ 
-|DSL (PPPoE) |1492    |1464     |PPPoE = 8 bytes, Breaks Exchange SMTP      | +|DSL (PPPoE)  |1492    |1464     |PPPoE = 8 bytes, Breaks Exchange SMTP      | 
-|Cable       |1500    |1472     |Should cause no issues with fragmentation +|Cable        |1500    |1472     |Should cause no issues with fragmentation 
-|IPSec VPN   |1446    |1418     |Mikrotik, No effort at optimization        |+|IPSec VPN    |1446    |1418     |Mikrotik, No effort at optimization        | 
 +|Jumbo Frames |9000    |8972     |Used for storage networks, Max throughput 
 + 
 +{{ :networking:mtu.png?direct&750 |MTU Chart}}
  
 ===== Linux ===== ===== Linux =====
Line 47: Line 50:
  
 ===== Windows ===== ===== Windows =====
 +
 +https://support.microsoft.com/en-us/help/900926/recommended-tcp-ip-settings-for-wan-links-with-a-mtu-size-of-less-than
  
 <file> <file>
Line 57: Line 62:
  
 ==== For Windows ==== ==== For Windows ====
 +
 +https://www.iea-software.com/products/mtupath/
 +
 +<file>
 +mtupath hostname.yourdomain.tld
 +</file>
 +
 +http://www.elifulkerson.com/projects/mturoute.php
  
 <file> <file>
-mturoute+mturoute <hostname or IP> 
 +mturoute -t <hostname or IP>
 </file> </file>
  
Line 65: Line 79:
  
 <file> <file>
-tracepath +tracepath <hostname or IP> 
-traceroute --mtu+traceroute --mtu <hostname or IP>
 </file> </file>
  
networking/mtu_test.1445378767.txt.gz · Last modified: 2015/10/20 16:06 by gcooper