Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the default port numbers to avoid the ephemeral/dynamic range #373

Closed
achimnol opened this issue Aug 26, 2023 · 0 comments · Fixed by #374
Closed

Change the default port numbers to avoid the ephemeral/dynamic range #373

achimnol opened this issue Aug 26, 2023 · 0 comments · Fixed by #374

Comments

@achimnol
Copy link
Member

achimnol commented Aug 26, 2023

The current defaults are:

  • monitor (termui): 50101
  • monitor (webui): 50201
  • console: 50102

Since these are inside the default ephemeral/dynamic port range used in Linux and many other operating systems, there are rare cases that aiomonitor causes failure of the application when the host is busy enough to handle many concurrent client connections.
(I actually experienced this situation in one of my customer sites....)

ref: https://en.wikipedia.org/wiki/Ephemeral_port

I'd like to change them to:

  • monitor (termui): 20101
  • monitor (webui): 20102
  • console: 20103

As this is a potentially breaking change for some users who have been relying on the defaults, I'm leaving this as an explicit issue.

@achimnol achimnol changed the title Change default port numbers Change the default port numbers to avoid the ephemeral/dynamic range Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant