danfra
Member
OP
- Joined:
- Jun 2024
- Posts:
- 159
- From:
- Frankfurt, DE
Compromised CCTV is a huge problem here too
Same in DE, especially Hikvision and Dahua deployed by small businesses who never changed default password. The Mirai variants never died, they just got quieter.
Re Hetzner: Falkenstein vs Nuremberg capacity is not public, but I can tell you their scrubbing is sFlow-based with local mitigation first, then upstream trigger. Small attacks often die in the edge ACLs without ever hitting the "Shield" threshold. Your 1.2 Gbps probably got handled by their edge router's built-in policer, not the full scrubbing pipeline.
I have seen Hetzner nullroute at 2.1 Gbps in Nuremberg but 3.8 Gbps in Helsinki. Inconsistent because different upstream blends. This is the problem with "included" protection: no SLA, no transparency.
OVHcloud Game DDoS protection
OVHcloud Game is TCP-only for the optimized profiles. UDP game traffic falls back to standard Arbor scrubbing, which is better than nothing but not the same as their "per-packet-optimized" marketing implies. I tested this with a Quake 3 server in 2022, got packet loss on UDP during a 5 Gbps mix.
mitigated 800Gbps before breakfast
olespete
Member
Trust No One
- Joined:
- Jun 2024
- Posts:
- 270
- From:
- Unknown
Under $10, hide your IP and pray
Basically. But "hide your IP" is a whole discipline people skip.
Real checklist for sub-$10 survival:
- Origin IP not in any certificate transparency log. Check crt.sh monthly.
- No email from origin IP. Mailgun, Postmark, anything but your own /32.
- No git push from origin. CI/CD runners exist for a reason.
- Nginx real_ip module configured so you actually see attacker IPs, not Cloudflare's, for rate limiting.
- Fail2ban parsing Cloudflare's CF-Connecting-IP, not TCP source.
I have cleaned up after people who did 4 of 5 and got burned on the last one. The $0 security layer is operational discipline, not product.
@olespete wait that's me. Anyway.
airgapped, encrypted, faraday'd, still worried
sarahjey
Member
- Joined:
- Jul 2024
- Posts:
- 149
- From:
- Ottawa, Canada
This is a lot to absorb
So if I understand: for my socket.io project on RackNerd, cheapest viable path is Cloudflare free + nginx rate limiting + pray nobody finds my origin IP. And if they do, RackNerd has no real protection, I just get nullrouted or suspended.
Is there ANY provider under $10 that includes actual scrubbing with no nullroute? Like even 1 Gbps guaranteed? Or is that physically impossible at this price
Also @FlowSana you mentioned HetrixTools $5 — is that for monitoring or do they also do failover? Their website confuses me
learning on $5 VPS and prayers
SiteRita
Member
data hoarder in recovery
- Joined:
- Sep 2024
- Posts:
- 9
- From:
- Lagos, Nigeria
I am late to this but want to add: backups
If you are running on $5-10 VPS with no real DDoS protection, your disaster recovery is your actual protection. I keep:
- Daily rsync to Hetzner Storage Box (€3/mo for 100GB)
- Terraform config to spin up replacement at Contabo or wherever in ~10 minutes
- DNS TTL at 300 seconds normally, can drop to 60 if I need to migrate
So if RackNerd or whoever nullroutes me, I am back online elsewhere before most users notice. Not "protection" but "resilience." Different thing, same result for users.
This assumes your data fits in 100GB and your app is stateless enough to migrate. Mine is. Yours may not be.
@minh1987 for game server with stateful connections this does not help, sorry.
sync, encrypt, forget, restore