如何知MTU設多少

Vista 以上...
netsh interface ipv4 show subinterfaces

Change MTU
netsh interface ipv4 set subinterface “1″ mtu=1500 store=persistent

XP 以下
netsh interface ip show interface

前提:系統已經啟動 “remoteaccess”
可在cmd命令行模式下使用命令:net start remoteaccess。

如果提示“無法啟動服務,
原因可能是已被禁用或與其相關聯的設備沒有啟動。

則將下面內容複製到記事本中保存為.bat文件類型,
然後雙擊啟動它就可以啟動服務“remoteaccess 
sc config RemoteAccess start= auto
net start RemoteAccess 

Change MTU 
可去改機碼或用TcpOptimizer 

不過我應該是更新沒做,唉~~最基本的.....我都漏了...


參考引用自這篇

~~

沒有留言:

張貼留言