Implementing Secure Solutions with Virtual Private Networks (SVPN) — Question 52
A network engineer is setting up a clientless SSLVPN on a Cisco ASA. Remote users must be able to access an internal webserver via the URL example.com. Which two steps accomplish this task? (Choose two.)
Answer options
- A. Configure a bookmark for the webserver.
- B. Configure routing so that the user's computer can reach the webserver.
- C. Configure a DNS server that can resolve the webserver URL.
- D. Configure a browser plugin on the Cisco ASA.
- E. Configure routing so that the Cisco ASA can reach the webserver.
Correct answer: C, E
Explanation
The correct answers are C and E. Configuring a DNS server (C) is necessary to ensure that the URL example.com can be resolved to the webserver's IP address. Additionally, configuring routing on the Cisco ASA (E) is crucial so that it can communicate with the webserver. Options A, B, and D do not directly address the requirement of resolving the URL and establishing connectivity between the ASA and the webserver.