Subject: Re: Proxy ARP
To: Timekeeper <fair@clock.org>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-net
Date: 05/24/1998 13:37:51
On Sun, May 24, 1998 at 03:04:00AM -0700, Timekeeper wrote:

[description of automatic proxy arping for whole subnets erased]

For this, you'd need to run a proxyarpd. I think there is such a beast
by a swedish group, but dont know if it ever was ported to 4.4-bsdish systems.

The kernel does (as for "real" routing) only implement low-level
functionality, and anything else has to be done by userland programs/daemons,
using the kernel tables as a cache.

For PPP connections, we have proxy arp in-tree (implemented in pppd, using
a routing socket to manipulate the ARP part of the kernel routing table).

Now that I think I understand more what your desire is: no, it does not belong
into the arp(4) man page, which describes kernel functionality, but into
pppd(8) [and proxyarpd(8), if we had one].

Regards,
	-is