on page http://www.simonzone.com/software/guarddog/#download
http://www.simonzone.com/software/mdkrpm/g...0-2mdk.i586.rpm
and install it by clicking on it, then start it (from menu,system,configuration,guarddog) and set your parameters - only then are you protected.
.
Ignore the patch below. (it is still needed if you get guarddog from Mandriva easyurpmi)
a note on guard dog - MDK10.2, MDK2005LE and after - don't forget - after you have installed guarddog and set up the parameters the way you want them,
run
CODE
if [ ! -e /etc/sysconfig/network-scripts/ifup.d/10Guarddog ]; then
/bin/ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifup.d/10Guarddog
fi
if [ ! -e /etc/sysconfig/network-scripts/ifdown.d/10Guarddog ]; then
/bin/ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifdown.d/10Guarddog
fi
/bin/ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifup.d/10Guarddog
fi
if [ ! -e /etc/sysconfig/network-scripts/ifdown.d/10Guarddog ]; then
/bin/ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifdown.d/10Guarddog
fi
as a ROOT SHELL
otherwise it won't activate on reboot. guarddog prob. Code from Rolf Pederson.
Kristi