Hi,
I have Windows Defender Firewall Inbound and Outbound rules that block ip address range say 2000-3000. As I will run all my application with VPN on any machine I have set these rules applies to Domain and Private. Public is not selected.
Now on that Windows server machine I host site in IIS with port 2002, it can not access as port is blocked.
But port used like 2003 which is in range 2000-3000 for docker run. I can still access the URL. It does not block.
docker run -d -p 2003:2003–name my-api-container testuser/myapi:1.0.1
I am using Windows containers, so please let me know why this port is accessible if used docker url. I want this url should not access as this port is blocked in firewall.
Thanks
Mahendra