Carl
Member
Rack & Stack
- Joined:
- May 2024
- Posts:
- 227
- From:
- Chicago, US
I've seen this on Atom C2550 nodes pulling 15W idle. The panel's doing a cron job every 5 minutes, probably hitting a database queue. Your iptables rule will get clobbered on next panel sync unless you hook into their save mechanism.
Check if they use `iptables-persistent` or a custom service. On a 1U Supermicro I racked last month, the provider was using a bash wrapper that diffed against expected state. Manual rules got purged in 300 seconds exactly.
visit twice: install and decom
Carl
Member
Rack & Stack
- Joined:
- May 2024
- Posts:
- 227
- From:
- Chicago, US
`iptables` is cattle not pets, wrap it in `systemd` unit
That's fighting the provider, not working with them. You'll lose on every kernel update or node migration. I've seen it on three continents.
Better: find their persistence file. On most German hosts it's `/var/lib/contabo/firewall.json` or similar. Touch that and the panel thinks it owns your rule.
https://my.contabo.com
visit twice: install and decom