Answers for "windows can't start server: bind on tcp/ip port. got error: 10013: an attempt was made to access a socket in a way forbidden by its access permissions."

3

Ports are not available: listen tcp 0.0.0.0/50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions

net stop winnat
docker start ...
net start winnat
Posted by: Guest on May-17-2021

Code answers related to "windows can't start server: bind on tcp/ip port. got error: 10013: an attempt was made to access a socket in a way forbidden by its access permissions."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language