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?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
Firestarter has always worked well in my opinion. It supports a robust GUI and supports all options of iptables.
|
|||
|
I've never taken time to understand iptables, but I believe gufw does the job. Even I was able to set up a firewall within a couple of minutes. |
|||||
|
|
Try Firewall Builder.
|
|||
|
|
For most purposes, ufw (Uncomplicated FireWall) is an excellent way to build simple iptables firewalls. The rules produced are decent, though there may be features of iptables that you need that ufw doesn't cover.
It's a command line tool, but there is also gufw if you want a GUI version. |
|||
|
|

