Infrastructure Firewall Rules
Configure infrastructure firewall rules in DuploCloud for GCP environments
This page explains how to create and manage infrastructure-level firewall rules in DuploCloud for your Google Cloud Platform (GCP) environment. These firewall rules control inbound and outbound network traffic to your virtual machines and other infrastructure resources.
Rules define whether traffic is allowed or denied based on source IP ranges, protocols, ports, and targets. These rules are stateful, meaning return traffic is automatically allowed, and they apply broadly at the infrastructure level to secure your entire environment.
Common use cases for infrastructure firewall rules include:
Allowing HTTP/HTTPS traffic to web servers
Restricting SSH access to specific IP ranges
Blocking traffic from known malicious IPs
You can create, update, and manage these firewall rules directly from the DuploCloud Portal.
Creating an Infrastructure Firewall Rule
In the DuploCloud Portal, navigate to Administrator -> Infrastructure.
Click the infrastructure name in the NAME column.
Select the Firewall Rules tab.
Click Add. The Add Firewall Rule pane displays.
Add Firewall Rule pane Complete the fields:
Name
Enter a unique name for the rule.
Description
Optionally, enter a description explaining the rule’s purpose.
Source Type
Select the source type for the firewall rule (e.g., IPv4 ranges).
Source Value
Enter the IP address or CIDR range(s) that define the source of the traffic, e.g., 10.0.0.0
or 10.0.0.0/8
.
Action
Choose Allow or Deny.
Protocol and Ports
Choose Allow all to permit all protocols and ports, or Specified protocols and ports to define particular protocols (TCP, UDP, SCTP, etc.) and port ranges.
Click Add to create the firewall rule.

Managing Existing Infrastructure Firewall Rules
Edit or delete firewall rules directly from the DuploCloud Portal.
In the DuploCloud Portal, navigate to Administrator -> Infrastructure.
Click the infrastructure name in the NAME column.
Select the Firewall Rules tab.
Click the menu icon (
) in the row of the firewall rule you want to manage.
Choose one of the following options:
Edit: Opens the Update Firewall Rule pane to modify the firewall rule configuration.
Remove Rule: Deletes the firewall rule after confirmation.
Firewall rule menu options highlighted in the DuploCloud Portal
Last updated
Was this helpful?