先用如下命令查看所有的网卡以及他们的MTU的值。

        netsh interface ipv4 show interfaces

 

使用如下的命令修改他们的MTU为9000.
        netsh interface ipv4 set subinterface "13" mtu=9000 store=persistent
        netsh interface ipv4 set subinterface "15" mtu=9000 store=persistent

 

Reference

=========

https://serenity-networks.com/how-to-change-the-mtu-in-windows-server-2008-2012/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-11-18
  • 2021-09-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-10-17
  • 2021-12-06
  • 2021-11-24
  • 2022-12-23
相关资源
相似解决方案