Tried that.  It saves when I stop and start the service, but when I reboot, its blank.  This is what I have...<br><br>[root@mars ~]# cat /etc/sysconfig/iptables-config <br>IPTABLES_MODULES=""<br>IPTABLES_MODULES_UNLOAD="yes"
<br>IPTABLES_SAVE_ON_STOP="yes"<br>IPTABLES_SAVE_ON_RESTART="yes"<br>IPTABLES_SAVE_COUNTER="yes"<br>IPTABLES_STATUS_NUMERIC="yes"<br>IPTABLES_STATUS_VERBOSE="no"<br>IPTABLES_STATUS_LINENUMBERS="yes"
<br><br><div><span class="gmail_quote">On 4/22/06, <b class="gmail_sendername">CodeHeads</b> <<a href="mailto:codeheads@gmail.com">codeheads@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sat, 2006-04-22 at 13:41 -0400, Devon Harding wrote:<br>> I have a cron.hourly script set up to save my iptables chains.  When I<br>> reboot, the chain is empty & /etc/sysconfig/iptables contains the<br>> default settings.
<br>><br>> Here is /etc/cron.hourly/iptables.cron:<br>><br>> #!/bin/sh<br>> /etc/init.d/iptables save >/dev/null 2>&1<br>><br>> What causes this to revert to default settings?<br>><br>> -Devon
<br><br>This might be the issue:<br>/etc/sysconfig/iptables-config<br>IPTABLES_SAVE_ON_STOP=YES<br>IPTABLES_SAVE_ON_RESTART=YES<br><br>--<br>Best regards,<br>Will<br>Linux Command Site: <a href="http://code-heads.com/commands">
http://code-heads.com/commands</a><br><br><br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.3 (GNU/Linux)<br><br>iD8DBQBESm0ifw3TK8jhZrsRAvGPAJ97y9nsjIX25cZhDFw6W9JSWvrAtQCg3ZZT<br>3GljHoRZCrRL0bCXmRpAmwQ=<br>=QJ7n
<br>-----END PGP SIGNATURE-----<br><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">
https://www.redhat.com/mailman/listinfo/fedora-list</a><br><br></blockquote></div><br>