Maybe it’s Hyper-V’s problem if you have installed something like docker in your windows PC.
Run netsh int ipv4 show excludedportrange protocol=tcp first to check the banned ports, if it includes 1337 port, then update it with netsh int ipv4 set dynamic tcp start=12345 num=53190, and reboot to make it work.
Reference:
