My Answer is failing even after successfully solving the Day 12: Linux Network Services(100 Days of DevOps)


While working on Day 12: Linux Network Services (100 Days of DevOps), I followed all the steps correctly. However, the task is still failing even though everything appears to be working fine on my end.

Could you please review the attached screenshot and let me know what might be causing the issue?

Yes you have to set Iptables to allow traffic on that specific port

For this question first check
telnet stapp01 port
telnet stapp02 port
telnet stapp03 port

after this on one server u wont able to telnet to one server there u need to login to that app server and check
systemctl status httpd if it is giving issue like address already in use
kill that mail process and restart the httpd
still if u are unable to do telnet from jump server then check the iptables instead of firewall on app server .
add the iptable entry and save it then try telnet from jump server and also check β€œcurl http://appserver:port” then it will work