KISS Or APF? Which Is Better?
Jun 1, 2009which of them is better?
APF or KISS?
i mean in rull to protect our server from ssh faild login and ddos attack and load server.
(because of our vps. we cant install csf)
which of them is better?
APF or KISS?
i mean in rull to protect our server from ssh faild login and ddos attack and load server.
(because of our vps. we cant install csf)
Is there any reason to use APF+BFD over KISS? KISS looks to be simple and yet accomplishes its purpose.
View 6 Replies View RelatedSoftlayer's servers are using eth0 for private network and eth1 for public network, I'm having hard time to make KISS firewall to work with eth1 and eth0 both. I tried some modification by adding eth1 iptables rules in the script, it's running fine now but left two problems, one is I can't use SL's dns servers which are in their private network, seconds is my php scripts can't connect out to other servers as well.
View 2 Replies View RelatedWhen I have Kiss My Firewall running on CentOS 4, connections to reseller.enom.com time out when checking or registering a domain name. Ports 80 and 443 are open,
View 3 Replies View Relatedi have a problem where kiss firewall works fine and i can restart it etc without a problem, but when i reboot it locks me out for some reason.
i don't want to keep bothering my server provider asking him to turn off kiss when i reboot. so for testing purposes i wanted to make a cronjob to stopp kiss every 15 minutes.
however when i enter the following line using cronbtab -e:
0-59/15 * * * * /usr/local/sbin/kiss stop
i get this cron error:
/usr/local/sbin/kiss: line 69: ifconfig: command not found Could not determine MAIN_IP. Firewall script aborted!
but yet if i look at line 69 of kiss it is the following:
MAIN_IP=`ifconfig eth0 | grep "inet addr" | cut -d: -f2 | awk '{print $1}'`
however i can use the command "ifconfig eth0" and it works without error.
anyone got any ideas how i can stop kiss using cron?