open-telemetry / opentelemetry-collector

OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
4.36k stars 1.44k forks source link

Using windows reserved port #8683

Closed joshmouch closed 11 months ago

joshmouch commented 1 year ago

When trying to use zpages in OTEL collector, it attempts to access port 55679. In windows, this is a reserved port that cannot be used.

Try running this: netsh int ipv4 show excludedportrange protocol=tcp

pjanotti commented 1 year ago

The port is in the dynamic range so it possible that some configuration already took it or is blocking its usage, but, that isn't reserved by default on Windows AFAIK. On a brand new Azure Windows 2022 VM I can ran de collector using the default port for zpages without issues. Same on my Windows 10 box. That said it is typical that organizations or security software to exclude many ports on the dynamic range.

mx-psi commented 1 year ago

@joshmouch Can you clarify if your setup differs from @pjanotti's in some significant way?

mx-psi commented 11 months ago

I am going to close this as can't reproduce for now. @joshmouch if you have anything that can help us reproduce this please comment on this issue and I will reopen