Difference between revisions of "MTU"

From wikieduonline
Jump to navigation Jump to search
Line 25: Line 25:
 
* [[WireGuard]]: https://wiki.archlinux.org/index.php/WireGuard#Low_MTU
 
* [[WireGuard]]: https://wiki.archlinux.org/index.php/WireGuard#Low_MTU
 
* <code>[[iperf]]: -M, --mss</code>
 
* <code>[[iperf]]: -M, --mss</code>
* [[tun-mtu]] in [[/etc/openvpn/server.conf]]
+
* <code>[[tun-mtu]]</code> in <code>[[/etc/openvpn/server.conf]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 13:24, 14 October 2021

wikipedia:Maximum transmission unit (MTU)


Change configuration on Linux:

  • ifconfig -a | grep mtu
ifconfig -a | grep mtu
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9001
  • 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: