On 7/17/06, kmartin <no-reply-gw@xxxxxxxxxxxxxxxxx> wrote:
[b] iptables -D OUTPUT -m owner --uid-owner 502 --jump DROP[/b] but i keep getting: [b]"Bad rule (does a matching rule exist in that chain?)" [/b]
I think you're trying to delete (-D) a rule, instead of adding (-A) it. Andras