Skip to content
Snippets Groups Projects
Commit 7a536781 authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Merge branch 'feature/default-egress' into 'master'

add info about default egress rule

See merge request !72
parents 234d919c bb3fafa0
No related branches found
No related tags found
1 merge request!72add info about default egress rule
content/cloud/network/images/network_secutity_groups_egress.png

125 KiB

......@@ -210,3 +210,9 @@ The new floating IP address for the router must be from the same network pool wh
2. Now click on the **Associate** button next to the Floating IP you just created. Select **Port to be associated** with the desired instance. Confirm with the **Associate** button. Repeat this section for all your machines requiring a Floating IP.
![](images/associate-fip.png)
## Default Egress rules
If you delete default egress rules, your virtual machine loses 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).
![](images/network_secutity_groups_egress.png)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment