| 3 | = ESGF Node Port description = |
| 4 | [[FootNote([http://devel.esgf.org/wiki/ESGFNode/Ports])]] |
| 5 | |
| 6 | ||'''Port''' ||'''Direction''' ||'''Type''' ||'''Application''' ||'''Description''' || |
| 7 | ||80 ||in ||tcp ||Tomcat ||Web server access || |
| 8 | ||443 ||in ||tcp ||Tomcat ||SSL - Secure Web Server Access. || |
| 9 | ||5432 ||in ||tcp ||Postgres ||Postgres Access. '''''(not external: by default bound ONLY TO LOCAL INTERFACE)''''' || |
| 10 | ||2811 ||in ||tcp ||GridFTP ||user-configured GridFTP Server control channel || |
| 11 | ||(60000-61000) ||in/out ||tcp ||GridFTP ||user-configured GridFTP Server data channel (or as defined in the global variable GLOBUS_TCP_PORT_RANGE) || |
| 12 | ||2812 ||in ||tcp ||GridFTP ||BDM-configured GridFTP Server control channel. May run together with the user-configured one though '''not''' recommended - system resource intensive! || |
| 13 | ||(60000-61000) ||in/out ||tcp ||GridFTP ||BDM-configured GridFTP Server data channel. May run together with the user-configured one though '''not''' recommended - system resource intensive! || |
| 14 | ||7512 ||out ||tcp ||!MyProxy ||!MyProxy client access to the certificate repository || |
| 15 | ||8984 || - ||tcp || esgf-search (Tomcat)||local connection to the Solr master instance '''''(not external!)'''''|| |
| 16 | ||8983 || in/out ||tcp || esgf-search (Tomcat) || Connection to remotes Solr slave instance. Used in distributed search (shard).|| |
| 17 | ||80 ||out ||tcp ||esg-publisher ||Local connection to THREDDS server (e.g., to check catalogs) and other nodes (node-manager)|| |
| 18 | ||443 ||out ||tcp ||esg-publisher ||Local secure connection to THREDDS server (e.g., to restart the application) and to the idp || |
| 19 | |
| 20 | == Installer == |
| 21 | |
| 22 | The installer further requires outbound ports 20 and 21 to be open so it can download the required libraries. |
| 23 | |
| 24 | === Some notes === |
| 25 | * '''BDM''' ('''B'''ulk '''D'''ata '''M'''over): It is used for moving data from one node to other ([[https://wiki.ucar.edu/display/esgcet/Bulk+Data+Movement|Use cases]],[[http://esg-pcmdi.llnl.gov/internal/security-documents-meetings-action-items/bdm|Security Architecture]]) |
| 26 | |