Quantcast
Channel: ORACLE -APPS DBA ADMINISTRATION
Viewing all articles
Browse latest Browse all 80

Disable Firewall in Redhat Linux 6.5

$
0
0

First Login as root User,

1. Save the firewall setting using the following command :

[root@redhat ~]# service iptables save
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]

2. Stop iptables using the following command :

[root@redhat ~]# service iptables stop
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Unloading modules: [ OK ]

3. Execute this chkconfig command :

[root@redhat ~]# chkconfig iptables off

Thanks,
Ananda Kumar V



Viewing all articles
Browse latest Browse all 80