From owner-freebsd-questions Thu Mar 7 07:56:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16944 for questions-outgoing; Thu, 7 Mar 1996 07:56:17 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA16935 for ; Thu, 7 Mar 1996 07:56:13 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id IAA01179; Thu, 7 Mar 1996 08:57:15 -0700 Date: Thu, 7 Mar 1996 08:57:15 -0700 From: Nate Williams Message-Id: <199603071557.IAA01179@rocky.sri.MT.net> To: "Irvine Short" Cc: freebsd-questions@freebsd.org, mark@grondar.za Subject: Re: User PPP working nicely, more questions now In-Reply-To: <7BEB0130B25@pcm.co.za> References: <7BEB0130B25@pcm.co.za> Sender: owner-questions@freebsd.org Precedence: bulk > Problem 1: The user PPP on FreeBSD does not reinitialize the > connection if the leased line goes down. The modem and cable are OK > with CD working properly, as demonstrated by the SCO box working OK > for over a year. > > PPP is invoked like this: > > ppp -auto pm3-ct Since this is a leaded line, you don't to dial, so you might want to try 'ppp -dedicated pm3-ct' instead. It may be able to pickup the connection better. > Problem 2: > > Even though I have set debug, I have no ppp.log file. You need to 'touch' the file first, since it won't create it if I remember right. # touch /var/log/ppp.log > Question 1: Can I run the serial port reliably at 57600 under > FreeBSD? I'm currently running it at 38400 to play safe. The COM port > is a 16550. You can run it reliably at 115200 if you want. :) > Question 2: > > If I am using a leased line modem, did I do the right thing in just > removing the \\T for the phone number in the set dial command? See problem 1. Nate