LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   GUI Frontend for IPTABLES (https://www.linuxquestions.org/questions/linux-security-4/gui-frontend-for-iptables-500450/)

metallica1973 11-10-2006 05:31 PM

GUI Frontend for IPTABLES
 
Is there a GUI frontend that will make it easier to control iptables and modifying rule and when it is saved it is in the iptables format like:

PHP Code:

 $IPTABLES -A INPUT -d 127.0.0.0/25 -j LREJECT
$IPTABLES 
-A INPUT -m tcp -p tcp -127.0.0.1 --dport 3128 -j DROP 


pljvaldez 11-10-2006 05:51 PM

Use any gui firewall/NAT program like fwbuilder, firestarter, guarddog/guidedog (KDE), etc. They all take graphical rulesets and then convert them to iptables and install them.

metallica1973 11-10-2006 06:42 PM

which one of these tools will translate my choices into a file and if I wanted to edit it manaully, I could just simple modify the file. I attempted to use shorewall but I dont like the output files. It is not what I am used to seeing like my example above. thanks

pljvaldez 11-10-2006 07:09 PM

I think fwbuilder does that.

http://www.fwbuilder.org/archives/cat_faq.html#AEN417

metallica1973 11-11-2006 12:49 PM

I will give it a shot thanks.

JockVSJock 11-11-2006 04:47 PM

Another suggestion would be to install Webmin and Shoreline Firewall and try that...I didn't see that a file could be edited, but this may help in the learning curve.


All times are GMT -5. The time now is 03:20 AM.