A network administrator is configuring inbound firewall rules on a perimeter security appliance for a web server located in a DMZ with IP address . Public users must be able to access the secure web application, and system administrators must be able to perform remote command-line administration from an authorized external management subnet (). Which of the following rule configurations are required to fulfill these security requirements? (Select TWO.)
- Permit inbound TCP traffic with destination IP and destination port from any source IP address.Answer
- Permit inbound TCP traffic with destination IP and destination port restricted to source IP range .Answer
- CPermit inbound UDP traffic with destination IP and destination port to minimize shell connection latency.
- DAppend an explicit `permit ip any any` rule at the bottom of the Access Control List to allow return traffic.
Answer
The required configurations are permitting inbound TCP traffic on destination port 443 from any source IP for HTTPS access, and permitting inbound TCP traffic on destination port 22 restricted to the source subnet 203.0.113.0/24 for SSH access.
To securely publish web applications while enabling management access, firewalls must explicitly allow TCP port 443 for public HTTPS traffic and TCP port 22 scoped tightly to administrative IP ranges for SSH traffic.
Step-by-Step Solution
Key Concept
Firewall Rule Protocol Matching and Least Privilege Access Control