Visualize your firewall.
gressgraph produces a graph of your iptables ruleset using Graphviz. You can use the graph to:
Enter the output of iptables -L -vx here.
I've deliberately kept the program simple. It has no commandline options. To change the look of the output just modify the source (don't worry, it's currently only 205 lines of literate Haskell).
I've also only tested it on my own simple network. I'd appreciate hearing about how it works for you. Feel free to include your iptables output.
You can checkout a copy of the latest code with:
darcs get http://jekor.com/gressgraph/