Next enter the following three commands to disable firewall.
# service iptables save
# service iptables stop
# chkconfig iptables off
If you are using IPv6 firewall, enter:
# service ip6tables save
# service ip6tables stop
# chkconfig ip6tables offTo Enable Firewall# service iptables start# chkconfig iptables on
And
# service ip6tables start# chkconfig ip6tables on
THANKS

No comments:
Post a Comment