From owner-freebsd-questions Sat Sep 27 15:53:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA18054 for questions-outgoing; Sat, 27 Sep 1997 15:53:05 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA18048 for ; Sat, 27 Sep 1997 15:52:56 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id WAA05469; Sat, 27 Sep 1997 22:45:54 +0100 (BST) Message-Id: <199709272145.WAA05469@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Chris cc: questions@FreeBSD.ORG Subject: Re: PPP problems In-reply-to: Your message of "Thu, 25 Sep 1997 22:32:03 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Sep 1997 22:45:53 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I am having a process with User Process PPP. I am using the September 23 > release, but the problem occurs on older versions. I am using FreeBSD > 2.2.2. > > I have replaced the configuration files with the newer versions and > modified them to no avail. > > Occasionally, PPP traffic just stops. PPP won't pass any traffic. The > routing tables do not change. The problem occurs randomly. Outgoing ping > traffic simply is not returned, but does not return a message (ie. no > route to host). I can ping other systems on my local network and myself > without problems. > > > Routing tables [perfectly fine routing table deleted] Does the connection close ? I've seen ppp doing this once or twice, for no reason. Everything seems to "hang", and a short while later things are fine again. I haven't treated it as a potential problem yet 'cos I consider such things to be potential "glitches" with my ISP. If it's happening reasonably consistently for you, you'll need to diagnose it a bit more - there are instructions now in section 10 of the FAQ on how to do this. You'll probably need to "set log +tcp/ip" in addition, but you only need do this while the connection is "pausing". Set yourself up a script: #! /bin/sh val=+ test ."$1" = .off && val=- exec pppctl -p mypasswd 3000 set log ${val}tcp/ip You can then find out if the traffic is actually going out or not. Of course if you have an external modem, you can probably just look at the TX light. > > -- > Chris > chris@ferraro.net > http://www.ferraro.net > > "UNIX _is_ user friendly. Its just selective about who its friends are" > > > -- Brian , , Don't _EVER_ lose your sense of humour....