Hi
I was checking high server loads due to these new DDoS attacks, and noticed my iptables has no effect on some of them.
Everything seems fine. iptables runs correctly, v-update-firewall works and updates correctly, no errors or warnings anywhere…
When I try to block random IP address, It works as expected.
But in this example:
I’m blocking web access from 3.124.100.133 and the output from “iptables -L -v” is
Chain fail2ban-WEB (1 references)
pkts bytes target prot opt in out source destination
0 0 REJECT all – any any ec2-3-124-100-133.eu-central-1.compute.amazonaws.com anywhere reject-with icmp-port-unreachable
447K 46M RETURN all – any any anywhere anywhere
this IP connects to port 443 without issues, with 50 or so connections.
This is the first time I’m seeing iptables resolving from IP’s PTR record. Could this be the problem?
Or I’m missing something else?