Recommended firewall settings for ports used by Data Virtuality Server.
Name in dvserver-standalone.xml | Port | Private network | Public network | Description | Used by Data Virtuality Studio | Necessary for DV to start |
jboss.socket.binding.port-offset | N/A | N/A | N/A | Port offset | N/A | N/A |
management-http | 9990 | Closed | Closed | WildFly management interface. | No | No |
management-https | 9993 | Closed | Closed | |||
ajp | 8009 | Closed | Closed | Apache JServ Protocol. Used for HTTP clustering and load balancing. | No | No |
http | 8080 | Open | Closed | Default Data Virtuality Server portal and Rest API server. | No | No |
https | 8443 | Open | Open | No | No | |
txn-recovery-environment | 4712 | Open | Closed | The JTA transaction recovery manager. | No | Yes |
txn-status-manager | 4713 | Open | Closed | The JTA / JTS transaction manager. | No | Yes |
dv-jdbc | 31000 | Open | Closed | Â | Yes | No |
dv-jdbc-ssl | 31001 | Open | Open | Â | Yes | No |
dv-odbc | 35432 | Open | Closed | Â | No | No |
dv-odbc-ssl | 35433 | Open | Open | Â | No | No |
postgresql DB | 54322 | Open | Closed | Internal Postgres DB | No | Yes |
Â
Additional information can be found here:Â https://access.redhat.com/documentation/en-us/jboss_enterprise_application_platform/6/html/installation_guide/network_ports_used_by_jboss_enterprise_application_platform_62
Â
Port offset
Already documented. https://documentation.datavirtuality.com/24/administration-guide/configuration/network-configuration
management-http and management-https
This is a web-based management console for WildFly.
For more information, please refer to this documentation:Â https://docs.jboss.org/author/display/WFLY10/Management%20Clients.html
Â
Ajp (Apache JServ Protocol)
The Apache JServ Protocol (AJP) is a binary protocol that can proxy inbound requests from a web server through to an application server that sits behind the web server. AJP is a highly trusted protocol and should never be exposed to untrusted clients, which could use it to gain access to sensitive information or execute code on the application server.s1]
For more information, please refer to this documentation:Â https://en.wikipedia.org/wiki/Apache_JServ_Protocol
Â
http and https
Default ports for a web-based interface to Data Virtuality. This portal include links to binaries, management, and documentation. These are also the ports used by the Rest API server inside of Data Virtuality Server.
txn-recovery-environment and txn-status-manager
Internal transaction manager and transaction crash recovery system for WildFly. Used by Data Virtuality Server.
Â
dv-jdbc
Port used by client connections using the Data Virtuality JDBC connector. This port does not encrypt traffic between the client and the server.
dv-jdbc-ssl
Port used by client connections using the Data Virtuality JDBC connector. This port uses SSL to encrypt the traffic between the client and the server.
Â
dv-odbc
Port used by client connections using the Data Virtuality ODBC driver. This port does not encrypt traffic between the client and the server.
dv-odbc-ssl
Port used by client connections using the Data Virtuality ODBC driver. This port uses SSL to encrypt the traffic between the client and the server.
Â
Â
Â
Â
Â
References
"AJP File Read/Inclusion in Apache Tomcat (CVE-2020-1938) and Undertow (CVE-2020-1745)". Red Hat Customer Portal. Retrieved 1 March 2020.