summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-06-16 06:16:29 +0000
committerbms <bms@FreeBSD.org>2004-06-16 06:16:29 +0000
commitbb7d871dd0e6814046012a18c7d9ce39874b09b2 (patch)
tree15821cb6ff2012a207fe63d1cb5a2448010915d7 /usr.sbin
parent08e31bda7ddaf74c611efbd2f3febb141d625abd (diff)
downloadFreeBSD-src-bb7d871dd0e6814046012a18c7d9ce39874b09b2.zip
FreeBSD-src-bb7d871dd0e6814046012a18c7d9ce39874b09b2.tar.gz
Document the behaviour of the net.link.ether.inet.proxyall sysctl MIB
variable. PR: docs/21826 Reviewed by: ru Requested by: Bernd Luevelsmeyer
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/arp/arp.419
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4
index 6773ddf..c13505f 100644
--- a/usr.sbin/arp/arp.4
+++ b/usr.sbin/arp/arp.4
@@ -100,6 +100,25 @@ This is no longer supported.
.Pp
ARP watches passively for hosts impersonating the local host (i.e. a host
which responds to an ARP mapping request for the local host's address).
+.Pp
+Proxy ARP is a feature whereby the local host will respond to requests
+for addresses other than itself, with its own address.
+Normally, proxy ARP in
+.Fx
+is set up on a host-by-host basis using the
+.Xr arp 4
+utility, by adding an entry for each host inside a given subnet for
+which proxying of ARP requests is desired.
+However, the
+.Dq "proxy all"
+feature causes the local host to act as a proxy for
+.Em all
+hosts.
+It may be enabled by setting the
+.Xr sysctl 8
+MIB variable
+.Va net.link.ether.inet.proxyall
+to 1.
.Sh DIAGNOSTICS
.Em "arp: %x:%x:%x:%x:%x:%x is using my IP address %d.%d.%d.%d!" :
ARP has discovered another host on the local network which responds to
OpenPOWER on IntegriCloud