In a GCP console, I have installed OpenStack with RDO following this tutorial - https://www.rdoproject.org/install/packstack/.
I want to access it from others networks. But I cannot even access dashboard from my VM console.
If I hit curl -v [internal_ip]/dashboard
, I get the correct response. But if I hit curl -v [external_ip]/dashboard
, I can't get anything:
Failed connect to [external_ip]:80; Connection timed out
If I don't even can access external IP with VM console, so I absolutely cannot access from my machine, which is my goal.
Wy do I cant get dashboard with my GCP VM using external IP?