Hi,
I use a shared hosting service where I can get ports of the host opened to my account. "The port numbers are generated automatically in the range from 40.000 to 61.000 and cannot be chosen arbitrarily." [1].
Unfortunately most zabbix ports (LISTEN_PORT, CONFIG_SERVER_PORT, CONFIG_JAVA_GATEWAY_PORT, CONFIG_LISTEN_PORT) are limited to the range 1024 to 32767.
The lower limit is totally understandable as these are well-known/system ports. The upper limit on the other hand seems arbirary. I would have understood a limit of 49151 which is the border to the dynamic ports but a limit of 65535 would be more flexible in my opinion.
Is there someone here that knowns the reasoning behind this limit?
As a workaround I have prepared a patch (see attached file) that changes the range but that requires me to recompile zabbix for each new version.
Thanks
Clemens
[1]https://manual.uberspace.de/basics-ports/
I use a shared hosting service where I can get ports of the host opened to my account. "The port numbers are generated automatically in the range from 40.000 to 61.000 and cannot be chosen arbitrarily." [1].
Unfortunately most zabbix ports (LISTEN_PORT, CONFIG_SERVER_PORT, CONFIG_JAVA_GATEWAY_PORT, CONFIG_LISTEN_PORT) are limited to the range 1024 to 32767.
The lower limit is totally understandable as these are well-known/system ports. The upper limit on the other hand seems arbirary. I would have understood a limit of 49151 which is the border to the dynamic ports but a limit of 65535 would be more flexible in my opinion.
Is there someone here that knowns the reasoning behind this limit?
As a workaround I have prepared a patch (see attached file) that changes the range but that requires me to recompile zabbix for each new version.
Thanks
Clemens
[1]https://manual.uberspace.de/basics-ports/

Comment