How do I turn off the firewall under Linux? How to view the current state of a firewall

Source: Internet
Author: User

shutting down the firewall from the configuration menu is not working, simply do not install the firewall at the time of installation
To view the firewall status:
/etc/init.d/iptables Status
To temporarily turn off the firewall:
/etc/init.d/iptables Stop
prevent firewalls from starting at system startup
/sbin/chkconfig--level 2345 iptables off
Restart iptables:
/etc/init.d/iptables Restart
Off topic:
BT or mule slow not need to shut down the firewall, as long as the corresponding port open on it.
in the file
/etc/sysconfig/iptables
in the system's original configuration: The Rh-firewall-1-input rule chain adds a line like this:
-A rh-firewall-1-input-m State--state new-m tcp-p TCP--dport 39764-j ACCEPT
-A rh-firewall-1-input-m State--state new-m udp-p UDP--dport 39764-j ACCEPT
If you find the original-j reject a class of statements, the above two sentences to put in front of it

Effective after reboot
Open: Chkconfig iptables on
off: chkconfig iptables off or/sbin/chkconfig--level 2345 iptables off

2) Immediate effect, failure after reboot
Service Mode
Open: Service iptables start
Close: Service iptables stop
Iptables Way
To view the firewall status:
/etc/init.d/iptables Status
To temporarily turn off the firewall:
/etc/init.d/iptables Stop
Restart iptables:
/etc/init.d/iptables Restart

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.