Set Jumbo Frames (Linux) - CESNET/UltraGrid GitHub Wiki

To set jumbo frames on Linux use command line and type:

ifconfig eth0 mtu 9000

Possibly, if the former doesn't work, use:

ip set eth0 mtu 9000