LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   firewall...sigh... (https://www.linuxquestions.org/questions/linux-software-2/firewall-sigh-24281/)

humanveal 06-25-2002 07:29 AM

firewall...sigh...
 
so firestarter messed up my performance pretty badly, supposedly because i use KDE instead of GNOME...i'm using mandrake 8.2 which also seems to come with some firewall wizard, but i can't actually find the file to start it up...just wondering what firewalls work well with KDE 2.2.2.

thanks.

CragStar 06-25-2002 03:27 PM

The firewall in Mandrake should be configured using the Mandrake Control Center, and 'should' load up everytime you boot the distro.

Have you tried to use that one?

As far as firewalls in KDE I don't really know.

humanveal 06-25-2002 04:48 PM

do you mean the general security setting? mind you this is 8.2 which i guess doesn't come with a firewall...(so i hear).

CragStar 06-29-2002 07:19 AM

No, there is an option in MDK8.0 to configure a firewall which apart from denying certain servers from operating, such as telnet and smtp, firewalls off your machine.

You could try a search on freshmeat.net for firewalls.

Ztyx 06-30-2002 05:49 AM

Almost every linux distro comes with a firewall; either ipchains or iptables (newer, better).

linuxlastslonge 07-01-2002 09:39 AM

you should go with `ipchains'.

if you want a sample of my script, contact me.

acid_kewpie 07-01-2002 09:42 AM

no, you shouldn't go with ipchains, you should go with iptables. ipchains is now deprecated.

your desire for a "fire wall" program is only ever going to be a GUI for configuraing iptables. personally i use firestarter.

linuxlastslonge 07-01-2002 07:03 PM

is ipchains that bad? i have found it fairly easy to use and configure, and very secure in redhat 7.1/7.2

Notxarb 07-03-2002 05:59 PM

Ipchains are just old, Iptables are replacing them. Redhat has the ipchains and iptables, and loads the ipchains during startup by default
it is in a script in /etc/rc.d/init.(some number, maybe all)/ipchains
there is one for iptables in the same folder. to change from ipchains to iptables, you need to go to the directory and run
./ipchains stop
./iptables start
then if you know any cool rules for iptables, run those.
Mandrake should have the scripts in similar places
goto netfilter.samba.org for more information about them


All times are GMT -5. The time now is 05:09 AM.