Difference between revisions of "MTU"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
* debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
 
* debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
 
* [[Path MTU Discovery (PMTUD)]]
 
* [[Path MTU Discovery (PMTUD)]]
* [[sysctl]]: <code>net.ipv4.tcp_mtu_probing</code>
+
* [[sysctl]]: <code>[[net.ipv4]].tcp_mtu_probing</code>
 
* [[WireGuard]]: https://wiki.archlinux.org/index.php/WireGuard#Low_MTU
 
* [[WireGuard]]: https://wiki.archlinux.org/index.php/WireGuard#Low_MTU
 +
* [[iperf]]: <code>-M, --mss</code>
  
 
== See also ==
 
== See also ==

Revision as of 11:56, 6 May 2021

wikipedia:Maximum transmission unit (MTU)


Change configuration on Linux:

ifconfig -a | grep mtu


  • ping -M do -s 9000 <some_ip_address>
Select Path MTU Discovery strategy. hint may be either do (prohibit fragmentation, even local one), want (do PMTU discovery, fragment locally when packet size is large), or don't (do not set DF flag).
  • netsh interface ipv4 show interfaces

Related terms

See also

Advertising: