What is the source IP address when we ping 127.0.0.1?

Hi Rene,
I was wondering, what would be the source IP address when we execute ping 127.0.0.1 ?

Thanks

Hi Iqrar,

That’s also 127.0.0.1. On a Linux device, you can see it if you capture the lo interface:

sudo tcpdump -i lo -w local_traffic.pcap

You can see a capture here:

https://www.cloudshark.org/captures/89c0929a015b

Rene

Thank you so much, Rene.

A post was merged into an existing topic: ARP (Address Resolution Protocol) explained