NETSH 명령어로 TCP/UDP 동적 포트 범위, TCP 글로벌 매개변수, MTU 크기를 확인하는 방법을 간단히 메모합니다.
가끔 사용해서 명령어가 기억나지 않아서요...
1. TCP/UDP 동적 포트 범위 확인
C:\> NETSH INT IPV4 SHOW DYNAMICPORT TCP(UDP)
2. TCP 글로벌 매개 변수, MTU 크기 확인
C:\> NETSH INT TCP SHOW GLOBAL
C:\> NETSH INT IPV4 SHOW INT
[참고자료]
Netsh commands for Interface Internet Protocol version 4 (IPv4)
http://technet.microsoft.com/en-us/library/cc731521(v=ws.10).aspx
The default dynamic port range for TCP/IP has changed in Windows Vista and in Windows Server 2008
http://support.microsoft.com/kb/929851/en-us
How to configure RPC dynamic port allocation to work with firewalls
http://support.microsoft.com/kb/154596
작성자 : Lai Go / 작성일자 : 2014.11.28