I have an Ubuntu 16.04 GCloud Compute Engine instance. I was using port 8085
with that instance with no issues until one day I stopped the instance and then started it again, right now I cannot access any thing on port 8085.
Stuff I tried:
- I pinged my instance external IP (which is static) and there is traffic.
- I checked the VPC firewall rules and there is an active one for port 8085, and the tag is applied to the instance.
- I created a simple server that returns hello world whenever I access port
80
, and there is a response but not when I change the listen port to8085
.
Is there a way to check if the traffic is passing the gcloud firewall but is being blocked by ubuntu for some reason ?
This is my current iptables -L
output:
Chain INPUT (policy ACCEPT)
target prot opt source destination
sshguard all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain sshguard (1 references)
target prot opt source destination