We currently only allow specific ip addresses through our firewall. When we enable the proxy the few allowed ip addresses can no longer access the origin server.
Not sure how to handle this with the proxy enabled.
We currently only allow specific ip addresses through our firewall. When we enable the proxy the few allowed ip addresses can no longer access the origin server.
Not sure how to handle this with the proxy enabled.
You’ll need to allow Cloudflare’s IPs to access your server.
You also then need to figure out how to ensure check the traffic going through Cloudflare, you can do this using Cloudflare’s Zero Trust solutions, or you can check the X-Forwarded-For header on your server.
Are familiar with setting up the x-forward-for? I set the incoming requests for the following.
Field: x-forward-for - Operator: equals - Value: incoming ip addresses.
I am not sure how to set the modify request header fields.
Thanks for your help
I ended up using the zone lockdown rule under WAF.
Thanks for your help.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.