Windows/PowerShell/NET TCPIP

提供: Blanc de Zinc Wiki
< Windows
2014年6月5日 (木) 23:07時点におけるZinc (トーク | 投稿記録)による版

移動先: 案内検索

IPインターフェイス

MTUの設定値

確認

PS> Get-NetIPInterface

NlMtu(Bytes)が各インターフェイスのMTU設定値

設定

PS> Set-NetIPInterface -InterfaceIndex n -NlMtuBytes mtu

nはGet-NetIPInterfaceで確認できるインターフェイスの番号
mtuは設定したい値

TCP設定

輻輳プロバイダの設定

確認

PS> Get-NetTransportFilter | Where DestinationPrefix -eq '*' | Get-NetTcpSetting

CongestionProviderの値が現在の設定値
Windows 8/8.1ではデフォルトでCTCPが設定されている