DBA Hub

📋Steps in this guide1/1

Disable firewall in Oracle Linux 7

Following are the command to stop firewall in oracle linux 7.

oracle configurationintermediate
by OracleDba
14 views
1

Overview

Following are the command to stop firewall in oracle linux 7. Command to stop firewall but will start again after reboot. Command to stop firewall after reboot server

Code/Command (click line numbers to comment):

1
2
3
4
5
6
[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'

Comments (0)

Please to add comments

No comments yet. Be the first to comment!