You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OCI Firewall

Accepted answer
22
Views
7
Comments
edited Oct 22, 2020 10:17PM in Oracle Cloud Infrastructure - General 7 comments

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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!