I worked on Day 12: Linux Network Services. I fixed the issue — Apache was not reachable on port 6400 because Sendmail was already binding to that port.
Stopped & disabled Sendmail
Restarted Apache on port 6400
Updated iptables to allow traffic
Verified access with
curl
from the jump host
The service worked fine, but the task didn’t get marked as passed. I attached a screenshot of the results.
Can someone review or confirm if this is a platform validation issue?
Thanks!