Setting interface MTU using DHCP
DHCP can be used to set the interface MTU on end hosts using option 26. For example (with dnsmasq), to set the MTU of clients on the lan interface to 1400 bytes, use: dhcp-option=lan,26,1400 I’m using this to work around MTU issues caused by a tunnel. It seems to work well so far… no need [...]
Also tagged fragmentation, MSS, MTU, tunnels