Voxility with cloudflare

Maddogg

New Member
Hi,
has anyone configured a Volxility Firewall to work with cloudflare?

if i activate cloudflare with CDN on top of a voxility-server, ill get the following error:

Code: 502 - BAD GATEWAYAnti-DDoS Filter cannot connect to protected host.Most likely the firewall (CSF?) on protected host blocks filter IP addresses due to a large number of requests.If you are the administrator, please disable the firewall or whitelist the filter IP's.Faithfully yours, Voxility NOC.and cloudflare will always give me an error.

i've already asked the provider to set the cloudflare-ips to the whitelist.
he answered that he had insertet this in the iptables
(oh it's a VPS btw)

Code: iptables -A INPUT -s 204.93.240.0/24 -j ACCEPTiptables -A INPUT -s 204.93.177.0/24 -j ACCEPTiptables -A INPUT -s 199.27.128.0/21 -j ACCEPTiptables -A INPUT -s 173.245.48.0/20 -j ACCEPTiptables -A INPUT -s 103.21.244.0/22 -j ACCEPTiptables -A INPUT -s 103.22.200.0/22 -j ACCEPTiptables -A INPUT -s 141.101.64.0/18 -j ACCEPTiptables -A INPUT -s 108.162.192.0/18 -j ACCEPTiptables -A INPUT -s 190.93.240.0/20 -j ACCEPTiptables -A INPUT -s 188.114.96.0/20 -j ACCEPTiptables -A INPUT -s 141.101.64.0/18 -j ACCEPTiptables -A INPUT -s 197.234.240.0/22 -j ACCEPTiptables -A INPUT -s 198.41.128.0/17 -j ACCEPTiptables -A INPUT -s 93.115.83.64/26 -j ACCEPTunfortionately it still won't work.
curl gives the above error. Cloudflare will mail me, that he got a connection refused and the site won't work.

so i'm asking if anyone here has got this working.

i want to use cloudflare, since the CDN will take a lot of load from my small System.
it's not about the DDoS-Protection.

Thanks

update
if i set it manually via hosts-file i'll get the same error as above. Last edited by wedge1001; Today at 09:57 PM.
 
Top