CAS-002 · Question #830
CAS-002 Question #830: Real Exam Question with Answer & Explanation
The correct answer is A: Add a permit statement to allow traffic from 192.168.5.0/24 to the VPN network. Active FTP requires the server to initiate a data channel connection back to the client, but the router ACL only permits return traffic from the DMZ gateway (192.168.5.1/32), not from the FTP server at 192.168.5.11, blocking active FTP data transfers from VPN users.
Question
Options
- AAdd a permit statement to allow traffic from 192.168.5.0/24 to the VPN network
- BAdd a permit statement to allow traffic to 192.168.5.1 from the VPN network
- CIPS is blocking traffic and needs to be reconfigured
- DConfigure the traffic shaper to limit DMZ traffic
- EIncrease bandwidth limit on the VPN network
Explanation
Active FTP requires the server to initiate a data channel connection back to the client, but the router ACL only permits return traffic from the DMZ gateway (192.168.5.1/32), not from the FTP server at 192.168.5.11, blocking active FTP data transfers from VPN users.
Common mistakes.
- B. The existing ACL already contains a permit entry for 192.168.5.1/32 to reach the VPN network; adding a duplicate permit for that same IP resolves nothing and does not address the missing rule for the FTP server at 192.168.5.11.
- C. No IPS device is referenced anywhere in the provided network configuration, so IPS misconfiguration is not a supported conclusion from the given evidence.
- D. Limiting DMZ bandwidth with the traffic shaper would reduce performance but would not restore connectivity - the issue is a missing ACL permit, not congestion.
- E. VPN users can already successfully reach the datacenter (192.168.2.0/24), proving that available VPN bandwidth is sufficient and that bandwidth is not the cause of the FTP access failure.
Concept tested. Active FTP data channel direction and ACL return traffic rules
Reference. https://www.rfc-editor.org/rfc/rfc959
Community Discussion
No community discussion yet for this question.