Disable Firewall on Oracle Linux 7


To stop firewall
systemctl stop firewalld

To disable firewall
systemctl disable firewalld

To start firewall
systemctl start firewalld