I'm new to OVH and trying to setup a site inside a public cloud server. I've got the server up and running and i can SSH into it, but can't get to port 80. (server has apache running and it can be accessed from inside the server). if i curl i get a port 80: No route to host. Browser says ERR_ADDRESS_UNREACHABLE. Tried disabling the firewall as well with no luck.
PS I can see that i don't have a reverse-dns set up. Could that be the problem?
UPDATE :
- Curl Command :
curl <ip>:80
- SSH Command :
ssh user@<ip> -i my_key