Ip_conntrack viewer. It’s a perl script to view the ip_conntrack in a more human friendly format. I’ve never installed or ran a perl script before. I wanted to see what concurrent connections are open source/dest, and protocol, but it’s huge, obviously, and messy. This is suppose to sum it all up, in a gui of some sort. If you do a “cat /proc/net/ip_conntrack | wc -l” it will show the total number of concurrent connections open, which is very nice to see if a DoS is attacking, but maybe this gui would display things in more detail, not sure. Thanks for any comments.