CentOS Firewall Usage _ server Other

Source: Internet
Author: User

This example describes the CentOS firewall usage. Share to everyone for your reference, specific as follows:

Shut down:

/etc/init.d/iptables stop

Open:

/etc/init.d/iptables start

Reboot:

/etc/init.d/iptables restart

View:

/etc/init.d/iptables status

Save:

/etc/init.d/iptables Save

Open port 8080:

/sbin/iptables-i input-p TCP--dport 8080-j ACCEPT

Delete-D

Rules will block packets from a specific IP range

# iptables-t filter-a input-s 123.456.789.0/24-j DROP

It is also easy to block all packets that flow to an attacker's IP address, a slightly different command:

# iptables-t filter-a output-d 123.456.789.0/24-j DROP

I hope this article will help you to CentOS server maintenance.

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.