The Windows IP Helper Service (iphlpsvc) is using port 9200 on my system (Windows 10), which is also used by Elasticsearch by default. Obviously, I could just set Elasticsearch to use another port, but it's a bit annoying since ES uses 9200 everywhere else.
I was wondering if there is any way to configure iphlpsvc to use another port? When I stop iphlpsvc and restart it after starting ES on 9200, it doesn't seem to be blocking any other port (based on Get-NetTCPConnection -OwningProcess 28824, 28824 being the new PID), which makes me think it's not running properly.
I am also wondering if I am the only one experiencing this conflict between Elasticsearch and iphlpsvc on Windows - the only other mention of this issue I could find is here: https://forums.docker.com/t/solved-startup-of-containers-fails-on-local-port-binding/18654