All documents
Network ACL (NACL) is a crucial part of network security. It helps control and manage traffic flow in and out of subnets by applying rules that either allow or deny access.
Priority
Rules are processed in ascending order by by priority number. Once a rule matches the traffic, it is applied, even if higher-numbered priority of rules conflict with it. The system automatically increments the priority number, but the user can change it as long as it does not duplicate an existing number.
Type
Specifies the type of traffic, such as HTTP, HTTPS, or ALL.
Protocol
NACL supports TCP, UDP, ICMP, or any protocols.
Port
The specific port of the traffic is targeted from 1 to 65535.
Source
For inbound rules, this specifies the origin of the traffic (CIDR range).
Destination
For outbound rules, this specifies the target of the traffic (CIDR range).
Traffic Action
The specified traffic is permitted with Allow or Deny.
Notices
Priority | Type | Protocol | Port | Destination | Traffic Action |
---|---|---|---|---|---|
100 | ALL | ALL | ALL | 0.0.0.0/0 | ALLOW |
Priority | Type | Protocol | Port | Source | Traffic Action |
---|---|---|---|---|---|
1 | HTTP | TCP | 80 | 0.0.0.0/0 | ALLOW |
2 | HTTPS | TCP | 443 | 0.0.0.0/0 | ALLOW |
3 | DNS (UDP) | UDP | 53 | 0.0.0.0/0 | ALLOW |
Creating an additional Network ACL allows (ALLOW) or denies (DENY) all or specific types of inbound and outbound traffic.
To modify one or more Network ACL rules, follow these steps:
To remove one or more Network ACL rules, follow these steps:
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checbox-analytics | 11 months | |
cookielawinfo-checbox-functional | 11 months | |
cookielawinfo-checbox-others | 11 months | |
cookielawinfo-checkbox-necessary | 11 months | |
cookielawinfo-checkbox-performance | 11 months | |
viewed_cookie_policy | 11 months |