From owner-freebsd-questions Fri Aug 29 05:12:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA29770 for questions-outgoing; Fri, 29 Aug 1997 05:12:22 -0700 (PDT) Received: from BIGFUN.vwcom.com ([151.197.101.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA29765 for ; Fri, 29 Aug 1997 05:12:20 -0700 (PDT) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id IAA07210 for ; Fri, 29 Aug 1997 08:07:23 -0400 (EDT) Received: from current.willscreek.com (root@current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.7.3) with ESMTP id IAA08017 for ; Fri, 29 Aug 1997 08:11:56 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.7.3) id IAA00485; Fri, 29 Aug 1997 08:11:55 -0400 (EDT) Date: Fri, 29 Aug 1997 08:11:55 -0400 (EDT) Message-Id: <199708291211.IAA00485@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: Odd pppd message- need help interpreting In-Reply-To: <104769134@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Szumowski wrote: > I've found ijppp to be somewhat quirky in calling external scripts, so > I'm trying out pppd. > Everything seems to work fine, but I get an odd message in the log file > (/var/log/messages): > CCP: timeout sending Config-Requests > - --- > > What's especially puzzling is that I have used my current pppd settings > in a previous install and don't recall getting this message. > > Any clarification would be appreciated. Are you actually exchanging data with the peer? When I see this happen, it's usually because the modem got carrier, pppd took over and started to try to negotiate the link with the PPP software on the other end, and got no response from the peer. Usually, that means my provider's recycling his terminal server for some reason; the modem answered, but the terminal server (wherein resides the peer) isn't up. Also, if you're ambitious, I'd suggest reading RFC 1548; it describes the PPP protocol. IMO, understanding the protocol even a little bit helps when debugging PPP setup problems. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ With friends like these, who need hallucinations?