From owner-freebsd-questions Wed Sep 24 13:57:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA26890 for questions-outgoing; Wed, 24 Sep 1997 13:57:44 -0700 (PDT) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA26882 for ; Wed, 24 Sep 1997 13:57:36 -0700 (PDT) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id QAA07594; Wed, 24 Sep 1997 16:57:30 -0400 Date: Wed, 24 Sep 1997 16:57:30 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: "Jeffrey M. Dominiak" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Gateway and PPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It's REAL easy to do. You need to enable gateway in /etc/sysconfig / /etc/rc.conf. That is, enable_gateway=YES Then you just configure a dial-on demand ppp entry, and use the ppp -auto -alias . To get it going. For more detailed info, check out the Pendantic PPP docs on the Documentation page off the FreeBSD homepage. -Joe Clarke On Wed, 24 Sep 1997, Jeffrey M. Dominiak wrote: > Can anyone direct me to some information on setting up my FreeBSD box to > act as an internet gateway using User PPP? I get the impression that I > just need to launch PPP -alias, but then what do I set for the DNS and IP > of the other machine? > > Thanks! > >