Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

ISP blocked my vps ip used for datafeeds

Hi, I'm running Tailscale on my VPS and using a residential IP for a data-mining project. Suddenly my VPS IP looks blocked,either by my ISP or maybe even on the VPS side,because nothing works directly anymore(with my current ISP,other ISP working fine). Only Cloudflare on port 80 still works. I’m guessing it might be due to the high number of requests I send every day (around 1.5GB). Because of this block, all inbound and outbound traffic is failing, including my MySQL DML calls. I’m not sure if the block is from my ISP or from the VPS provider. How do I confirm where exactly it's blocked, and is there any way to bypass it? I’m kind of stuck right now, but the same setup works fine on other ISPs.

Thanked by 1Nepal

Comments

  • Try using vpn to bypass isp shithole 🙂

  • @navneetkk said:
    Try using vpn to bypass isp shithole 🙂

    Im connecting my home network already via tailscale to vps. On top of that how to add one more vps layers?

  • noob404noob404 Member
    edited November 2025

    @praburam said:

    @navneetkk said:
    Try using vpn to bypass isp shithole 🙂

    Im connecting my home network already via tailscale to vps. On top of that how to add one more vps layers?

    I believe, he asked to use a VPN client while SSHing into the VPS. That would confirm if your ISP has blocked it. Or, try accessing the VPS from the host's control panel (using browser) to see what's going on.

  • Try VNC and see if theres any manual iptables block. Maybe by your fail2ban or something.

  • my isp sometime does that too. i use vpn to bypass it 😥

    Thanked by 2navneetkk Nepal
  • @Protocol903 said:
    Try VNC and see if theres any manual iptables block. Maybe by your fail2ban or something.

    Nope, checked that as well

  • Why not just use CF tunnel?

    Thanked by 1navneetkk
  • @TrK said:
    Why not just use CF tunnel?

    Already wrote a big chunk of python code and setup everything on top of tailscale. Now revert everything and use CF tunnel will be a headache

    Thanked by 2TrK navneetkk
  • navneetkknavneetkk Member
    edited November 2025

    @praburam said:

    @navneetkk said:
    Try using vpn to bypass isp shithole 🙂

    Im connecting my home network already via tailscale to vps. On top of that how to add one more vps layers?

    That would be difficult then if you are already using tailscale with home internet as exit node. You may ask your vps provider to assign a different ip or move to a different node. Alternatively you might get it working with cloudflare tunnel on vps that uses cloudflare proxy between your vps and home connection.

  • navneetkknavneetkk Member
    edited November 2025

    @praburam said:

    @TrK said:
    Why not just use CF tunnel?

    Already wrote a big chunk of python code and setup everything on top of tailscale. Now revert everything and use CF tunnel will be a headache

    Then simply use a cloud provider like DigitalOcean or vultr. You can destroy vps and create new with snapshots and you're billed for hourly usage.

  • @navneetkk said:

    @praburam said:

    @navneetkk said:
    Try using vpn to bypass isp shithole 🙂

    Im connecting my home network already via tailscale to vps. On top of that how to add one more vps layers?

    That would be difficult then if you are already using tailscale with home internet as exit node. You may ask your vps provider to assign a different ip or move to a different node. Alternatively you might get it working with cloudflare tunnel on vps that uses cloudflare proxy between your vps and home connection.

    I have two vps. Both VPS static ip cant able to ping. May be i need to check with vps provider

    Thanked by 1navneetkk
  • @praburam said:

    @TrK said:
    Why not just use CF tunnel?

    Already wrote a big chunk of python code and setup everything on top of tailscale. Now revert everything and use CF tunnel will be a headache

    If everything is already handled behind tailscale it's strange, never faced ip level blocks with my isp. I have something similar, a data scraper at home whith api exposed to public with CF tunnel and frontend sits on a small vm. Never had any issues not even in the past when I hosted uptime monitoring at home similarly.

  • @TrK said:

    @praburam said:

    @TrK said:
    Why not just use CF tunnel?

    Already wrote a big chunk of python code and setup everything on top of tailscale. Now revert everything and use CF tunnel will be a headache

    If everything is already handled behind tailscale it's strange, never faced ip level blocks with my isp. I have something similar, a data scraper at home whith api exposed to public with CF tunnel and frontend sits on a small vm. Never had any issues not even in the past when I hosted uptime monitoring at home similarly.

    Ya this is strange, even unused VPS static ip also not working from the same VPS provider on my ISP. I think my VPS network is blocking my ISP ip range. 🤔 Well my vps provider is @TNAHosting

    Thanked by 1navneetkk
  • @praburam said:

    @TrK said:

    @praburam said:

    @TrK said:
    Why not just use CF tunnel?

    Already wrote a big chunk of python code and setup everything on top of tailscale. Now revert everything and use CF tunnel will be a headache

    If everything is already handled behind tailscale it's strange, never faced ip level blocks with my isp. I have something similar, a data scraper at home whith api exposed to public with CF tunnel and frontend sits on a small vm. Never had any issues not even in the past when I hosted uptime monitoring at home similarly.

    Ya this is strange, even unused VPS static ip also not working from the same VPS provider on my ISP. I think my VPS network is blocking my ISP ip range. 🤔 Well my vps provider is @TNAHosting

    Could have you tried looking into mtr results to see where the connection gets terminated?

    Thanked by 1concept
  • @TrK said:

    @praburam said:

    @TrK said:

    @praburam said:

    @TrK said:
    Why not just use CF tunnel?

    Already wrote a big chunk of python code and setup everything on top of tailscale. Now revert everything and use CF tunnel will be a headache

    If everything is already handled behind tailscale it's strange, never faced ip level blocks with my isp. I have something similar, a data scraper at home whith api exposed to public with CF tunnel and frontend sits on a small vm. Never had any issues not even in the past when I hosted uptime monitoring at home similarly.

    Ya this is strange, even unused VPS static ip also not working from the same VPS provider on my ISP. I think my VPS network is blocking my ISP ip range. 🤔 Well my vps provider is @TNAHosting

    Could have you tried looking into mtr results to see where the connection gets terminated?

    Nevermind its started working, kind of network issue i belive so

  • @praburam said:

    @TrK said:

    @praburam said:

    @TrK said:

    @praburam said:

    @TrK said:
    Why not just use CF tunnel?

    Already wrote a big chunk of python code and setup everything on top of tailscale. Now revert everything and use CF tunnel will be a headache

    If everything is already handled behind tailscale it's strange, never faced ip level blocks with my isp. I have something similar, a data scraper at home whith api exposed to public with CF tunnel and frontend sits on a small vm. Never had any issues not even in the past when I hosted uptime monitoring at home similarly.

    Ya this is strange, even unused VPS static ip also not working from the same VPS provider on my ISP. I think my VPS network is blocking my ISP ip range. 🤔 Well my vps provider is @TNAHosting

    Could have you tried looking into mtr results to see where the connection gets terminated?

    Nevermind its started working, kind of network issue i belive so

    Routing is black magic

Sign In or Register to comment.