如何修改Windows上某块网卡的MTU的值
Posted 中道学友
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何修改Windows上某块网卡的MTU的值相关的知识,希望对你有一定的参考价值。
先用如下命令查看所有的网卡以及他们的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/
以上是关于如何修改Windows上某块网卡的MTU的值的主要内容,如果未能解决你的问题,请参考以下文章