Disable access from an IP address in the centos firewall

Source: Internet
Author: User
Use the built-in firewall of CENTOS to disable access from an IP address to the system. The following is the/etc/sysconfig/iptables screenshot to reject 211.154.137.45 access. remember that the location cannot be written incorrectly. # Firewallconfigurationwrittenbysystem-config-securitylevel # manu1c

Use the built-in firewall of CENTOS to disable access from an IP address to the system.

 

The following is a screenshot of/etc/sysconfig/iptables.

Take 211.154.137.45 access denied as an example. remember that the location cannot be written incorrectly.

# Firewall configuration written by system-config-securitylevel
# Manual customization of this file is not recommended.
* Filter
: Input accept [0: 0]
: Forward accept [0: 0]
: Output accept [0: 0]
: RH-Firewall-1-INPUT-[0: 0]

-A input-I eth0-s 211.154.137.45-j DROP

-A input-j RH-Firewall-1-INPUT
-A forward-j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT-I lo-j ACCEPT
-A RH-Firewall-1-INPUT-p icmp -- icmp-type any-j ACCEPT
-An RH-Firewall-1-INPUT-p 50-j ACCEPT

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.