I've added a firewall rule in GCE
udp:5585;tcp:5585
in my networking config.
I've also added an inbound rule
in Windows to accept both udp and tcp connections on port 5585. I'm trying to set this up for Chef. However, when trying to telnet,
I get a connection refused error. I run netstat -a
in powershell on the remote VM and I don't see the port.
I'm out of options. What could possibly be the problem ?