From owner-freebsd-current Sun Jun 7 04:19:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12894 for freebsd-current-outgoing; Sun, 7 Jun 1998 04:19:57 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12822 for ; Sun, 7 Jun 1998 04:19:29 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id MAA02168; Sun, 7 Jun 1998 12:18:52 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199806071118.MAA02168@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Brandon Lockhart cc: current@FreeBSD.ORG Subject: Re: More current PPP problems... In-reply-to: Your message of "Thu, 04 Jun 1998 14:33:18 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Jun 1998 12:18:52 +0100 From: Brian Somers Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > For some reason, when I am using the newest version of PPP (Downloaded and > installed last saturday), I can not complete a connection. This is what > happens. > > I start ppp with "ppp -alias engulf". I then type "dial". It opens my > modem and begins to dial. It then waits for the connect. It attempts to > log in, and this is what happens. > > tun0: LCP: deflink: RecvConfigReq(2) state = Ack-Rcvd > tun0: LCP: MRU[4] 1006 > tun0: LCP: ACCMAP[6] 0x000a 0000 > tun0: LCP: PROTOCOMP[2] > tun0: LCP: ACFCOMP[2] > tun0: LCP: ENDDISC[9] MAC 00:c0:7b:71:84:14 > tun0: LCP: deflink: SendConfigNak(2) state = Ack-Rcvd > tun0: LCP: MRU[4] 2000 > tun0: HDLC: hdlc_Output > tun0: HDLC: ff 03 c0 21 03 02 00 08 01 04 07 d0 8c 9b > tun0: HDLC: hdlc_Input > tun0: HDLC: ff 03 c0 21 03 02 00 1b 01 04 03 ee 02 06 00 0a > tun0: HDLC: 00 00 07 02 08 02 13 09 03 c0 00 7b 71 84 14 55 > tun0: HDLC: 50 > > It does this about 5 times, then into some different headers. The other > headers basically say that the remote end asked the connection to be > terminated (It sends ands receives a TerminationReq). I can use my > /stand/ppp fine. Except the alias enable yes is looking for > libalias.so.2.4, and I have 2.5, and it won't load correctly. Any clue > why I can dialup with the old copy, but not the new one? > > This is my /etc/ppp/ppp.conf file. > > default: > set device /dev/cuaa1 > set speed 115200 > set log local +Phase > set log local +Chat > set log local +Connect > set log local +hdlc > set log local +LCP > set log local +IPCP > set log local +CCP > set log local +tun > deny lqr > set mtu 2000 This command is more forceful with the new ppp. Your ISP is ignoring the NAK and requesting an MRU of 1004 over and over again, so you won't connect unless you remove this. > set mru 2000 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" > > engulf: > set phone 4106269606 > set login "TIMEOUT 5 ogin:--ogin: brandon word: " > set timeout 120 > set redial 10.3 90 > set reconnect 1 900 > > ,--------------------------------,--------------------------------, > | Brandon Lockhart | Network Administrator | > | brandon@engulf.net | System Administrator | > | http://www.engulf.net/brandon/ | IRC Expert | > `--------------------------------`--------------------------------' -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message