mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* how to see manually specified proxy arp entries using "ip neigh"  command?
@ 2001-10-18 19:15 Christopher Friesen
  2001-10-18 19:25 ` how to see manually specified proxy arp entries using "ip neigh" kuznet
  0 siblings, 1 reply; 15+ messages in thread
From: Christopher Friesen @ 2001-10-18 19:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: kuznet



I (and others) have asked this a couple times here and on the netdev list, and
so far nobody has answered it (not even negatively).

If I manually set some proxy arp entries and then list the arp entries, the
manually set ones do not show up when using "ip neigh" but they do show up with
the "arp" command.

Is there any way to see them using "ip neigh"?  If not, are there any plans to
enable this?

If not, I may have to look at adding support for this, and this is why I'm
wondering.

Thanks,

Chris

-- 
Chris Friesen                    | MailStop: 043/33/F10  
Nortel Networks                  | work: (613) 765-0557
3500 Carling Avenue              | fax:  (613) 765-2986
Nepean, ON K2H 8E9 Canada        | email: cfriesen@nortelnetworks.com

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: how to see manually specified proxy arp entries using "ip neigh"
@ 2001-10-20 19:56 Julian Anastasov
  2001-10-21 17:44 ` kuznet
  2001-10-23  8:47 ` Andrey Savochkin
  0 siblings, 2 replies; 15+ messages in thread
From: Julian Anastasov @ 2001-10-20 19:56 UTC (permalink / raw)
  To: Andrey Savochkin; +Cc: linux-kernel, Alexey Kuznetsov


	Hello,

Andrey Savochkin wrote:

> Well, what I want is to make the host an arp "proxy" on all interfaces for
> all addresses reachable through devX.  I do not want to mess with how
> customer configures all other interfaces.
> Right now all routes to devX are /32, for all of them proxy arp entries are
> created by the same script, and all are happy.
>
> How can it be done better?
> New mechanism of fine-grained control over proxy arp? :-)

	I can tell you what Alexey and Andrey will answer on netdev :)
Make proxyarp a route flag. When arp_filter is not suitable for filtering
non-local input routes you can also solve the problem with the route's
noarp flag (known in netdev). The proxyarp flag for route can allow
the feature to work even on one device (indev==outdev) may be for NAT
purposes), probably running send_redirects=0 (send_redirects is another
candidate for a route flags). Of course, the target hosts should filter
these ARP probes with a simple rp_filter policy, only our box should
reply. We need only space for route flags and imagination :)

Regards

--
Julian Anastasov <ja@ssi.bg>


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

end of thread, other threads:[~2001-10-23 10:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-18 19:15 how to see manually specified proxy arp entries using "ip neigh" command? Christopher Friesen
2001-10-18 19:25 ` how to see manually specified proxy arp entries using "ip neigh" kuznet
2001-10-18 20:02   ` Richard B. Johnson
2001-10-18 20:08   ` Christopher Friesen
2001-10-19 16:40     ` kuznet
2001-10-19 18:44     ` Matthew G. Marsh
2001-10-19 19:57       ` Christopher Friesen
2001-10-19 13:32   ` Andrey Savochkin
2001-10-19 17:13     ` kuznet
2001-10-20 10:55       ` Andrey Savochkin
2001-10-21 17:21         ` kuznet
2001-10-23 10:33           ` Andrey Savochkin
2001-10-20 19:56 Julian Anastasov
2001-10-21 17:44 ` kuznet
2001-10-23  8:47 ` Andrey Savochkin

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