Linux firewall is software based firewall that provides protection between your server and damaging content on the Internet or network.
- Turn off Linux Firewall for Red hat or CentOS or Fedora Core Type the following two commands, you must login as the root user
# /etc/init.d/iptables save
# /etc/init.d/iptables stop
# /etc/init.d/iptables stop
Enable
# /etc/init.d/iptables start
0 comments:
Post a Comment