Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A Linux systems administrator has applied the necessary configuration to allow both HTTP and HTTPS through the firewall. However, the host is not responding on either HTTP or HTTPS. Given the output below, what is the issue? python-repl Copy firewall-cmd -list-all-zones public (active) ... services: ssh ... internal ... services: http https ssh Which of the following best describes the reason the system is not responding on HTTP or HTTPS?
Correct Answer: C
The interface enp1s0 is bound to the public zone, but HTTP and HTTPS are allowed in the internal zone only. The services must be added to the active zone for the correct interface. * Source: CompTIA Linux+ XK0-005 Study Guide - Chapter 12: Network Security Reference: man firewalld, firewall-cmd documentation