Skip to content
Snippets Groups Projects
Verified Commit f77edc1e authored by Jan Kryštof's avatar Jan Kryštof
Browse files

#1294 | adding section documenting ssh security group

parent 17d34aa3
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.
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 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).
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).
......
......@@ -12,6 +12,7 @@ search:
Currently in Ostrava site you can use following floating IP networks:
- `provider-ipv4-general-public` (195.113.243.0/24)
## IPv6
## Security groups
Apart from the `default` [security group](../../../docs/additional-information/security-groups.md), every personal project in OpenStack cloud is associated with security group `ssh`. Rules of the `ssh` groups enables access to other VMS via SSH protocol.
Not yet added to this site.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment