LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Firewall Support (https://www.linuxquestions.org/questions/linux-security-4/firewall-support-79293/)

Kane2002 08-05-2003 04:02 PM

Firewall Support
 
Hello
Are there any linux firewalls like smoothwall out there that "easily" support the BT Voyager ADSL modem??
The only other i have been able to find is Ipcop, and i am not sure wether this supports the above hardware.
If you have been able to get it working, i would be grateful for any help :D

Thanks
Kane :study:

Mathieu 08-05-2003 06:19 PM

If you want a Firewall on your Linux box, then you can use iptables.
Iptables is part of the Linux 2.4 kernel.
Take a look at the HowTOs and Tutorials on Netfilter.
I know of two other frontends for iptables: Firestarter and Firewall Builder


Netfilter / iptables
http://www.netfilter.org/

Firestarter
http://firestarter.sourceforge.net/

Shorewall
http://www.shorewall.net/

Firewall Builder
http://www.fwbuilder.org/

IPCop Firewall
http://www.ipcop.org/

Half_Elf 08-05-2003 07:05 PM

What's your distribution? Any recent distrib will include iptables (the linux firewall) support by default, you don't even need to recompile your kernel.
But I suggest you to stay away from Smoothwall/Firestarter or apps like this since they teach you nothing, and always do sloppy work.
Iptables script are not hard to do, just find what port are open on your box (get nmap, it's a nice port scanner, then scan yourself) then block these ports with simple iptables rules like :
iptables -A INPUT -p tcp --dport your_open_port_number -j DROP

easy :P


Btw, Mathieu, you seem to be in the same city as me but we have reallly different opinions about firewall :p Do you have MSN, ICQ or something?

Kane2002 08-05-2003 07:08 PM

erm
 
hey
thanks for both your replys, but the reason i was looking for something like smoothwall is because i need to share the connection and i hear it is a pain to get it working in linux, with the USB voyager modem!

Kane

Half_Elf 08-05-2003 07:18 PM

bah, sharing connection isn't that hard
just read that thread, you might find it interesting, especially the 4th reply :)


All times are GMT -5. The time now is 08:36 PM.