Often we want to know who others IP address that currently send ping to our server. To detect this, can use this script
sudo tcpdump -i <YOUR-ETH-DEVICE) icmp and icmp[icmptype]=icmp-echo
#sudo tcpdump -i eth2 icmp and icmp[icmptype]=icmp-echo
Often we want to know who others IP address that currently send ping to our server. To detect this, can use this script
sudo tcpdump -i <YOUR-ETH-DEVICE) icmp and icmp[icmptype]=icmp-echo
#sudo tcpdump -i eth2 icmp and icmp[icmptype]=icmp-echo