From owner-freebsd-questions@FreeBSD.ORG Sat Nov 13 02:44:27 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 7E13616A4CE for ; Sat, 13 Nov 2004 02:44:27 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 403D343D1D for ; Sat, 13 Nov 2004 02:44:27 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 12 Nov 2004 20:40:51 -0600 Message-ID: <41957511.7020903@daleco.biz> Date: Fri, 12 Nov 2004 20:44:33 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Schuette References: <6.1.2.0.0.20041111111230.03c82c70@mail.face2interface.com> <41951A13.601@mscweb.com> In-Reply-To: <41951A13.601@mscweb.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Nov 2004 02:40:52.0124 (UTC) FILETIME=[3101FDC0:01C4C92A] cc: Marty Landman cc: freebsd-questions@freebsd.org Subject: Re: want to change my gateway to fbsd from win xp 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: Sat, 13 Nov 2004 02:44:27 -0000 Mike Schuette wrote: > Marty Landman wrote: > >> My office network is set up as follows: >> >> gateway/win xp home ed./apache >> fbsd 4.8/apache >> rh linux 9/apache >> win xp home/lots of im'g >> win xp home >> * dual boot - debian/win me >> >> That last one's pending a repair and os installs currently runs w98. >> >> I'd like to move the gateway from my xp workstation to the fbsd box. >> This raises a bunch of questions for me: >> >> 1. is there a CLI query to let me find the speed of the currently >> installed modem? >> 2. besides plugging my phone line into the fbsd modem and moving my >> xp hosts file to /etc/hosts, what else is needed? e.g. how do I setup >> the isp connection and the fbsd equivalent of window's internet >> connection service? > > > > I suggest you read the handbook for dialup connections, specifically > the section titled "Using User PPP". As usual, there are many ways to > accomplish this task, but this is probably the easiest to set up. > I would recommend avoiding natd, and using userland ppp with the -nat option instead. I run my wife's Winbox (and my laptop) out through a FBSD 5.3 machine that calls "ppp -nat -background myisp".... The handbook's section on PPP was quite helpful to me, and is really a must in this instance. Kevin Kinsey DaleCo, S.P.