Hi all,
When I run /sbin/system-config-services
I see that iptables is enabled, and that
/etc/sysconfig/iptables contains the rules
I want.

However, after bootup, I open a terminal and
run iptables -L -n
and do not see those rules at all, and all
the rules are in "ACCEPT" state.

I have to resort to start iptables manually
in order to install the rules I have in
/etc/sysconfig/iptables.

So, what needs to be done to force iptables to run
and to use the rules I have in the iptables file?