Hi,
Ideally speaking this cannot/shudnot b done. The way is to disable ur System to reply to ICMP echo requests. One shud not go for such a configuration coz that may result to other issues may be loss of data. Anyways this is how it is implemented.
On Win XP:
Login to the machine as an admin.
Start -> Control Panel -> Network and Internet Connections -> Network Connections.
Right click on the netwaork connection u see there.
Properties -> Advanced -> Settings -> Advanced
In the ICMP section select Settings....
Here on the top u'll get an option to disable echo requests from remote systems. Uncheck that.
Apply those settings. U are done.
On UNIX systems the following command shud work:
/sbin/ipchains -A input -j DENY -i eth0 -p icmp -s
0.0.0.0/0 -d 0.0.0.0/0
Just note one thing that this will not just restrict others to ping u
but also restricts u to ping others.
Note: This functionality cud also b implemented if u configure ur
router or the firewall to filter and dump the ICMP echo req/reply
packets.
Hope this satisfy your apetite of querries. You know such apeptite
is really very good for one to have.
Great Question.
Thanks and Regards,
Mayank Shukla
