Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Anyone use FWBuilder and Linux for their firewall?

Thread Tools
 
Search this Thread
 
Old Oct 9, 2003 | 09:40 PM
  #2  
chiark's Avatar
chiark
Scooby Regular
 
Joined: Jun 2000
Posts: 13,735
Likes: 0
Post

Just download ipcop. It's based on the 2.4 kernel and works without all that piddling around
Reply
Old Oct 10, 2003 | 08:17 AM
  #4  
Gedi's Avatar
Gedi
Scooby Regular
 
Joined: Jan 2003
Posts: 932
Likes: 0
Post

FWbuilder is absolutly brilliant!!!!

Linux Journal did a 2 part paper on this a few months ago and they rated it so highly I was expecting the pages to be stuck together.

I configure my IPTables by hand, but I did try FWBuilder once to see what script it spat out.

The result was brilliant. I was very impressed and I even tweaked my own script to incorporate a few ideas from that.

If you want I can scan in the full writeup from Linux Journal (yes I am sad and do keep all my old copies). It will be Monday now, as I don't have a scanner at home.

Verdict : A1
Reply
Old Oct 10, 2003 | 08:30 AM
  #5  
chiark's Avatar
chiark
Scooby Regular
 
Joined: Jun 2000
Posts: 13,735
Likes: 0
Post

You need to edit IPTables manually, which is a bit of a sod...

Add the following to drop all icmp
/sbin/iptables -A CUSTOMINPUT -i <<RED DEVICE HERE>> -p icmp -j DROP

To drop pings, just add
/sbin/iptables -A CUSTOMINPUT -i <device> -p icmp --icmp-type 8 -j DROP

I think rc.firewall is the right place for these, or rc.local. Just remember to either reboot or source the script.
Reply
Old Oct 10, 2003 | 01:12 PM
  #7  
Gedi's Avatar
Gedi
Scooby Regular
 
Joined: Jan 2003
Posts: 932
Likes: 0
Post

Its pretty simple to install. Basic ./configure, make, make install is all (if I remember correctly)

You will need a pretty good knowledge base of network protocols and network operations as there are a lot of buttons to click on

Oh, just a guess but you may need GTK installed for the GUI (again, can't remember exactly)
Reply
Old Oct 10, 2003 | 01:44 PM
  #8  
chiark's Avatar
chiark
Scooby Regular
 
Joined: Jun 2000
Posts: 13,735
Likes: 0
Post

Good luck mate - I wonder if the ipcop devel team would be interested in a better point'n'click gui?
Reply
Old Oct 10, 2003 | 02:13 PM
  #9  
Gedi's Avatar
Gedi
Scooby Regular
 
Joined: Jan 2003
Posts: 932
Likes: 0
Post

Am I right in thinking IPCop uses an html style gui?
Reply
Old Oct 12, 2003 | 09:02 PM
  #11  
tuffer's Avatar
tuffer
Scooby Regular
 
Joined: Oct 2002
Posts: 184
Likes: 0
Post

Have you tried Smoothwall? It is the original that IPCop project forked from. The latest version is pretty good, I have had one running on a client site for the last 2 years and it has only been rebooted a couple of times when I have applied patches.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
dantiel
General Technical
8
Sep 29, 2015 11:33 PM
dsmith
Computer & Technology Related
13
Jul 2, 2002 12:02 AM
dsmith
Computer & Technology Related
4
Jan 31, 2002 09:50 AM
dsmith
Non Scooby Related
11
Dec 5, 2001 03:03 PM




All times are GMT +1. The time now is 12:23 AM.