How can I check the MTU value for my current connection?
In my network connection settings, the MTU is set to automatic and I would like to know wich value was automatic selected for it.
How can I check the MTU value for my current connection?
In my network connection settings, the MTU is set to automatic and I would like to know wich value was automatic selected for it.
to view the current MTU. Example (just searching for MTU):
Alternative method:
For example:
You can read the value from the
/sys
kernel file system:Replace
<interface>
with the name of the interface to query.