We've been getting hit by 217.34.101.120 for the last 3 hours. I added the IP to the block list in iptables. We've got about 20Kb incoming per second. This attack is on all three of the additional IP's that we got this week (one of which doesn't even have a domain associated to it yet).
I'm new to iptables, so would someone please verify that I've added the offender to be blocked on all ports & adaptors?
Code:
target prot opt in out source destination
DROP all -- any any host217-34-101-120.in-addr.btopenworld.com anywhere
Besides blocking the IP with iptables, is there anything else I can do to minimize the effect of this attack ... or even stop it completely?
Any guidance would be greatly appreciated.
Thanks,
James