Linux iptables – Tips, Tricks…
Add Iptables rule with a comment Recently I needed to add iptables rule, which I can easily search later and get it’s id. What I needed some kind of “mark” of this rule, which seems that Iptables already had as a functionality – assign comments on iptables rule. Here’s some simple example: # iptables -t… Continue reading Linux iptables – Tips, Tricks…