Quote:
1.- Configure iptables through guarddog
2.- Save the rules
3.- iptables-save
4.- Reboot computer
|
What does step 3 do? I use Guarddog and have never had to do that command.
Guarddog save the rules as /etc/rc.firewall. If you need to stop or restart the rules there's two ways.
1. In Guarddog's interface, under Advanced, is a checkbox to disable the firewall. Check it off, Apply, check it back on, Apply again.
2. From the commandline:
/etc/rc.firewall stop
or /etc/rc.firewall restart
If #2 works you could add it to a startup script. You mentioned previously using another program. Could there be a script from it, similar to /etc/rc.firewall, somwhere that's conflicing?