Ubuntu – GUI for iptables

guiiptablesSecurity

I would like to secure my server and it seems that IPtables is one of the first steps. Unfortunately editing the rules in a terminal is a bit complicated and dangerous (those who ever did an iptables -F will know what I mean 😉 ). Could you recommend any good graphical interfaces for managing my IPtables rules?

Best Answer

Firestarter has always worked well in my opinion. It supports a robust GUI and supports all options of iptables.

statusevents

sudo apt-get install firestarter
Related Question