On Monday, May 12, 2003, at 13:25 Europe/London, Patrick Ahler wrote:
Is there any way to insert a new rule at the top of a table...
For instance, I have rules...
RULE 1 RULE 2 RULE 3 RULE 4
in order... but what if I want to place a rule before rule 1? Is that possible? Thanks, -Patrick
/sbin/iptables -I <table> 1........
you can substitute the number for any position in the table: 2, 3 4 etc etc.
cheers
Zander