fritex
July 25, 2021, 12:57pm
#2
May I ask what is the issue here?
I see this wehn I open fkassa.php
.
The Cloudflare IP address is being blocked by the hosting provider or by your host?
May I ask have you allowed Cloudflare to connect to your host origin/server following the instructons from the below article?:
Cloudflare IP address list can be found here:
Or, you may also need the real IP address of a visitor?:
Learn how to configure mod_cloudflare to log your visitor’s original IP address based on your origin web server type (including Apache, nginx, Microsoft IIS, and others).
Overview
mod_remoteip
mod_...
You might say allow, but that server is clearly blocking Cloudflare IP addresses .
Your original post says there’s an error, but a 301 isn’t an error. It’s a redirect.
1 Like
fritex
July 25, 2021, 1:28pm
#7
risefallin:
and
And do not forget to run iptables-save
to apply and save that changes
The link is only available to CloudFlare and FreeKassa
fritex
July 25, 2021, 1:30pm
#10
Now I got response of my IP shown:
Address my.ip.address.here is block!
fritex
July 25, 2021, 1:33pm
#12
Okay, not my IP. Wrongly saw.
I got Cloudflare host IP again.
fritex:
my IP
Still blocking Cloudflare for me.
1 Like
i have virtual hosting, they say that you can’t configure it
risefallin:
can’t configure it
Can’t configure what? Hosting should start by allowing everything, then block as needed.
I turned to the assistants, asked to use commands in ssh
iptables -I INPUT -p tcp -m multiport --dports http,https -s 103.21.244.0/22 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 103.22.200.0/22 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 103.31.4.0/22 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 104.16.0.0/13 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 104.24.0.0/14 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 108.162.192.0/18 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 131.0.72.0/22 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 141.101.64.0/18 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 162.158.0.0/15 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 172.64.0.0/13 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 173.245.48.0/20 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 188.114.96.0/20 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 190.93.240.0/20 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 197.234.240.0/22 -j ACCEPT
iptables -I INPUT -p tcp -m multiport --dports http,https -s 198.41.128.0/17 -j ACCEPT
Sorry, but we can’t help you due to your server settings. Please turn off all firewall settings at your host, including .htaccess
system
closed
August 9, 2021, 1:45pm
#18
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.