OCI Firewall
Summary
Networking and firewalling in public networks (VCN) on OCI.Content
Hello, I'm not able to reach the port 80 on a VM on OCI.
Something is firewalling me and I don't know how to solve the ridle.
I have a VM and with the wizard I setup a VCN. it has 2 security list, internal and external. In both have a rule 0.0.0.0/0 all protocols.
The VM has nginx with default setting listen on port 80:
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 66246 9700/nginx: master
I can wget index.html fromm localhost:
wget localhost
--2020-10-22 22:07:37-- http://localhost/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:80... connected.
Tagged:
0