Disable Firewall and SELinux Oracle Linux 6


Video Demo:

Disable firewall and SElinux prior to Oracle 11g Database install

Steps:

chkconfig iptables off
chkconfig ip6tables off
service iptables stop
service ip6tables stop

vi /etc/selinux/config
change SELinux=enforcing to SELinux=disabled

reboot