EPWP start all servers - kwantu/platformconfiguration GitHub Wiki
Start all the servers
EPWP AppServer
Checking that the firewall is up
service firewalld start
firewall-cmd --state
firewall-cmd --reload
Firewall settings
- Open port 3306 to the Oracle server (Remember to do the same on the AppServer)
firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="10.155.78.99" port protocol="tcp" port="3306" accept'
firewall-cmd --reload