실행중인 포트 강제 종료
netstat -a -o
taskkill /f /pid PID번호
예약 대기 중인 포트 강제 종료
netsh interface ipv4 show excludedportrange protocol=tcp
netsh int ipv4 delete excludedportrange protocol=tcp startport=3000 numberofports=100
NAT 재시작
net stop winnat
net start winnat
참고글: 특정 port가 시스템에 예약되어 있어서 사용 불가능 한 경우 해결방법