From owner-freebsd-questions Wed Aug 6 16:15:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA26846 for questions-outgoing; Wed, 6 Aug 1997 16:15:50 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA26839 for ; Wed, 6 Aug 1997 16:15:45 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id JAA07483; Thu, 7 Aug 1997 09:15:55 +1000 From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id IAA01280; Thu, 7 Aug 1997 08:44:54 +0930 (CST) Message-Id: <199708062314.IAA01280@freebie.lemis.com> Subject: Re: (no subject) In-Reply-To: <33E8B509.343DCCA8@clarksdale.com> from Aaron Jones at "Aug 6, 97 12:31:53 pm" To: amjones@clarksdale.com (Aaron Jones) Date: Thu, 7 Aug 1997 08:44:53 +0930 (CST) Cc: freebsd-questions@FreeBSD.ORG Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Aaron Jones writes: > What is a good tcp/ip program that lets me easily connect to my isp ?? FreeBSD. A "TCP/IP program" is a nonsense. It's part of any real operating system. What you will need to do is to choose between user PPP and kernel PPP. At the moment, the odds are in favour of user PPP. Look at http://www.freebsd.org/handbook/handbook173.html for more details. Greg