Guides

Firewalls and rules

Create a firewall, add ingress and egress rules, and apply it through a network profile or instance launch.

Firewalls control which traffic can reach your instances. Rules define direction, protocol, ports, and source or destination ranges.

Keep the default firewall for baseline protection. Create your own firewalls for application roles such as web, database, or internal services, then attach them through network profiles.

Create a firewall

  1. Open Firewalls

    go to Compute, Network, then Firewalls in the correct region.

  2. Create firewall

    select Create firewall and give it a clear name.

  3. Open the firewall

    select the new firewall to manage its rules.

  4. Attach at launch

    use the firewall in a network profile, or select it when you provision an instance.

Add and manage rules

  1. Open Rules

    on the firewall detail page, open the ingress or egress rules panel.

  2. Add a rule

    choose direction, protocol, port or port range, and the allowed source or destination.

  3. Use least privilege

    allow only the ports your application needs, such as 22 for SSH or 443 for HTTPS.

  4. Save the rule

    confirm the change and verify it appears in the rules list.

  5. Review regularly

    remove unused rules so production exposure stays tight.

Important notes

  • Default firewall

    the platform default cannot be deleted. Create custom firewalls for your own rule sets.

  • Region scope

    firewalls and rules apply in the region where you create them.

  • Test access

    after rule changes, confirm SSH, HTTPS, or application connectivity from an expected client.

Firewalls and rules | Mutire Docs