LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* ARP Bug?
@ 2008-01-30 12:44 Matti Linnanvuori
2008-01-30 13:20 ` Andi Kleen
2008-01-30 13:23 ` Jan Engelhardt
0 siblings, 2 replies; 10+ messages in thread
From: Matti Linnanvuori @ 2008-01-30 12:44 UTC (permalink / raw)
To: jengelh; +Cc: linux-kernel
Jan Engelhardt:
>On Jan 30 2008 04:29, Matti Linnanvuori wrote:
>Jan Engelhardt:
>>> If you have the same subnet on multiple interfaces, only the
>>> first interface will be served.
>>
>>Does that comply with the standard?
>
>What standard?
ARP standard. I think it is RFC 826:
An Ethernet Address Resolution Protocol
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ARP Bug?
2008-01-30 12:44 ARP Bug? Matti Linnanvuori
@ 2008-01-30 13:20 ` Andi Kleen
2008-01-30 13:28 ` Jan Engelhardt
2008-01-30 13:23 ` Jan Engelhardt
1 sibling, 1 reply; 10+ messages in thread
From: Andi Kleen @ 2008-01-30 13:20 UTC (permalink / raw)
To: Matti Linnanvuori; +Cc: jengelh, linux-kernel
Matti Linnanvuori <mattilinnanvuori@yahoo.com> writes:
>
> ARP standard. I think it is RFC 826:
> An Ethernet Address Resolution Protocol
The correct standard in this case is RFC1122 and it actually
offers two options for this: the so called strong end host model and the
weak end host model. Linux can be configured to be both. Default
is the later.
-Andi
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ARP Bug?
2008-01-30 13:20 ` Andi Kleen
@ 2008-01-30 13:28 ` Jan Engelhardt
0 siblings, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2008-01-30 13:28 UTC (permalink / raw)
To: Andi Kleen; +Cc: Matti Linnanvuori, linux-kernel
On Jan 30 2008 14:20, Andi Kleen wrote:
>Matti Linnanvuori <mattilinnanvuori@yahoo.com> writes:
>>
>> ARP standard. I think it is RFC 826:
>> An Ethernet Address Resolution Protocol
>
>The correct standard in this case is RFC1122 and it actually
>offers two options for this: the so called strong end host model and the
>weak end host model. Linux can be configured to be both. Default
>is the later.
By use of a bridge interface, yeah. Are there other ways to get the
strong end host model?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ARP Bug?
2008-01-30 12:44 ARP Bug? Matti Linnanvuori
2008-01-30 13:20 ` Andi Kleen
@ 2008-01-30 13:23 ` Jan Engelhardt
1 sibling, 0 replies; 10+ messages in thread
From: Jan Engelhardt @ 2008-01-30 13:23 UTC (permalink / raw)
To: Matti Linnanvuori; +Cc: linux-kernel
On Jan 30 2008 04:44, Matti Linnanvuori wrote:
>>On Jan 30 2008 04:29, Matti Linnanvuori wrote:
>>Jan Engelhardt:
>>>> If you have the same subnet on multiple interfaces, only the
>>>> first interface will be served.
>>>
>>>Does that comply with the standard?
>>
>>What standard?
>
>ARP standard. I think it is RFC 826:
>An Ethernet Address Resolution Protocol
Please quote the section where it says that routing implementations
MUST round-robin over a group of interfaces with same subnet.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ARP Bug?
@ 2008-01-30 12:29 Matti Linnanvuori
2008-01-30 12:31 ` Jan Engelhardt
0 siblings, 1 reply; 10+ messages in thread
From: Matti Linnanvuori @ 2008-01-30 12:29 UTC (permalink / raw)
To: linux-kernel
Jan Engelhardt:
> If you have the same subnet on multiple interfaces, only the
> first interface will be served.
Does that comply with the standard?
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
^ permalink raw reply [flat|nested] 10+ messages in thread
* ARP Bug?
@ 2007-12-15 1:11 Gosney, JeremiX
2007-12-15 1:32 ` Jan Engelhardt
2007-12-19 20:51 ` Chuck Ebbert
0 siblings, 2 replies; 10+ messages in thread
From: Gosney, JeremiX @ 2007-12-15 1:11 UTC (permalink / raw)
To: linux-kernel; +Cc: Peters, Gordon, Sy, Dely L
We've noticed the 2.6-based Linux systems in our test lab are
experiencing some "ARP flux"-like symptoms.
The systems reply with eth0's hardware address to all ARP requests,
regardless of the IP being queried. Because of this, the system will
only send and receive packets on eth0; if eth0 is brought down, the
system is unreachable even though it still has several active
connections. With eth0 unplugged, none of the other interfaces are
reachable (this is presumably a side-effect caused by the switch ARP
cache.) Failover routes are defined in the routing table, but the system
still will not send/receive packets out those interfaces.
Can anything be done to correct this behaviour?
Jeremi M Gosney
Enterprise Linux Engineer
DIJIC, Intel Corporation
Work: 253-371-4849
Mobile: 253-495-4254
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ARP Bug?
2007-12-15 1:11 Gosney, JeremiX
@ 2007-12-15 1:32 ` Jan Engelhardt
[not found] ` <3A64AD58EE71B34FB333E733C62CDE3C04A83F60@orsmsx414.amr.corp.intel.com>
2007-12-19 20:51 ` Chuck Ebbert
1 sibling, 1 reply; 10+ messages in thread
From: Jan Engelhardt @ 2007-12-15 1:32 UTC (permalink / raw)
To: Gosney, JeremiX; +Cc: linux-kernel, Peters, Gordon, Sy, Dely L
On Dec 14 2007 17:11, Gosney, JeremiX wrote:
>Subject: ARP Bug?
>
>We've noticed the 2.6-based Linux systems in our test lab are
>experiencing some "ARP flux"-like symptoms.
>
>The systems reply with eth0's hardware address to all ARP requests,
If you have the same subnet on multiple interfaces, only the
first interface will be served.
Case closed?
>regardless of the IP being queried. Because of this, the system will
>only send and receive packets on eth0; if eth0 is brought down, the
>system is unreachable even though it still has several active
>connections. With eth0 unplugged, none of the other interfaces are
>reachable (this is presumably a side-effect caused by the switch ARP
>cache.) Failover routes are defined in the routing table, but the system
>still will not send/receive packets out those interfaces.
>
I am not sure ARP even uses the routing table.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ARP Bug?
2007-12-15 1:11 Gosney, JeremiX
2007-12-15 1:32 ` Jan Engelhardt
@ 2007-12-19 20:51 ` Chuck Ebbert
1 sibling, 0 replies; 10+ messages in thread
From: Chuck Ebbert @ 2007-12-19 20:51 UTC (permalink / raw)
To: Gosney, JeremiX; +Cc: linux-kernel, Peters, Gordon, Sy, Dely L
On 12/14/2007 08:11 PM, Gosney, JeremiX wrote:
> We've noticed the 2.6-based Linux systems in our test lab are
> experiencing some "ARP flux"-like symptoms.
>
> The systems reply with eth0's hardware address to all ARP requests,
> regardless of the IP being queried. Because of this, the system will
> only send and receive packets on eth0; if eth0 is brought down, the
> system is unreachable even though it still has several active
> connections. With eth0 unplugged, none of the other interfaces are
> reachable (this is presumably a side-effect caused by the switch ARP
> cache.) Failover routes are defined in the routing table, but the system
> still will not send/receive packets out those interfaces.
>
> Can anything be done to correct this behaviour?
>
>
Offtopic here, but anyway look at http://linux-ip.net/html/ch-ether.html
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-01-30 13:28 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30 12:44 ARP Bug? Matti Linnanvuori
2008-01-30 13:20 ` Andi Kleen
2008-01-30 13:28 ` Jan Engelhardt
2008-01-30 13:23 ` Jan Engelhardt
-- strict thread matches above, loose matches on Subject: below --
2008-01-30 12:29 Matti Linnanvuori
2008-01-30 12:31 ` Jan Engelhardt
2007-12-15 1:11 Gosney, JeremiX
2007-12-15 1:32 ` Jan Engelhardt
[not found] ` <3A64AD58EE71B34FB333E733C62CDE3C04A83F60@orsmsx414.amr.corp.intel.com>
2007-12-19 18:30 ` Jan Engelhardt
2007-12-19 20:51 ` Chuck Ebbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).