Hello,
I have installed SUSE 12 with the firewall disabled:
<enable_firewall config:type=“boolean”>false</enable_firewall>
<start_firewall config:type=“boolean”>false</start_firewall>
But iptables is showing one INPUT chain:
iptables -L -n
If that’s all you see, then that makes sense. A disabled firewall
effectively allows everything in all directions. To see the actual rules,
try /usr/sbin/iptables-save and youll probably see nothing other than
comments about where rules would be in their respective sections.
You cannot completely disable the firwall; it’s appropriately part of the
kernel, which means to disable it you must unload the kernel (aka
shutdown/power-off).
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…