Hello,
I'm trying to set up Knime server on a cloud VM (Azure). To be able to access the server from outside the Azure environment, I need to open up TCP ports. When the server runs, I see the following ports in use by java processes:
tcp 0 0 :::3700 :::* LISTEN 38186/java tcp 0 0 :::8181 :::* LISTEN 38186/java tcp 0 0 :::41655 :::* LISTEN 38186/java tcp 0 0 :::1527 :::* LISTEN 37965/java tcp 0 0 :::7676 :::* LISTEN 38186/java tcp 0 0 :::38846 :::* LISTEN 38186/java tcp 0 0 127.0.0.1:60670 :::* LISTEN 38186/java tcp 0 0 :::58368 :::* LISTEN 38186/java tcp 0 0 :::3820 :::* LISTEN 38186/java tcp 0 0 :::8686 :::* LISTEN 38186/java tcp 0 0 :::51439 :::* LISTEN 38186/java tcp 0 0 :::8080 :::* LISTEN 38186/java tcp 0 0 :::4848 :::* LISTEN 38186/java tcp 0 0 :::34576 :::* LISTEN 38186/java tcp 0 0 :::3920 :::* LISTEN 38186/java tcp 0 0 :::47185 :::* LISTEN 38186/java
These are a LOT of ports!!
What I figured out from the documentation is:
4848 - Glassfish admin port
50100 - rmi port (according to documentation, but the port does not show up in the above list)
8080 - reporting port
1527 - server db
8181 - SSL webportal
Can someone explain me what they are all used for. and which ones I need to set up port forwarding for?
Thanks,
Tim