diff --git a/docs/en-US/configure-acl.xml b/docs/en-US/configure-acl.xml index 1def9ea65cc..e4d5dad6616 100644 --- a/docs/en-US/configure-acl.xml +++ b/docs/en-US/configure-acl.xml @@ -25,6 +25,53 @@ default, all incoming and outgoing traffic to the guest networks is blocked. To open the ports, you must create a new network ACL. The network ACLs can be created for the tiers only if the NetworkACL service is supported. +
+ About Network ACL Lists + In &PRODUCT; terminology, Network ACL is a group of Network ACL items. Network ACL items + are nothing but numbered rules that are evaluated in order, starting with the lowest numbered + rule. These rules determine whether traffic is allowed in or out of any tier associated with + the network ACL. You need to add the Network ACL items to the Network ACL, then associate the + Network ACL with a tier. Network ACL is associated with a VPC and can be assigned to multiple + VPC tiers within a VPC. A Tier is associated with a Network ACL at all the times. Each tier + can be associated with only one ACL. + The default Network ACL is used when no ACL is associated. Default behavior is all the + incoming and outgoing traffic is blocked to the tiers. Default network ACL cannot be removed + or modified. Contents of the default Network ACL is: + + + + + + + + + + Rule + Protocol + Traffic type + Action + CIDR + + + + + 1 + All + Ingress + Deny + 0.0.0.0/0 + + + 2 + All + Egress + Deny + 0.0.0.0/0 + + + + +
Creating ACL Lists @@ -122,6 +169,10 @@ To add an ACL rule, fill in the following fields to specify what kind of network traffic is allowed in the VPC. + + Rule Number: The order in which the rules are + evaluated. + CIDR: The CIDR acts as the Source CIDR for the Ingress rules, and Destination CIDR for the Egress rules. To accept traffic only from @@ -129,6 +180,10 @@ comma-separated list of CIDRs. The CIDR is the base IP address of the incoming traffic. For example, 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0. + + Action: What action to be taken. Allow traffic or + block. + Protocol: The networking protocol that sources use to send traffic to the tier. The TCP and UDP protocols are typically used for data @@ -154,7 +209,8 @@ sent. - Action: What action to be taken. + Traffic Type: The type of traffic: Incoming or + outgoing. @@ -181,7 +237,9 @@ Create a tier in the VPC. Select the desired ACL list while creating a tier. - Click OK. + + Click OK. +
@@ -205,17 +263,23 @@ Select the tier for which you want to assign the custom ACL. - Click the Replace ACL List icon. - - - - + + Click the Replace ACL List icon. + + + + replace-acl-icon.png: button to replace an ACL list - - The Replace ACL List dialog is displayed. - Select the desired ACL list. - Click OK. + + The Replace ACL List dialog is displayed. + + + Select the desired ACL list. + + + Click OK. +