XK0-005 • Practice Test 36
Free XK0-005 practice test — 15 questions with explanations. Set 36. No signup required.
Refer to the exhibit. A user cannot access a web server, but another host on the same subnet can. What is the most likely cause?
User reports: "I can't access the web server at https://example.com from my office network." From the user's workstation: $ nslookup example.com Server: 192.168.1.1 Address: 192.168.1.1#53 Non-authoritative answer: Name: example.com Address: 10.0.0.5 From another host on the same subnet: $ curl -I https://example.com HTTP/2 200 From the user's workstation: $ curl -I https://example.com curl: (7) Failed to connect to example.com port 443: Connection refused $ iptables -L -n -v Chain INPUT (policy ACCEPT 0 packets, 0 bytes) Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)