Click to See Complete Forum and Search --> : what really goes on?
twevster
12-15-2000, 10:11 AM
Hey Guys,
I was wondering if anyone could tell me what really goes on behind pmfirewall? ie any changes to /etc/*
Is it just a frontend for ipchains?
Thanx in advance
Trevor
EscapeCharacter
12-15-2000, 11:49 AM
im pretty sure but not absolutely but i think ipchains just stores all the rules in ram so it doesnt have to read off the disk everytime a packet hits the computer
------------------
I like source it never *****es about dependencies
--Escchr 2000
Fandelem
12-15-2000, 01:03 PM
PMFirewall is just the same as any rc.firewall script - it just uses a CLI user-friendly auto-install script that helps you choose some options - All it is: IPCHAINS commands in a configuration file - then read by a script that puts them, yes, into RAM.
just don't compare PMFirewall to something like CheckPoint or any Firewall software app for Windows - it isn't that at all http://www.linuxnewbie.org/ubb/smile.gif it's just a bunch of IPCHAINS commands.
yes, fandelem is right. its just the good-old torture-tested bunch of IPCHAINS
http://www.linuxnewbie.org/ubb/smile.gif -flar-
twevster
12-15-2000, 11:04 PM
ahhh ok thanx guys
so if you didn't have rc.firewall or pmfirewall on your linux box you would have to make your own script with a whole bunch of ipchains commands?
and if you did make your own script, would that load into RAM like pmfirewall?