From owner-freebsd-questions@FreeBSD.ORG Mon Apr 12 23:56:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C2016A4CE for ; Mon, 12 Apr 2004 23:56:56 -0700 (PDT) Received: from inet-mail4.oracle.com (inet-mail4.oracle.com [148.87.2.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6D443D1D for ; Mon, 12 Apr 2004 23:56:55 -0700 (PDT) (envelope-from niraj17@iitbombay.org) Received: from inet-mail4.oracle.com (localhost [127.0.0.1]) i3D6skNF021797 for ; Mon, 12 Apr 2004 23:54:46 -0700 (PDT) Received: from rgmgw3.us.oracle.com (rgmgw3.us.oracle.com [138.1.191.12]) i3D6sico021784 for ; Mon, 12 Apr 2004 23:54:44 -0700 (PDT) Received: from rgmgw3.us.oracle.com (localhost [127.0.0.1]) i3D6unkU001998 for ; Tue, 13 Apr 2004 00:56:49 -0600 Received: from iitbombay.org (indl195ec.idc.oracle.com [152.69.162.195]) i3D6ukRp001959 for ; Tue, 13 Apr 2004 00:56:48 -0600 Message-ID: <407B8F2C.6020906@iitbombay.org> Date: Tue, 13 Apr 2004 12:26:44 +0530 From: Niraj Kumar User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ppp problems : Modem connection issues on FreeBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 06:56:56 -0000 Hi, I have a DSL modem with Globespan chipset. I am trying to use eciadsl usemode program ( http://eciadsl.flashtux.org/download.php?lang=en ) on FreeBSD 5.2.1 (AMD Athlon 2600 , A7N8X-VM motherboard). However , I am getting the following error and ppp connect failed . See the copy/paste from the terminal below : # ppp -background adsl Working in background mode Using interface: tun0 Child failed (errdead) After some more digging , I was able to enable logging . (See log below) From whatever I see in the log , I guess the culprit is the line which says : "Too many LCP NAKs sent - abandoning negotiation" . But I don't know how to address this problem . Could anybody please help me on this . NOTE that I am able to connect to my provider using the 0.8 version of usermode eciadsl program on Linux , on the same machine . Also , is there any other program which can be used on FreeBSD for this purpose ? FYI , I have to use *ppp over ATM ( PPPoA* == RFC2364 ) for this connection . If you need any more info , please let me know. thanks Niraj -----------------ppp.log ----------------------- Apr 8 20:00:53 ppp[638]: tun0: Phase: deflink: Connected! Apr 8 20:00:53 ppp[638]: tun0: Phase: deflink: opening -> dial Apr 8 20:00:53 ppp[638]: tun0: Chat: deflink: Dial attempt 1 of 10000 Apr 8 20:00:53 ppp[638]: tun0: Phase: deflink: dial -> carrier Apr 8 20:00:53 ppp[638]: tun0: Phase: deflink: carrier -> login Apr 8 20:00:53 ppp[638]: tun0: Phase: deflink: login -> lcp Apr 8 20:00:58 ppp[638]: tun0: Phase: deflink: Too many LCP NAKs sent - abandoning negotiation Apr 8 20:00:59 ppp[638]: tun0: Phase: deflink: Disconnected! Apr 8 20:00:59 ppp[638]: tun0: Phase: deflink: lcp -> logout Apr 8 20:00:59 ppp[638]: tun0: Phase: deflink: logout -> hangup Apr 8 20:00:59 ppp[638]: tun0: Phase: deflink: Disconnected! Apr 8 20:00:59 ppp[638]: tun0: Phase: deflink: Connect time: 6 secs: 1106 octets in, 558 octets out Apr 8 20:00:59 ppp[638]: tun0: Phase: deflink: 56 packets in, 32 packets out Apr 8 20:00:59 ppp[638]: tun0: Phase: total 277 bytes/sec, peak 35 bytes/sec on Thu Apr 8 20:00:58 2004 Apr 8 20:00:59 ppp[638]: tun0: Phase: deflink: HUPing 640 Apr 8 20:00:59 ppp[638]: tun0: Phase: deflink: hangup -> closed Apr 8 20:00:59 ppp[638]: tun0: Phase: bundle: Dead Apr 8 20:00:59 ppp[638]: tun0: Phase: PPP Terminated (normal). Apr 8 20:00:59 ppp[637]: tun0: Phase: Parent: Child failed (errdead) Apr 8 20:00:59 ppp[638]: tun0: Chat: Parent notified of failure ------------------------------------------------------------------------------------------------------