Windows
We will perform the shift through the utility CMD.
You must first open a command prompt as administrator. Then use the appropriate command to view all existing network interfaces and values MTU.
netsh interface ipv4 show subinterfaces
That’s pretty much the conclusion.
Next, change the MTU value with a special command:
Get the result.
Debian / Ubuntu
Enter command to edit configuration of network interfaces, will use Nano:
Then add at the end of the network interface mtu 1400

Press Ctrl + X, then Y to save the changes.
Enter the command to restart the network service:
Last updated