On Tue, 19 Aug 2003 17:54:26 +0100 Richard Underwood <richard@aspectgroup.co.uk> wrote: > When a HOST sends out an ARP request, it's NOT associated with a > single connection, it's associated with the host. Why should it pick a > "random" IP number to send as the source address? It's not "random", it is using the IP address it intends to use as the source in packets it will output once the ARP completes. In fact, if you look at the code in arp_solicit(), the source address is coming directly from the packet we are trying to output. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html