Firewall – Blocking IP behind a load balancer

firewallload balancing

Is there any way to block IP address of an intruder (or any IP), when our server is behind a Load balancer.
For example if my servers are behind ELB (Amazon ELB) or Rackspace Load balancer, i am getting attacks, and i know the Actual attacker IP. how can i block those IP addresses?

Regards,

Best Answer

ELB doesn't allow you to block IPs at the ELB level. Your servers themselves would need to reject the traffic. ELB passes an X-Forwarded-For header with the requester's IP that you can use to do this.