Remoteip_module Assistance

Good Evening All,

I am trying to configure RemoteIP to give a 403 Forbidden to anyone not coming thru the Cloudflare Proxy.

I have the following in httpd.conf, but can still reach the server without going thru the cloudflare proxy.

Oracle Linux 7 | Apache 2.4.6

<HTTPD.CONF>
<IfModule !mod_remoteip.c>
LoadModule remoteip_module modules/mod_remoteip.so

mod_remoteip section

RemoteIPHeader CF-Connecting-IP RemoteIPTrustedProxy 173.245.48.0/20 RemoteIPTrustedProxy 103.21.244.0/22 RemoteIPTrustedProxy 103.22.200.0/22 RemoteIPTrustedProxy 103.31.4.0/22 RemoteIPTrustedProxy 141.101.64.0/18 RemoteIPTrustedProxy 108.162.192.0/18 RemoteIPTrustedProxy 190.93.240.0/20 RemoteIPTrustedProxy 188.114.96.0/20 RemoteIPTrustedProxy 197.234.240.0/22 RemoteIPTrustedProxy 198.41.128.0/17 RemoteIPTrustedProxy 162.158.0.0/15 RemoteIPTrustedProxy 104.16.0.0/12 RemoteIPTrustedProxy 172.64.0.0/13 RemoteIPTrustedProxy 131.0.72.0/22 RemoteIPTrustedProxy 2400:cb00::/32 RemoteIPTrustedProxy 2606:4700::/32 RemoteIPTrustedProxy 2803:f800::/32 RemoteIPTrustedProxy 2405:b500::/32 RemoteIPTrustedProxy 2405:8100::/32 RemoteIPTrustedProxy 2a06:98c0::/29 RemoteIPTrustedProxy 2c0f:f248::/32 ### end mod_remoteip

What am I missing? Logs show I am coming from my ISP IP address, so should be blocked.

This topic was automatically closed after 30 days. New replies are no longer allowed.