From owner-freebsd-questions Sat Mar 2 01:44:34 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA25804 for questions-outgoing; Sat, 2 Mar 1996 01:44:34 -0800 (PST) Received: from zit1.zit.th-darmstadt.de (zit1.zit.th-darmstadt.de [130.83.63.20]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA25799 for ; Sat, 2 Mar 1996 01:44:30 -0800 (PST) Received: from [130.83.63.13] (apfel.zit.th-darmstadt.de [130.83.63.13]) by zit1.zit.th-darmstadt.de (8.6.12/8.6.9) with SMTP id KAA11245; Sat, 2 Mar 1996 10:44:14 +0100 X-Sender: michael@zit1.zit.th-darmstadt.de Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 2 Mar 1996 10:44:16 +0100 To: Randy Berndt , freebsd-questions@freebsd.org From: petzi@zit.th-darmstadt.de (Michael Beckmann) Subject: Re: Routing / Subnets / Dial-in PPP Sender: owner-questions@freebsd.org Precedence: bulk At 04:41 Uhr 2.3.1996, Randy Berndt wrote: >How do I set routing (or options), so that the unix box grabs stuff from the >ethernet and sends them down to the home PC? You must have forgotten to enable proxy arp. You can check by typing arp -a when one of the users is dialed in. When it displays an Ethernet address for the respective IP number, then you have proxy arp. It must look like this: remote.host.do.main (123.45.67.89) at 0:0:c0:cb:7c:e permanent published (proxy only) If not, try ppp -direct users The example ppp.conf file has proxy arp enabled for "users". It looks like this: users: enable pap disable chap enable proxy Good luck ! Michael