Iptables Troubleshooting
Jump to navigation
Jump to search
Internal
Overview
a
ping and ssh succeed but telnet fails
It seemed that iptables service was down, systemctl status iptables returned "inactive (dead)", but actually the iptable rules were managed by firewalld.
The problem went away after iptables -F, and was resolved for good by disabling and removing firewalld.