LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   ping diable (https://www.linuxquestions.org/questions/linux-security-4/ping-diable-118930/)

porous 11-22-2003 02:11 PM

ping diable
 
hi all

how i can i make my box , not to respond to any kind of ping requests ..
will it make my machine any stronger to dos attacks.

#is it possible to to tune the box, so that an attacker can never know
whether the box is online or not ?

i have a permanent ip:

TIA

iainr 11-23-2003 06:10 AM

echo 1 > /proc/sys/net/ipv4/icmp_ignore_echo_requests

Add this line to /etc/rc.local so it gets run at startup (otherwise you'll lost it at each reboot). I doubt it makes much difference to dos attacks , but it does make it more difficult for someone to find you on a casual scan.

porous 11-23-2003 12:43 PM

thx for you reply

how abt tcp ping requests ...
which port scanners like nmap have ...

TIA


All times are GMT -5. The time now is 11:42 PM.