Click to See Complete Forum and Search --> : Trouble finding info on IP Chains
WeDeliver
01-08-2001, 03:49 PM
I have recently gotten into Linux religously, and have never really set up IP chains myself. All the doc's I find, like at linuxdoc.org, basically relate to you as if you are already a well rounded Linux user. Basically, I need a "IP Chains for Retards" doc. Thanks for any help.
sssadams
01-08-2001, 08:48 PM
go HERE (http://www.pmfirewall.com/PMFirewall/#download) and download pmfirewall.Its a script you run as root,answer some easy quetions and it sets up a basic one for you.Its easy then to study and add your own chains to it
[This message has been edited by sssadams (edited 08 January 2001).]
gjansky
01-08-2001, 11:26 PM
Alternatively, (albeit, more expensive), get Robert Ziegler's book Linux Firewalls. An excellent reference, it also has numerous examples.
ndelo
01-09-2001, 12:00 AM
I second the motion for the Zeigler book. It's very easy to follow if you have a basic understanding of tcp/ip and common ports. PM firewall is great if your just concerned with getting the wall up, but not so good if you really want to understand IPchaining.
Daedra
01-09-2001, 12:11 AM
you cant use pmfirewall becuase its for IPCHAINS not IPTABLES
jumpedintothefire
01-09-2001, 09:49 AM
This document has helped me to understand alot about the subject I hope it helps everyone:
TrinityOS: A Guide to Configuring Your Linux Server for Performance, Security, and Managability
http://www.ecst.csuchico.edu/~dranch/LINUX/index-linux.html
njcajun
01-09-2001, 09:58 AM
I agree, the zeigler book is awesome. also covers services and commonly used ports.
There's also another really good book that just came out called 'real world Linux security' that is unbelievable (so far - still reading). It covers EVERYTHING. I can now delete half of the Phrack things I downloaded (they were outdated anyway)
http://www.linuxnewbie.org/ubb/smile.gif
WeDeliver
01-09-2001, 12:49 PM
Thanks everyone