File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
source/adminguide/networking Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,11 @@ Adding Ingress and Egress Rules to a Security Group
216216#. Click Add.
217217
218218
219+ .. note ::
220+ - If there is no Egress rule in a Security Group, all the outgoing traffic will be allowed
221+ - If there are Egress rules in a Security Group, only the outgoing traffic which match a Egress rule will be allowed
222+ - Only the incoming traffic which match a Ingress rule will be allowed
223+
219224.. |httpaccess.png | image :: /_static/images/http-access.png
220225 :alt: allows inbound HTTP access from anywhere.
221226
Original file line number Diff line number Diff line change @@ -355,6 +355,8 @@ Afterwards traffic can be white- or blacklisted.
355355- ACL rules for ingress and egress are not correlating. For example a
356356 egress "deny all" won't affect traffic in response to an allowed ingress
357357 connection
358+ - The incoming traffic which does not match any ACL rules will be denied
359+ - The outgoing traffic which does not match any ACL rules will be allowed
358360
359361
360362Creating ACLs
You can’t perform that action at this time.
0 commit comments