Linux System Modify firewall configuration __linux

Source: Internet
Author: User
Tags iptables

Modify Linux system firewall configuration need to modify

/etc/sysconfig/iptables

If you want to open which port, add a

-A rh-firewall-1-input-m state--state new-m tcp-p TCP--dport 3306-j ACCEPT

On it, where 3306 is the port number to open, and then restart the Linux Firewall service.

Linux to stop/start the Firewall service command:

After logging in with Root, execute the/sbin

Service Iptables stop-stopping

Service iptables Start--Startup

To start the service manually:

/sbin Rvice iptables Restart

To start when the system boots:

/sbin/chkconfig--level 345 iptables on

The IPChains service cannot run concurrently with the Iptables service. To determine if the IPChains service is disabled, execute the following command:

/sbin/chkconfig--level 345 IPChains off

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.