Enable and disable the cloud firewall
You can include or cloud firewall for all cloud router ports to which it is assigned.
To enable or disable traffic filtering on a specific router port, assign a firewall to this port or disconnect the firewall from the port.
Enable firewall
Inbound and outbound traffic that is not allowed in the firewall rules will be denied. Active sessions on the cloud router will be interrupted, which cannot be set according to the new rules.
Control panel
OpenStack CLI
- В control panels go to Cloud platform → Firewalls.
- Open the firewall page.
- On the menu. firewall, select Enable firewall.
- Enter the name of the firewall to confirm enablement.
- Click Enable.
-
Turn on the firewall:
openstack firewall group set --enable <firewall>
Specify
<firewall>
— ID or name of the firewall. You can view the list byopenstack firewall group list
.
Turn off the firewall
The firewall rules will no longer apply — all inbound and outbound traffic will be allowed.
Control panel
OpenStack CLI
- В control panels go to Cloud platform → Firewalls.
- Open the firewall page.
- On the menu. firewall, select Turn off the firewall.
- Enter the name of the firewall to confirm shutdown.
- Click Off.
-
Turn off the firewall:
openstack firewall group set --disable <firewall>
Specify
<firewall>
— ID or name of the firewall. You can view the list byopenstack firewall group list
.