To block ping request, issue below mentioned command in Terminal;
# sysctl -w net.ipv4.icmp_echo_ignore_all=1
Unblock ping Request;
# sysctl -w net.ipv4.icmp_echo_ignore_all=0
To change without Rebooting;
# sysctl -p
Published by
on
To block ping request, issue below mentioned command in Terminal;
# sysctl -w net.ipv4.icmp_echo_ignore_all=1
Unblock ping Request;
# sysctl -w net.ipv4.icmp_echo_ignore_all=0
To change without Rebooting;
# sysctl -p
in learning you will teach and in teaching you will learn
~ Phil Collins
Leave a comment