inserting iptables rules 2025-04-17 How do I insert a rules in the top of current iptables ? Example, current rules : aaaaa bbbbb ccccccc ddddd I want to insert zzzzz on top of aaaaa, so the list will be : zzzzz aaaaa bbbbb ccccccc ddddd Thanks.