Linux mitigates CC attacks

Source: Internet
Author: User

First install iptables

Apt-get install iptables

Then set the rule

Iptables-I INPUT-p tcp-dport 80-m connlimit-abve 10-j DROP

10 indicates that an IP address can only open 10 threads; otherwise, packet loss occurs.

If the DDOS volume is large, change it to 5, 3, or something like that ,..

Too small will affect the speed

Then iptables-save>/etc/noddos

Then in/etc/rc. local

Enter iptables-restore/etc/noddos

P.S this blog is using this method, and then published this article, while the blog is being DDOS ..
The amount of protection is related to your server CPU, traffic, and your character...

Source: network security technology blog (safe121.com)

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.