Iptables Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
=a= | |||
=ping and ssh succeed but telnet fails= | =ping and ssh succeed but telnet fails= |
Latest revision as of 00:52, 4 April 2017
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.