-1

I have created vm instance in gcloud. And setup firewall rule to allow connection from port 5000.I added network tag to my vm instance.

But if i test the connection by teneting to port 5000 I get

telnet: Unable to connect to remote host: Connection refused

Content of netstat -lnp

image

alexander.polomodov
  • 1,060
  • 3
  • 10
  • 14
Navigator
  • 111
  • 1
  • 1
  • 4

1 Answers1

5

From your netstat output there is nothing listening on the port 5000 so connection is refused.

AlexD
  • 8,179
  • 2
  • 28
  • 38