Disable firewall
Stop the iptables service:
# service iptables stop
service ip6tables stop
Stop the iptables service from starting when you restart the server:
# chkconfig iptables off
chkconfig ip6tables off
Disabling SELinux
To disable SELinux,
configure SELINUX=disabled in /etc/selinux/config
Reboot your system. After reboot, confirm that the
Stop the iptables service:
# service iptables stop
service ip6tables stop
Stop the iptables service from starting when you restart the server:
# chkconfig iptables off
chkconfig ip6tables off
Disabling SELinux
To disable SELinux,
configure SELINUX=disabled in /etc/selinux/config
Reboot your system. After reboot, confirm that the
getenforce
command returns Disabled.
No comments:
Post a Comment