One question concerning security: When I have a server without any firewall in front, I have some ports open to the outside coming from OX.
Why are the ports 57461 and 57462 listening on all interfaces and not only on localhost?
Using netstat -an one can see which ports listen only on localhost, like 1099 or 9999.
And some ports are used in a random range, new ones for every new startup of the groupware server, some "feature" of java or jndi I dislike most.
Is there any known tweakup to the config files to reduce the number of open ports to the world outside?
Why are the ports 57461 and 57462 listening on all interfaces and not only on localhost?
Using netstat -an one can see which ports listen only on localhost, like 1099 or 9999.
And some ports are used in a random range, new ones for every new startup of the groupware server, some "feature" of java or jndi I dislike most.
Is there any known tweakup to the config files to reduce the number of open ports to the world outside?
Comment