From owner-freebsd-questions Tue Jun 23 01:45:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23469 for freebsd-questions-outgoing; Tue, 23 Jun 1998 01:45:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23464 for ; Tue, 23 Jun 1998 01:45:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id BAA26532; Tue, 23 Jun 1998 01:44:57 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 23 Jun 1998 01:44:56 -0700 (PDT) From: Doug White To: Dan Busarow cc: Jeremy Shaffner , Eddie Irvine , freebsd-questions@FreeBSD.ORG Subject: Re: Proxy arp - what is it? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 Jun 1998, Dan Busarow wrote: > On Mon, 22 Jun 1998, Jeremy Shaffner wrote: > > proxy arp is when one computer answers arp (IP <-> Ethernet > > Address) requests for another computer. > > Just to expand on that a little bit. Ethernet really works > using ethernet hardware addresses (MAC addresses), not IP > addresses (fancy that :) Since most modems don't have MAC > addresses the host providing dialup service supplies its own > enet hardware address in response to arp requests for the modem's > IP. And a bit more .. You need to run proxy ARP if you're, say, dialed into a modem pool that assigns IPs from one subnet, so that the ends of the link are on the same subnet by IP. The problem is that ARP requests won't flow over the dialup link to your machines on the client side of the link. Proxy ARP will forward the requests over the dialup link so the clients know who to talk to. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message