We have Apache setup to restore the real IPs using the article here:
https://support.cloudflare.com/hc/en-us/articles/200170786-Restoring-original-visitor-IPs
This has been working fine, and we rely on the list of Cloudflare IPs here:
We’re seeing a few Cloudflare IPs show up in our Apache logs because they are not in the Cloudflare IP list, so the module does not read from “CF-Connecting-IP”
Here’s one of the IPs in question:
104.28.217.42
The Cloudflare IP ranges are:
- 104.16.0.0/13
- 104.24.0.0/14
And the IP above does not fall into the above subnets.
Interestingly, the IP does fall under 104.16.0.0/12 which Cloudflare removed from its list on Apr 8 2021.
Anyone have any idea what this might mean? Is this IP still a Cloudflare IP?