From owner-freebsd-hackers Mon Aug 26 12:51:53 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA10365 for hackers-outgoing; Mon, 26 Aug 1996 12:51:53 -0700 (PDT) Received: from phantasma.bevc.blacksburg.va.us (root@phantasma.bevc.blacksburg.va.us [198.82.200.65]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA10359 for ; Mon, 26 Aug 1996 12:51:50 -0700 (PDT) Received: (from kmitch@localhost) by phantasma.bevc.blacksburg.va.us (8.7.5/8.7.3) id PAA00885; Mon, 26 Aug 1996 15:51:17 -0400 (EDT) From: Keith Mitchell Message-Id: <199608261951.PAA00885@phantasma.bevc.blacksburg.va.us> Subject: Proxyarp in -current (8/24) broken?? To: hackers@freebsd.org Date: Mon, 26 Aug 1996 15:51:17 -0400 (EDT) Cc: mmead@goof.com X-Mailer: ELM [version 2.4ME+ PL13 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been trying to get proxy arp working again after upgrading my -current from 5/14 to 8/24. I have ip forwarding and proxy all turned on, and I can get from the outside world into the internal network. The appropriate static routes from the gateway machine to the machines on the internal network are also present. The traceroute works fine to all interested machines. Outbound doesn't work though. It makes it to the router machine and then stops. The internal machines ifconfig up on the outside world address, and then ifconfig an alias for the internal network. The internal network works fine as does the outside world to the internal network. I just can't get from the internal network out. All this used to work back in May. Has something changed that I need to know about?? is anyone else experiencing this?? Thanks.