From owner-freebsd-questions Fri Mar 22 07:43:23 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA11948 for questions-outgoing; Fri, 22 Mar 1996 07:43:23 -0800 (PST) Received: from bsd.tseinc.com (bsd.tseinc.com [199.217.191.65]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA11942 for ; Fri, 22 Mar 1996 07:43:19 -0800 (PST) Received: from ws2.tseinc.com (ws2.tseinc.com [199.217.203.22]) by bsd.tseinc.com (8.6.12/8.6.12) with SMTP id IAA01538; Fri, 22 Mar 1996 08:37:15 -0600 Date: Fri, 22 Mar 1996 08:37:15 -0600 Message-Id: <199603221437.IAA01538@bsd.tseinc.com> X-Sender: jlwest@bsd.tseinc.com X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Steve Reid From: "Jay L. West" Subject: Re: PPP (iijppp) proxy ARP bug? Cc: freebsd-questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 12:56 PM 3/21/96 -0800, you wrote: >I seem to have found a bug in iijppp. It doesn't always delete the ARP >entry when the connection is closed. Further connections on that IP >address don't work until I manually arp -d the entry. > >The server is a FreeBSD 2.1-R system, and the client is a 2.0.5-R machine. >Both are using iijppp. Static IP address. Nothing out of the ordinary. >Right now, I am the only person who uses the system for dialin, so this >isn't exactly high-load. > >Has anyone else had this problem? Does anyone have a fix? > Someone helped me with this problem here and I was sooo grateful I'm obliged to pass the solution on to others . You are seeing 'the infamous arp bug'. If you are running 2.1R, go to ftp.freebsd.org and download a file from the -stable branch (I think the path was usr/src/sys/netinet) called in_rmx.c and replace your in_rmx.c with the one from stable. Then remake your kernel and all should be well. You should note that this doesn't keep the arp entries from appearing, but it does allow new connections to overwrite the old routes; it works. Jay West