Home  >  Q&A  >  body text

linux - echo 修改MTU的值,提示参数无效?

PHPzPHPz2744 days ago1337

reply all(3)I'll reply

  • PHPz

    PHPz2017-04-17 15:56:53

    echo 9000 > /sys/class/net/eno16777736/mtu
    Successful, even if the value is large.

    Please tell me what is the necessity to set the mtu value?

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 15:56:53

    [root@root ~]# ifconfig eno16777736 mtu 1600

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 15:56:53

    Is it because of the kernel? I am using the Linux 2.6.27 kernel. The MTU of each network has a maximum value. I checked that the MTU of 2.6.18 ib can be set to 65520, but it does not work under the 27 kernel.

    reply
    0
  • Cancelreply