I Received this email but my web page not activated yet

Hi,

Your InfinityFree account if0_40940256 (Website for testpaage-com-bd.gt.tc) has been reactivated! All control panel functions have been restored and your website will come back online shortly.

Regards,
InfinityFree

I Received this email but my web page not activated yet.

I checked your website and it’s working fine from here. What do you see when you try to access it?

4 Likes

This site can’t be reached

www.testpaage-com-bd.gt.tc took too long to respond.
same with https://votebd.great-site.net/ this web site alos..

It may be a network-level block . Try using another network and device. If that doesn’t work, just use a VPN.

Thanks it ok with VPN. Is there any way to solve that.

Talk to your isp and ask if they are blocking the domain

4 Likes

OR Use a ISP other than that one but what ISP are you using?

While this is a potential option, most people can’t change internet service providers on a whim. Mid contract cancellation tends to be expensive

4 Likes

I have exactly the same problem - I cannot acces neither my website nor Sajidtest’s unless connecting to a VPN. It started a few days ago while I was working on my website. I’m able to access it without problem via a VPN outside Canada only (at least on whatever I tried). A traceroute will stall somewhere at a Bell Canada server. This is a big problem because Bell Canada has almost 50% of the Internet users in Canada, direct or via resellers (my case). Is there any other way this can be solved as I don’t think talking with Bell Canada will get us anywhere?

I Contact with my internet provider. They said everything is ok from their side.

Can you try viewing
Https://great-site.net and report back on what’s shown

5 Likes

Hi dan3008, I just tested and I can report I can only get to your website when I connect to a VPN outside Canada (used US this time).

Bellow is MS Copilot’s help regarding our issue:
Why your site works only through a VPN outside Canada

When a site loads everywhere except from Canadian IPs, the most common causes are:

  • Hosting provider firewall blocking Canadian IP ranges (InfinityFree / iFastNet is known to auto-block regions when they detect abuse).

  • DDoS protection or WAF (Web Application Firewall) flagging your ISP’s IP range.

  • Your domain or hosting IP is on a regional blacklist used by Canadian ISPs.

  • DNS filtering by your ISP (Bell, Videotron, Rogers sometimes block free-hosting domains).

  • InfinityFree’s internal anti-abuse system blocking your origin IP because you logged into the control panel too often from Canada.

Given that you’re using InfinityFree (your active tab shows their forum), the most likely culprit is iFastNet’s firewall blocking your Canadian IP range.

Firstly, although it seems to have given a meaningful answer this time, I wouldn’t truist Copilot to help with problems specific to InfinityFree.

This suggests one of 2 things (despite what copilot says)
either:
1 - your IP is part of a blocked range. Admin is the only one who can check this for you.
2 - Your ISP is blocking the great-site.net domain, (and quite possibly gt.tc) even though they are saying that they arnt

It is also possible that your own virus scanner or firewall is blocking the connection, but I’d have expected that to still cause problems even with a vpn connected.

5 Likes

This is one more test on both great-site and my site with curl:

curl -v <blocked_site>

  • Host :80 was resolved.
  • IPv6: (none)
  • IPv4: 31.22.4.234
  • Trying 31.22.4.234:80…
  • connect to 31.22.4.234 port 80 from 0.0.0.0 port 32482 failed: Connection was aborted
  • Failed to connect to <blocked_site> port 80 after 16687 ms: Could not connect to server
  • closing connection #0
    curl: (7) Failed to connect to <blocked_site> port 80 after 16687 ms: Could not connect to server

This means:

  • DNS works

  • Routing works

  • But the server never accepts your TCP connection

  • Your SYN packets reach the host, but the host drops or ignores them

This is the signature of:

  • Firewall block on your Canadian IP range, or

  • Geo-blocking, or

  • IP reputation block by iFastNet (InfinityFree’s backend)

This is not a TLS issue.
This is not a curl issue.
This is not your ISP.

This is the hosting provider blocking your Canadian IP.

My ISP is TPIA ISP (third-party reseller) buying from Bell but uses its own IP ranges.

After conducting a few more tests, at this point it is very clear to me that iFastNet (InfinityFree’s backend) is blocking my IP and maybe a range of other IPs from my ISP.

I’m now a free occasional user of InfinityFree, hoping to one day become paying customer but seeing how InfinityFree conduct its business, I’m just going to run away.

You need to stop trusting AI. The errors you shared could be either your ISP, or InfinityFree. There is no indication there which one it actually is. Also, as Dan states below, curl will never work because such connections are always blocked.

Do note that premium services are not offered by InfinityFree, but by iFastNet, a separate company.

4 Likes

Curl wont work anyway because of the security system works. Similarly Pings are disabled.

IFastNet don’t just block IP’s for no reason. IP ranges are blocked because of suspicious activity.

Are you sure your sites ip is 31.22.4.234? because when I check your sites ip i get 185.27.134.151. you can see it in your dashboard in the account information section:
image

6 Likes

the IP is for the one you indicated: great-site.net

Ok, sure, let’s suppose AI is wrong and my tests are not proving anything is wrong with InfinityFree. Could you come up with a better suggestion then? Sajidtest indicated he contacted his ISP and they said everything is fine on their end. Who’s blocking us? BTW, the curl test works fine on a VPN.