Assuming my local ip is 1.1.1.2, when I run ping 1.1.1.2
- The kernel drives the network device to transmit/receive data on wire
- The kernel fakes the replies since it knows I am pinging self
What does kernel do, 1 or 2? If the answer is 2, how can I achieve 1?
BR, Ruochen