From owner-freebsd-questions Mon Aug 25 15:37:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA16858 for questions-outgoing; Mon, 25 Aug 1997 15:37:15 -0700 (PDT) Received: from srv.net (snake.srv.net [199.104.81.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA16852 for ; Mon, 25 Aug 1997 15:37:10 -0700 (PDT) Received: from darkstar.home (dialin2.anlw.anl.gov [141.221.254.102]) by srv.net (8.8.5/8.8.5) with SMTP id QAA28713; Mon, 25 Aug 1997 16:36:58 -0600 (MDT) Date: Mon, 25 Aug 1997 15:36:23 -0700 (MST) From: Charles Mott X-Sender: cmott@darkstar.home To: Andrew cc: mattb@minn.net, questions@FreeBSD.ORG Subject: Re: PPP on-demand dialing 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 > > Thanks for the response to my question. I have downloaded both the > > source and the binaries. I hate to ask this question but....Now what? > > > > I will do some reading on this but have questions on where to put the > > files and how to compile them. > > If you could help I would certainly appreciate it. Thanks for putting > > up with a rookie! > > > > Matt Bischel If you've downloaded the source, here is an outline of what you have to do: (1) Uncompress the archive, wich is tarred and gzipped tar -xzvf ppp-970824.src.tar.gz I am using ppp-979824 as an example, but you might have another date. (2) Go into the ppp-979824 directory (3) type "make" to compile everything. You will first see routines in the libhack subdirectory compiled and then the ppp subdirectory. (4) If everthing compiles successfully, the su to root to get superuser status and type "make install" (4b) If everything does not compile properly, please consult this mailing list again. (5) It is not a bad idea to read the man page for ppp -- it is getting pretty informative these days. Also, if you are interested in packet aliasing (also known as IP masquerading), consult the README.alias file in the ppp-970824/ppp source directory. Finally, there is a ppp tutorial in the FreeBSD html handbook. -- Charles Mott