> iptables -F oh, no :) I don't need delete all rules in chain :) I need to delete identical rules specified by rule. > On Tue, 2004-09-28 at 15:48, Abylai Ospan wrote: > > Hello, all ! > > > > May be this question in FAQ but I can't find it ;-( I have 3 (or more) > > identical rules in one (for example - INPUT) chain. > > If I do command: > > iptables -D FORWARD -s 10.0.0.10 -d 10.0.0.20 -j ACCEPT > > > > the first rule is deleted only. Is there any command line option to > > remove all identical rules in one chain ? > > wbr, Abylai