码迷,mamicode.com
首页 > Windows程序 > 详细

如何修改Windows上某块网卡的MTU的值

时间:2017-10-10 13:01:03      阅读:556      评论:0      收藏:0      [点我收藏+]

标签:enc   work   netsh   reference   sub   nbsp   href   set   修改   

先用如下命令查看所有的网卡以及他们的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的值

标签:enc   work   netsh   reference   sub   nbsp   href   set   修改   

原文地址:http://www.cnblogs.com/awpatp/p/7644786.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!