Iptables Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * iptables <font color=red>This is because firewalld was running</font> !!!ping and ssh succeed but telnet fails Occurred while setting up an OpenShift DNS...") |
No edit summary |
||
Line 3: | Line 3: | ||
* [[iptables]] | * [[iptables]] | ||
=ping and ssh succeed but telnet fails= | |||
It seemed that iptables service was down, <tt>systemctl status iptables</tt> returned "inactive (dead)", but actually the iptable rules were managed by [[firewalld]]. | |||
The problem went away after <tt>iptables -F</tt>, and was resolved for good by disabling and removing firewalld. | |||
The | |||
Revision as of 09:09, 7 January 2016
Internal
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.