Ping responses on Solaris.

How do we check the 'ping' service enabled/disabled on a Solaris.? Which files do we need to edit for temporarily & permanently disabling the 'ping' responses.. -Tirumal Vancha
[205 byte] By [vancha_t] at [2007-11-26 11:08:14]
# 1
If I'm not completely losing it "ping" is not a service but a functionalitythat's part of the IP-stack. If you want to suppress ping-responses you'llneed to modify the behaviour of IPF, the files to do that are in /etc/ipfHappy vi-ing.Cheers
nzirdos at 2007-7-7 3:22:36 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
ndd -set /dev/ip ip_respond_to_echo_broadcast 0
alanpae at 2007-7-7 3:22:36 > top of Java-index,Solaris Operating System,Solaris 10 Features...