MTU settings

In command prompt, type ip link set eth0 mtu value.

That's assuming your network card is eth0.

You can check it with command ip link show eth0.
 
Back