exposing port TCP 0.0.0.0:6010 -> 0.0.0.0:0: listen tcp 0.0.0.0:6010: bind: An attempt was made to access a socket in a way forbidden by its access permissions.

查看下端口:

netsh interface ipv4 show excludedportrange protocol=tcp

被排除的端口就更换端口位置  

G:\Config-Center\win>netsh interface ipv4 show excludedportrange protocol=tcp

协议 tcp 端口排除范围

开始端口    结束端口
----------    --------
      5735        5834
      5835        5934
      6002        6101
      6102        6201
      6202        6301
      6302        6401
      6402        6501
     27339       27339
     50000       50059     *

* - 管理的端口排除。

 

posted @ 2024-05-10 19:52  沾青先生  阅读(9)  评论(0编辑  收藏  举报