From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 17:08:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5069016A4CE for ; Thu, 19 Feb 2004 17:08:57 -0800 (PST) Received: from ezekiel.daleco.biz (cdm-66-76-92-18.cart.cox-internet.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E97DF43D2F for ; Thu, 19 Feb 2004 17:08:56 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz (archangel.daleco.biz [69.27.131.0]) (authenticated bits=0) by ezekiel.daleco.biz (8.12.9p1/8.12.9) with ESMTP id i1K17SpA073025 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 19 Feb 2004 19:08:54 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <40355DB7.20605@daleco.biz> Date: Thu, 19 Feb 2004 19:07:03 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <20040219220232.76606.qmail@web41609.mail.yahoo.com> <20040219225037.GA50013@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040219225037.GA50013@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: "Matthew, Kristina and Ethan" Subject: Re: your mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 01:08:57 -0000 Matthew Seaman wrote: >On Thu, Feb 19, 2004 at 02:02:32PM -0800, Matthew, Kristina and Ethan wrote: > > > >>i have a mac osx machine and a freebsd 4.4 machine >>connected via a crossover cable for a small network. >>i have been able to figure out NFS, Apache, FTP etc. >>and so far it's really fun. what i'd like to be able >>to do is as follows: >> >>i have a modem on my bsd box and it connects via ppp >>to a dial-up isp. i would like to configure such that >>when i request an internet site from my mac, the bsd >>box dials up the isp and acts as a gateway until i'm >>done online, then disconnects... >> >>is this possible, is it really complicated? >> >> > >It's certainly possible, and it's not too difficult. Start by setting >up PPP on the FreeBSD box -- there's plenty of examples and howtos >around to help you do that, particularly: > > ppp(8) > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html > > /usr/share/examples/ppp > >I recommend you use the user-mode PPP if you're just using a standard >POTS dialup. You will want to use the ppp -nat command line option. > > She probably also wants "-auto" if she wants the FBSD box to dial on request, etc. IIRC, when I tried, the clients timed out before the ISP link came up on the FBSD box, so she may need to adjust settings on the Mac to allow for longer timeouts. I did find the handbook's PPP section quite helpful, though. Kevin Kinsey DaleCo, S.P.