Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Iptables configuration record

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

The number of connections to the same IP request exceeds 5 times in an hour, and the IP is blocked for 1 hour.

At the same time, limit the IP segment that initiates the request

# cat / etc/sysconfig/iptables# Firewall configuration written by system-config-firewall# Manual customization of this file is not recommended.*filter:INPUT ACCEPT [0:0]: FORWARD ACCEPT [0:0]: OUTPUT ACCEPT [0:0]-An INPUT-m state-- state ESTABLISHED RELATED-j ACCEPT-An INPUT-p icmp-j ACCEPT-An INPUT-I lo-j ACCEPT#-An INPUT-m state-- state NEW-m tcp-p tcp-- dport 22-j ACCEPT-N Recent_Block-A Recent_Block- p tcp-- dport 22-m state-- state NEW-m recent-- name SSHPOOL-rcheck-seconds 3600-hitcount 5-j DROP-A Recent_Block- p tcp-dport 22-m state-state NEW-m recent-name SSHPOOL-set -j ACCEPT-An INPUT-s 192.168.0 dport 24-p tcp-- dport 22-j Recent_Block-An INPUT-s 192.168.1.0 dport 24-p tcp-- dport 22-j Recent_Block-An INPUT-s 192.168.2.0 tcp-- dport 22-j Recent_Block-An INPUT-j REJECT-- reject-with icmp-host-prohibited-A FORWARD-j REJECT-- reject-with icmp-host-prohibitedCOMMIT

The path to access the log is:

/ proc/net/xt_recent/SSHPOOL

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report