mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* ARP and alias IPs
@ 2002-09-05 15:09 Andrew Ryan
  2002-09-05 15:34 ` Alex Riesen
  2002-09-05 16:24 ` Chris Friesen
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Ryan @ 2002-09-05 15:09 UTC (permalink / raw)
  To: linux-kernel

The linux implementation of ARP is causing me problems.  Linux sends out an
ARP request with the default interface as the sender address, rather than then
interface the request came on. 

For example

eth0   10.1.1.100
eth0:1 192.16.1.101 

and an ARP is received on 192.16.1.101, linux responds with
10.1.1.100 as the source address in the ARP request, rather than 192.16.1.101
(which FreeBSD, Solaris, and tru64 do).  To me, this is just plain wrong. 
The sender address should be an address on the subnet that the request came
from, not a different one.  Is there any way to fix this?

Andy

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-05 16:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-05 15:09 ARP and alias IPs Andrew Ryan
2002-09-05 15:34 ` Alex Riesen
2002-09-05 16:05   ` Remco Post
2002-09-05 16:24 ` Chris Friesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome