From owner-freebsd-isp Sun Feb 4 17:33:13 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20931 for isp-outgoing; Sun, 4 Feb 1996 17:33:13 -0800 (PST) Received: from tiny.mcs.usu.edu (tiny.mcs.usu.edu [129.123.15.8]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA20925 for ; Sun, 4 Feb 1996 17:33:09 -0800 (PST) Received: (from kurto@localhost) by tiny.mcs.usu.edu (8.6.11/8.6.9) id SAA03045; Sun, 4 Feb 1996 18:32:55 -0700 Date: Sun, 4 Feb 1996 18:32:55 -0700 From: Kurt Olsen Message-Id: <199602050132.SAA03045@tiny.mcs.usu.edu> To: freebsd-isp@freebsd.org, rgresek@gds.de Subject: Re: pppd & routed Sender: owner-isp@freebsd.org Precedence: bulk Well, to solve your first problem, turn on IP forwarding and use proxy arp. At least that's how I've done it. The second problem, I start a new one for each user who logs in. If it's a permanent line, then I'm not sure what to do. You can turn on ip forwarding with: # sysctl -w net.inet.ip.forwarding=1 For the other, check the pppd man pages. Kurt kurto@tiny.mcs.usu.edu