EPWP_Setup_Servers_Oracle - kwantu/platformconfiguration GitHub Wiki
Setup of the EPWP Oracle server
Firewall settings
- Open port 3306 to the app server (Remember to do the same on the AppServer)
firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="10.155.78.82" port protocol="tcp" port="3306" accept'
firewall-cmd --reload