Rate limited out of own site?
-
I'm having a weird problem where i can't access my own cloudron site via SSH, and ping returns 0.0.0.0—unless I use the actual IP for SSH or ping. If I access via VPN everything works fine, which suggests that my IP address is being blocked somehow.
Could I be being rate limited by cloudron itself? If so, how would I remove me? I have tried everything else I can think of, and there is no sign of my IP in iptables or anywhere else.
-
If you use something like Cloudflare for DNS then you have to use the raw IP of your server to connect via SSH, since Cloudflare will not proxy other ports besides 443. Cloudron also has rate-limits setup via iptables but those are hard to hit while manually trying to connect and after a short time your local IP will be able to connect again, so I doubt this is what you are hitting.
Also I am not sure what you mean by ping returning 0.0.0.0?