Measure the test taker's knowledge about how to set up a firewall in a Linux operating system.

Source: Internet
Author: User
Article Title: describes how to set up a firewall in a Linux operating system. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

To modify the firewall configuration, You need to modify the/etc/sysconfig/iptables file. If you want to open a port, add one in it.

-A RH-Firewall-1-INPUT-m state -- state NEW-m tcp-p tcp -- dport 1521-j ACCEPT

1521 indicates the port number to be opened, and then restart the Firewall Service in linux.

Command to stop/start the Firewall Service:

Run

Service iptables stop -- stop

Service iptables start -- start

(The service command is located in/sbin)

Firewall Rules can be activated only when the iptables service is running. To manually start the service, run the following command:

/Sbin rvice iptables restart

To ensure that it is started during system boot, run the following command:

/Sbin/chkconfig -- level 345 iptables on

The ipchains service cannot run with the iptables service at the same time. To disable the ipchains service, run 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.