|
|
|
Vlada85
Created Dec 10, 2021 18:07:29
(0)
(0)
An ACL is a list of permit or deny rules detailing what can or can't enter or leave the interface of a router. Every packet that attempts to enter or leave a router must be tested against each rule in the ACL until a match is found. If no match is found, then it will be denied. |
Diego.Silva
Created Dec 10, 2021 18:07:40
(0)
(0)
It depends on the point of view, if it is just to access the NAT internet and default route is enough. DHCP is a good practice, but nothing prevents the administrator from using static IP. ACL can be used depending on the NAT type. For example, if we were to use dynamic NAT, we would have to have ACL.
Diego.Silva
Reply Diego.Silva Created Dec 10, 2021 18:11:20
(0)
(0)
DHCP is a good practice, but the administrator can use static IP. |
|