Cannot bind to some ports due to permission denied

前端 未结 6 678
甜味超标
甜味超标 2020-12-12 19:15

For the last 3 months or so I\'m having random errors where I can\'t bind a specific port where our Identity server is running on my local development workstation. At first

6条回答
  •  时光取名叫无心
    2020-12-12 20:01

    A faulty Windows upgrade is the reason for the problems with reserved tcp ports. See https://github.com/docker/for-win/issues/3171#issuecomment-554587817

    With this the problem should be fixed: netsh int ipv4 set dynamic tcp start=49152 num=16384

    That would explain why a clean install fixes these type of problems.

提交回复
热议问题