查看 Windows 的保留端口范围

August 4, 2022 默认分类

TCP

> netsh interface ipv4 show excludedportrange protocol=tcp

Protocol tcp Port Exclusion Ranges

Start Port    End Port
----------    --------
     16132       16231
     16232       16331
     16332       16431
     23485       23584
     49782       49881
     49882       49981
     50000       50059     *
     50190       50289
     50290       50389

* - Administered port exclusions.

UDP

> netsh interface ipv4 show excludedportrange protocol=udp

Protocol udp Port Exclusion Ranges

Start Port    End Port
----------    --------
     50000       50059     *
     59726       59825
     59826       59925
     64520       64619
     64620       64719

* - Administered port exclusions.

添加新评论