Disable firewall in Oracle Linux 7
Following are the command to stop firewall in oracle linux 7.
oracle configurationintermediate
by OracleDba
14 views
Following are the command to stop firewall in oracle linux 7.
123456
[root@prim ~]# systemctl stop firewalld
[root@prim ~]#
systemctl disable firewalld
rm'/etc/systemd/system/basic.target.wants/firewalld.service'
rm'/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service'Please to add comments
No comments yet. Be the first to comment!