This shows you the differences between two versions of the page.
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 | + | ^Connection |
- | |DSL (PPPoE) |1492 |1464 | + | |DSL (PPPoE) |
- | |Cable | + | |Cable |
- | |IPSec VPN | + | |IPSec VPN |1446 |1418 |
+ | |Jumbo Frames |9000 |8972 |Used for storage networks, Max throughput | ||
+ | |||
+ | {{ : | ||
===== Linux ===== | ===== Linux ===== | ||
Line 47: | Line 50: | ||
===== Windows ===== | ===== Windows ===== | ||
+ | |||
+ | https:// | ||
< | < | ||
Line 57: | Line 62: | ||
==== For Windows ==== | ==== For Windows ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | < | ||
+ | mtupath hostname.yourdomain.tld | ||
+ | </ | ||
+ | |||
+ | http:// | ||
< | < | ||
- | mturoute | + | mturoute |
+ | mturoute -t < | ||
</ | </ | ||
Line 65: | Line 79: | ||
< | < | ||
- | tracepath | + | tracepath |
- | traceroute --mtu | + | traceroute --mtu < |
</ | </ | ||