Check Point Certified Automation Specialist (CCAS) — Question 17
Your users have some issues connecting with Mobile Access VPN to your 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. in the file $VPNDIR/conf/httpd.conf change the line Loglevel .. To LogLevel debug and run vpn restart
- C. run vpn debug truncon
- D. run fw ctl zdebug -m sslvpn all
Correct answer: A
Explanation
The correct answer is A because changing the LogLevel to debug in the $CVPNDIR/conf/httpd.conf file and running cvpnrestart enables detailed logging for the Mobile Access VPN, which aids in troubleshooting. Option B is incorrect because it references the wrong directory, which would not affect the Mobile Access VPN. Options C and D provide debugging commands but do not address changing the logging level necessary for establishing the tunnel.