Skip to content

Set Jumbo Frames (Linux)

Vitek edited this page Nov 30, 2016 · 1 revision

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

Clone this wiki locally