Check Point Certified Cloud Specialist (CCCS) R82 — Question 63
Your users have some issues connecting Mobile Access VPN to the gateway. How can you debug the tunnel establishment?
Answer options
- A. in the file $CVPNDIR/conf/httpd.conf change the line loglevel .. To LogLevel debug and run cvpnrestart
- B. run vpn debug truncon
- C. run fw ctl zdebug -m sslvpn all
- D. in the file $VPNDIR/conf/httpd.conf the line Loglevel .. To LogLevel debug and run vpn restart
Correct answer: A
Explanation
The correct answer is A because modifying the log level in the specified configuration file allows for more detailed logging, which is essential for diagnosing connection issues. Options B and C do not specifically address the need to debug the tunnel establishment process, while option D refers to a different directory and does not align with the correct procedure.