Hi, if this is a classic case of RTFM go ahead and shoot me. Is there an option or a command to look up rules in your iptables, especially if there's the ability to search by rulenumber or some kind of key? The only solution I've seen so far, is to use the -l option, capture the output, and then process it, but that's a very dirty solution. I'm writing a script that needs to update the iptables automatically, and I assume it needs to know whether ot use the add or update option by verifying whether a rule exists, in order to decide whether to update the rule, or add a new one. Jonathan