How can the established
keyword in an ACL entry be used?
- to permit only the returning TCP packets from an already existing TCP connection, and deny the initial TCP packet of a new session from an untrusted network
- to permit both the initial TCP packet of a new session and the returning TCP packets from an existing TCP connection
- to permit only the initial TCP packet of a new session
- to change a router into a true stateful firewall controlling the access on a session-by-session basis
Explanation & Hint:
The To permit only the returning TCP packets from an already existing TCP connection, and deny the initial TCP packet of a new session from an untrusted network. This keyword is used in extended ACLs to allow return traffic from outside to inside on TCP connections that were initiated from the inside. It checks for the ACK or RST bits in the TCP header to be set, which are typically set in packets that are part of an existing connection, rather than packets that are trying to initiate a new connection. |