From owner-freebsd-questions Thu Dec 19 14:49:28 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA17733 for questions-outgoing; Thu, 19 Dec 1996 14:49:28 -0800 (PST) Received: from bitbucket.edmweb.com (bitbucket.edmweb.com [204.244.190.9]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id OAA17727 for ; Thu, 19 Dec 1996 14:49:26 -0800 (PST) Received: (from steve@localhost) by bitbucket.edmweb.com (8.6.12/8.6.12) id OAA00885; Thu, 19 Dec 1996 14:49:14 -0800 Date: Thu, 19 Dec 1996 14:49:08 -0800 (PST) From: Steve Reid To: Daniel Keller cc: FreeBSD Questions Mailing List Subject: Re: ppp vs. pppd In-Reply-To: <199612192102.NAA10313@psln1.psln.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Can someone please tell me the advatages of using ppp instead of pppd? I > can't decide wich on I should use to connect to my ISP. ppp is probably better for dialing out, because it can handle scripting automatically. pppd requires the use of "chat" to get it working. pppd works nicely on a PPP server, though. > Also Is there any way to log how long I am connected and when? Is this > done automaticly? "ps aux" and look at the start time. You could also write a program to tally up the connect/disconnect times in the log files, but it's probably not worth the effort.