Hello,
on OVH I only have a public cloud instance that runs nginx on ports 80 and 443, and I opened the server’s ports with ufw. I haven’t configured anything else.
As soon as I try in a browser or with the CLI curl to access http://{my-ip} or https://{my-ip}, the IP is not found and I get a timeout error.
I don’t understand—SSH finds the IP just fine. Does OVH block access to any ports other than 22?
Thanks, that was it, I had to create my own private network so I wouldn't have a gateway (I don’t know what that is, but I think I should have configured it).