This site can’t be reached - DSS instance in GCP

moisesmarrero
Registered Posts: 12 ✭
I installed DSS on a Linux instance of GCP. The installation when OK, and when running dss status all the processes are running. however wWhile starting DSS, the chrome browser open an empty page with the following text :
"this site can't be reached. 127.0.0.1 refused to connect
the dss status command shows all OK
the curl http;//127.0.0.1:11000 shows html scripts
the instance has firewall allowing http and https traffic
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,336 Neuron
127.0.0.1 is a private IP. Assign a public IP to your VM and use that instead.
-
thanks, the issue is solved. I declared a static ext IP and use it. thanks