Check Point Certified Security Expert (CCSE) R81 — Question 172
The admin lost access to the Gaia Web Management Interface but he was able to connect via ssh. How can you check if the web service is enabled, running and which port is used?
Answer options
- A. In expert mode run #netstat -tulnp | grep httpd to see if httpd is up and to get the port number. In clish run >show web daemon-enable to see if the web daemon is enabled.
- B. In clish run >show web ssl-port to see if the web daemon is enabled and which port is in use. In expert mode run #netstat -anp | grep httpd to see if the httpd is up
- C. In clish run >show web ssl-port to see if the web daemon is enabled and which port is in use. In expert mode run #netstat -anp | grep httpd2 to see if the httpd2 is up
- D. In expert mode run #netstat -tulnp | grep httpd2 to see if httpd2 is up and to get the port number. In clish run >show web daemon-enable to see if the web daemon is enabled.
Correct answer: D
Explanation
Option D is correct because it properly checks for the httpd2 service using netstat to confirm if it's running and retrieves the port number. The other options either reference the wrong service (httpd instead of httpd2) or do not provide the correct commands to check the web daemon's status.