0
I am on Fedora 19. Is my understanding correct that as long as firewalld
is up and running (and properly configured using firewall-config
) the contents of the /etc/sysconfig/iptables
has no meaning?
I am asking because when I run 'iptables -L' I can see:
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
INPUT_direct all -- anywhere anywhere
INPUT_ZONES_SOURCE all -- anywhere anywhere
INPUT_ZONES all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
I don't really like this one in particular:
"ACCEPT all -- anywhere"
Please have a look at our formatting help and indent code or console output by 4 spaces (
– slhck – 2013-09-15T19:21:22.080Ctrl-K
). Thanks.