Skip to content
Snippets Groups Projects
Unverified Commit 0b43ae60 authored by jan-krystof-csnt's avatar jan-krystof-csnt Committed by GitHub
Browse files

Update topics/compute/openstack/docs/additional-information/security-groups.md

parent 8d7bf364
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Security groups are a collection of security rules that are applied on specific
Security rules in OpenStack serve as a Firewall. They are applied directly on VM ports and therefore proper configuration is necessary. Ingress as well as egress rules can be configured using Horizon and CLI. If you can't connect via SSH or ping your instance, chances are it is because of security rules.
Every OpenStack project contains the `default` security group containing set of egress rules (in the Horizon, refer to `Project / Network / Security Groups`). If you delete default egress rules, your virtual machine will not be able to send outgoing communication. To fix this, add a new egress rule with *any* IP protocol and port range, set Remote IP prefix to *0.0.0.0/0* (IPv4) or *::/0* (IPv6).
Every OpenStack project contains the `default` security group containing only set of egress rules (in the Horizon, refer to `Project / Network / Security Groups`). If you accidently delete default egress rules, your virtual machine will not be able to send outgoing communication. To fix this, add a new egress rule with *any* IP protocol and port range, set Remote IP prefix to *0.0.0.0/0* (IPv4) or *::/0* (IPv6).
Example configuration is available on page [Managing security groups](../how-to-guides/managing-security-groups.md). For full CLI reference please refer to [OpenStack docs](https://docs.openstack.org/python-openstackclient/train/cli/command-objects/security-group.html).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment