From owner-freebsd-questions Tue Sep 23 23:35:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA06435 for questions-outgoing; Tue, 23 Sep 1997 23:35:19 -0700 (PDT) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA06428 for ; Tue, 23 Sep 1997 23:35:16 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id XAA01658; Tue, 23 Sep 1997 23:26:56 -0700 (PDT) Date: Tue, 23 Sep 1997 23:26:56 -0700 (PDT) From: Annelise Anderson To: Greg Lehey cc: FreeBSD Questions Subject: Re: FreBSD Dialer In-Reply-To: <19970924095029.16797@lemis.com> 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 On Wed, 24 Sep 1997, Greg Lehey wrote: > > Hello, is there a TCP/IP dialer available for FreeBSD? > > No. TCP and IP do not define dialing, so there is no such thing as a > TCP/IP dialer. If you mean a dialup IP link, yes, there are several. > Look for the PPP and SLIP implementations. > > If this isn't what you're talking about, could you please explain what > you want to do? > > Greg Maybe he just wants to dial the modem and then make a ppp or slip connection. Kermit (in the ports collection) will dial the modem. ppp uses a chat script to dial the modem (I think). cu also dials the modem the dip program, which creates a slip connection...actually I'm not sure how it dials the modem. Annelise