Hi,
I'm finding I prefer setting up my iptables rules without "Assume firewall is
part of 'any'" checked. Not sure if this is specific to that, but here's
what I can't seem to get it to do.
Getting a final FORWARD rule to log and drop is of course simple:
Any, Any, Any, All, In/Out, Block, Log
Getting a final OUTPUT rule to log and drop works okay works fine by putting
the local interfaces in the Source column, like
Interfaces, Any, Any, All, In/Out, Block, Log
But none of the GUI options I've tried result in a rule that compiles to a
block and log statement for the end of the INPUT chain.
Can it be done through the GUI? I can get the desired ruleset putting this
in the Epilog box:
$IPTABLES -N INPUT_DROP
$IPTABLES -A INPUT -j INPUT_DROP
$IPTABLES -A INPUT_DROP -j LOG --log-level info --log-prefix "INPUT -- DENY "
$IPTABLES -A INPUT_DROP -j DROP
But I'd rather than stay within the GUI than kludge it like that.
Thanks,
Whit
------------------------------------------------------------------------------
_______________________________________________
Fwbuilder-discussion mailing list
Fwbuilder-discussion@...
https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion