netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux arp flux problem
@ 2010-04-12  3:16 Ming-Ching Tiew
  2010-04-13  2:18 ` Ming-Ching Tiew
  2010-04-13  8:26 ` Julian Anastasov
  0 siblings, 2 replies; 3+ messages in thread
From: Ming-Ching Tiew @ 2010-04-12  3:16 UTC (permalink / raw)
  To: Net Dev


The following link explains the Linux arp flux problem pretty well, and I myself have been burnt badly by a life site where the "arp_filter" does not help at all.

         http://linux-ip.net/html/ether-arp.html

And I tested the kernel patch by Julian Anastasov, and it works 100% reliably :-

         http://www.ssi.bg/~ja/#hidden

My question is the patches has been around for many years, why has it not been included into the kernel ? Is it that Linux is supposed to have this "side effects" of arp linux on purpose ?

Best regards.


      

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

* Re: Linux arp flux problem
  2010-04-12  3:16 Linux arp flux problem Ming-Ching Tiew
@ 2010-04-13  2:18 ` Ming-Ching Tiew
  2010-04-13  8:26 ` Julian Anastasov
  1 sibling, 0 replies; 3+ messages in thread
From: Ming-Ching Tiew @ 2010-04-13  2:18 UTC (permalink / raw)
  To: Net Dev



--- On Mon, 4/12/10, Ming-Ching Tiew <mctiew@yahoo.com> wrote:

> From: Ming-Ching Tiew <mctiew@yahoo.com>
> Subject: Linux arp flux problem
> To: "Net Dev" <netdev@vger.kernel.org>
> Date: Monday, April 12, 2010, 3:16 AM
> 
> The following link explains the Linux arp flux problem
> pretty well, and I myself have been burnt badly by a life
> site where the "arp_filter" does not help at all.
> 
>          http://linux-ip.net/html/ether-arp.html
> 
> And I tested the kernel patch by Julian Anastasov, and it
> works 100% reliably :-
> 
>          http://www.ssi.bg/~ja/#hidden
> 
> My question is the patches has been around for many years,
> why has it not been included into the kernel ? Is it that
> Linux is supposed to have this "side effects" of arp linux
> on purpose ?
> 

May I propose that the said patch ( http://www.ssi.bg/~ja/#hidden )
be accepted into the kernel. And if it does not qualify, may I know why ?

Thank you.


      

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

* Re: Linux arp flux problem
  2010-04-12  3:16 Linux arp flux problem Ming-Ching Tiew
  2010-04-13  2:18 ` Ming-Ching Tiew
@ 2010-04-13  8:26 ` Julian Anastasov
  1 sibling, 0 replies; 3+ messages in thread
From: Julian Anastasov @ 2010-04-13  8:26 UTC (permalink / raw)
  To: Ming-Ching Tiew; +Cc: Net Dev


	Hello,

On Sun, 11 Apr 2010, Ming-Ching Tiew wrote:

> The following link explains the Linux arp flux problem pretty well, and I myself have been burnt badly by a life site where the "arp_filter" does not help at all.
> 
>          http://linux-ip.net/html/ether-arp.html
> 
> And I tested the kernel patch by Julian Anastasov, and it works 100% reliably :-
> 
>          http://www.ssi.bg/~ja/#hidden
> 
> My question is the patches has been around for many years, why has it not been included into the kernel ? Is it that Linux is supposed to have this "side effects" of arp linux on purpose ?

	The "hidden" flag is obsolete, kernel already has arp_ignore
and arp_announce vars, see Documentation/networking/ip-sysctl.txt
for more information. May be what you need is arp_announce=1/2
and (arp_ignore=1/2 or arp_filter=1 or rp_filter=1).

Regards

--
Julian Anastasov <ja@ssi.bg>

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

end of thread, other threads:[~2010-04-13  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12  3:16 Linux arp flux problem Ming-Ching Tiew
2010-04-13  2:18 ` Ming-Ching Tiew
2010-04-13  8:26 ` Julian Anastasov

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).