Network Security: Firewalls, NAT, and VPN Questions
Securing and controlling network traffic at the boundary: firewalls and rule design, NAT and port forwarding, VPN technologies, tunneling protocols, and secure remote access. Covers segmentation for security, perimeter and zero-trust patterns, and the technologies that connect and protect sites and users. The security-facing side of networking.
Write an extended ACL (named) for a Cisco router that permits HTTPS (TCP/443) from the 10.1.1.0/24 network to the 172.16.0.0/16 server network, explicitly denies Telnet, permits DNS queries, denies all other traffic, and logs denied matches. Apply it inbound on the WAN-facing interface. Explain the order of ACL processing and any performance or operational considerations about heavy logging.
On a Cisco router, construct a standard IPv4 access-list that permits only host 10.1.1.5 to access network 10.1.2.0/24 while denying all other hosts, and apply it inbound on interface GigabitEthernet0/0. Provide the CLI commands (numbered and named alternative), explain the limitations of standard ACLs, and describe a safe method to test the ACL without accidentally locking yourself out of the device.
Compare traditional network ACLs on routers and switches with cloud provider security groups. Discuss stateful vs stateless behavior, rule ordering, scale considerations, and the implications these differences have on hybrid network architecture and troubleshooting.
Explain the main considerations when designing stateful firewall high availability, including session and NAT state synchronization methods, active/passive vs active/active deployment trade-offs, sticky sessions, and how to design for minimal session loss during failover. Include examples of technologies/protocols used for state sync.
Configure Port Address Translation (PAT / NAT overload) on a Cisco router to allow hosts in the 192.168.10.0/24 inside network to reach the Internet using the public IP 198.51.100.2 assigned to GigabitEthernet0/1. Provide the exact IOS commands to configure NAT overload including interface directionality, explain the difference between static NAT and PAT/overload, and list the verification commands and what they show.
That is every published Network Security: Firewalls, NAT, and VPN question for Network Engineer so far. Browse the other topics in this category, or practice this one interactively.