The Linux Firewall (Iptables) is turned on and off

Source: Internet
Author: User

Linux Firewall (iptables) Open and close

The firewall in Linux is mainly about setting up and managing iptables.

1. Linux firewall (Iptables) reboot system in effect

    1. Open: Chkconfig iptables on
    2. OFF: Chkconfig iptables off

2.Linux Firewall (Iptables) takes effect immediately and fails after reboot

    1. Open: Service iptables start
    2. Close: Service iptables stop

It should be stated that for other services under Linux, the above command can be used to perform the open and close operations.

When the Linux firewall (Iptables) is turned on, do the following to open ports 25 and 110,

Modify the/etc/sysconfig/iptables file to add the following:

    1. -A rh-firewall-1-input-m state--state new-p tcp-m TCP--dport--syn-j ACCEPT
    2. -A rh-firewall-1-input-m state--state new-p tcp-m TCP--dport--syn-j ACCEPT

The Linux Firewall (Iptables) is turned on and off

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.