Hi, I am attempting to setup page level IP Restrictions on one of my sites. My site is behind an Amazon Load Balancer.
When hitting the server directly (not going through the load balancer) my setup works fine. If I set my IP to be allowed it goes through, if I deny my IP it blocks me.
When I hit the server going through the load balancer, I am always denied. I checked that the X-Forwarded-For header is being set and does include my IP. I have Enable Proxy Mode checked.
Am I missing something here? Do I need to allow my Load Balancer IPs as well? If so, do the rules check that both the Load Balancer IP is allowed as well as the X-Forwarded-For IP?
Thanks,
Bruce