Manually set the mtu size on a modern Linux distro

If you need to change the mtu, you can do so without a permanent change.
The below command will change the value for the current session only.

ip link set dev eth0 mtu 1460

To make the change persistent, you’d need to wirte a script an call it upon boot, or adapt your distro’s network manager.