TheKoguryo's Tech Blog

 Version 2024.04.01

Warning

This content has been generated by machine translation. The translations are automated and have not undergone human review or validation.

5.2 Method #1. Updating the Default Security List

  1. Open the navigation menu in the OCI console. Go to Compute > Instances.

  2. Click the desired instance to go to the detail page.

  3. Click Resources > Attached VNICs in the lower left.

  4. You can see the virtual network interface card, Virtual Network Interface Card (VNIC) being used as shown in the picture. Click the Subnet to which this network card belongs. Of course, if there are multiple VNICs, it is affected by the subnet settings to which each belongs.

    image-20220111182635144

  5. Click the default Security List for the subnet.

    image-20220111182915067

  6. You can check the currently set firewall rules. It is necessary to modify the Ingress Rule to open the listening port used by the Apache HTTP server installed earlier.

  7. Click Add Ingress Rules to add.

    image-20220111205506305

  8. Add the rule below.

    • Source CIDR: 0.0.0.0/0, requests coming from any IP

    • IP Protocol: TCP

    • Destination Port Range: 80, port to open

      image-20220111183519966

  9. Ingress Rule has been added as below.

    image-20220111183739618



As an individual, this article was written with my personal time. There may be errors in the content of the article, and the opinions in the article are personal opinions.

Last updated on 7 Jan 2019