re : kiss firewall error

saichai

Verified User
Joined
Mar 11, 2004
Messages
11
Location
hong kong
anyone can tell me how to set the list.
as i stop the kiss fire wall ..later it will automatic start again.
so all the client can't connect the server.
as i am the beginer for kiss firewall.

pls help

tks
 
How did you install the KISS firewall?

If you stop it with:

# kiss stop

it should stop and never restart.

But that depends on how you installed it.

Jeff
 
cd /usr/bin
wget http://www.geocities.com/steve93138/kiss-2.0.1.tar.gz
tar zxvf kiss-2.0.1.tar.gz

That's it! To get it running anywhere on the command line, you simply type:

kiss start

To stop the firewall, type:

kiss stop

To get status information, type:

kiss status

If you want to block an offenders IP address/subnet, simply edit the BLOCK_LIST variable in the /usr/bin/kiss file. You can separate IP addresses and subnet's with a space. Once you are finished, simply restart KISS by typing:

kiss restart

tks
 
Back
Top