Re: Difference in address selection between ICMP and TCP

2012-01-31 Thread Andre Oppermann
On 31.01.2012 21:27, Guido van Rooij wrote: Consider the following: ifconfig em0 inet 1.2.3.4/24 ping 1.2.3.4 Then a tcpdump on lo0 shows: 21:15:56.641571 IP 127.0.0.1> 1.2.3.4: ICMP echo request, id 36105, seq 10, length 64 21:15:56.641582 IP 1.2.3.4> 127.0.0.1: ICMP echo reply, id 36105, s

Difference in address selection between ICMP and TCP

2012-01-31 Thread Guido van Rooij
Consider the following: ifconfig em0 inet 1.2.3.4/24 ping 1.2.3.4 Then a tcpdump on lo0 shows: 21:15:56.641571 IP 127.0.0.1 > 1.2.3.4: ICMP echo request, id 36105, seq 10, length 64 21:15:56.641582 IP 1.2.3.4 > 127.0.0.1: ICMP echo reply, id 36105, seq 10, length 64 I think that the address u