Closed algj closed 3 years ago
It seems that the kernel sends the reply.
echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all
I still haven't figured out how to send ICMP reply. Anyone has done it before?
Figured it out. Basically you send back the identifier and sequence with any payload you want (should be the same as you received). I'm going to upload code later on.
I want to change the ICMP ping reply. Is it possible?