Create a Firewall

In order for traffic to flow from the load balancer on to the instances, we would need to create a firewall rule that allow such traffic.

Create a Firewall

  1. Enter a name for the firewall.

  2. Set up the following Inbound Rules:

    1. Type = HTTP Protocol = TCP Port Range = 80 Sources:

      • Hover over and delete All IPv4 and All IPv6

      • Add these IP addresses:

        10.0.0.0/8 172.16.0.0/12 192.168.0.0/16

    2. Type = HTTPS Protocol = TCP Port Range = 443

      Sources:

      • Hover over and delete All IPv4 and All IPv6

      • Add these IP addresses:

        10.0.0.0/8 172.16.0.0/12 192.168.0.0/16

  3. In Apply to Droplets, enter the tag that you gave to the Reblaze deployment, then click the tag from the list.

  4. Click Create Firewall.

This completes the deployment process in DigitalOcean. Now you have to complete the Reblaze Deployment.

Continue with Complete the Reblaze Deployment.

Last updated