From owner-freebsd-questions Wed Oct 9 11:36:48 2002 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 48E2837B401 for ; Wed, 9 Oct 2002 11:36:45 -0700 (PDT) Received: from cd-solutions.net (dsl-65-189-112-241.telocity.com [65.189.112.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE9543E6E for ; Wed, 9 Oct 2002 11:36:44 -0700 (PDT) (envelope-from lane@cd-solutions.net) Received: from cd-solutions.net (localhost [127.0.0.1]) by cd-solutions.net (8.12.3/8.12.3) with ESMTP id g99IadiR006562 for ; Wed, 9 Oct 2002 13:36:39 -0500 (CDT) (envelope-from lane@cd-solutions.net) Received: (from nobody@localhost) by cd-solutions.net (8.12.3/8.12.3/Submit) id g99IadLs006561; Wed, 9 Oct 2002 13:36:39 -0500 (CDT) Date: Wed, 9 Oct 2002 13:36:39 -0500 (CDT) Message-Id: <200210091836.g99IadLs006561@cd-solutions.net> X-Authentication-Warning: cd-solutions.net: nobody set sender to lane@cd-solutions.net using -f From: "Lane Holcombe" To: freebsd-questions@freebsd.org Subject: pcAnywhere over ppp X-Mailer: NeoMail 1.25 X-IPAddress: 66.47.111.183 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a number of clients for whom I periodicaly dial in to provide consulting services. In all cases I use ppp on FreeBSD 4.5. Many clients have RAS servers, AS/400 modems, and several other remote dial-in facilities. But one client uses pcAnywhere and I cannot seem to connect with it. Below is the /var/log/ppp.log file. Typically I can determine the cause of a rejected connection, but this time it is unclear. I see "LCP: deflink: State change Stopped --> Closed" but I can't figure out what causes it.: If anyone has experience with ppp over pcAnywhere modem connection then please clue me in. Thanks, lane Oct 9 12:59:11 joeandlane ppp[20895]: Phase: Using interface: tun0 Oct 9 12:59:11 joeandlane ppp[20895]: Phase: deflink: Created in closed state Oct 9 12:59:11 joeandlane ppp[20895]: tun0: Command: default: set speed 115200 Oct 9 12:59:11 joeandlane ppp[20895]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0M1 OK \dATDT\T TIMEOUT 40 CONNECT Oct 9 12:59:11 joeandlane ppp[20895]: tun0: Command: default: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Oct 9 12:59:11 joeandlane ppp[20895]: tun0: Command: default: set timeout 360 Oct 9 12:59:11 joeandlane ppp[20895]: tun0: Command: thebank: set phone 19999999999 Oct 9 12:59:11 joeandlane ppp[20895]: tun0: Command: thebank: set authname my.userid Oct 9 12:59:11 joeandlane ppp[20895]: tun0: Command: thebank: set authkey ******** Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Phase: PPP Started (auto mode). Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Phase: bundle: Establish Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Phase: deflink: closed -> opening Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Phase: deflink: Connected! Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Phase: deflink: opening -> dial Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Chat: Phone: 19999999999 Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Chat: deflink: Dial attempt 1 of 1 Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Chat: Send: AT^M Oct 9 12:59:11 joeandlane ppp[20896]: tun0: Chat: Expect(5): OK Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Expect timeout Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Send: AT^M Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Expect(5): OK Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Received: AT^M^M Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Received: OK^M Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Send: ATE1Q0M1^M Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Expect(5): OK Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Received: ATE1Q0M1^M^M Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Received: OK^M Oct 9 12:59:16 joeandlane ppp[20896]: tun0: Chat: Send: ATDT19999999999^M Oct 9 12:59:18 joeandlane ppp[20896]: tun0: Chat: Expect(40): CONNECT Oct 9 12:59:33 joeandlane ppp[20896]: tun0: Chat: Received: ATDT19999999999^M^M Oct 9 12:59:33 joeandlane ppp[20896]: tun0: Chat: Received: CONNECT 115200^M Oct 9 12:59:33 joeandlane ppp[20896]: tun0: Phase: deflink: dial -> carrier Oct 9 12:59:34 joeandlane ppp[20896]: tun0: Phase: deflink: /dev/cuaa0: CD detected Oct 9 12:59:34 joeandlane ppp[20896]: tun0: Phase: deflink: carrier -> login Oct 9 12:59:34 joeandlane ppp[20896]: tun0: Phase: deflink: login -> lcp Oct 9 12:59:34 joeandlane ppp[20896]: tun0: LCP: FSM: Using "deflink" as a transport Oct 9 12:59:34 joeandlane ppp[20896]: tun0: LCP: deflink: State change Initial --> Closed Oct 9 12:59:34 joeandlane ppp[20896]: tun0: LCP: deflink: State change Closed --> Stopped Oct 9 12:59:35 joeandlane ppp[20896]: tun0: LCP: deflink: LayerStart Oct 9 12:59:35 joeandlane ppp[20896]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped Oct 9 12:59:35 joeandlane ppp[20896]: tun0: LCP: ACFCOMP[2] Oct 9 12:59:35 joeandlane ppp[20896]: tun0: LCP: PROTOCOMP[2] Oct 9 12:59:35 joeandlane ppp[20896]: tun0: LCP: ACCMAP[6] 0x00000000 Oct 9 12:59:35 joeandlane ppp[20896]: tun0: LCP: MRU[4] 1500 Oct 9 12:59:35 joeandlane ppp[20896]: tun0: LCP: MAGICNUM[6] 0xe9ee6b65 Oct 9 12:59:35 joeandlane ppp[20896]: tun0: LCP: deflink: State change Stopped --> Req-Sent Oct 9 12:59:38 joeandlane ppp[20896]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Oct 9 12:59:38 joeandlane ppp[20896]: tun0: LCP: ACFCOMP[2] Oct 9 12:59:38 joeandlane ppp[20896]: tun0: LCP: PROTOCOMP[2] Oct 9 12:59:38 joeandlane ppp[20896]: tun0: LCP: ACCMAP[6] 0x00000000 Oct 9 12:59:38 joeandlane ppp[20896]: tun0: LCP: MRU[4] 1500 Oct 9 12:59:38 joeandlane ppp[20896]: tun0: LCP: MAGICNUM[6] 0xe9ee6b65 Oct 9 12:59:41 joeandlane ppp[20896]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Oct 9 12:59:41 joeandlane ppp[20896]: tun0: LCP: ACFCOMP[2] Oct 9 12:59:41 joeandlane ppp[20896]: tun0: LCP: PROTOCOMP[2] Oct 9 12:59:41 joeandlane ppp[20896]: tun0: LCP: ACCMAP[6] 0x00000000 Oct 9 12:59:41 joeandlane ppp[20896]: tun0: LCP: MRU[4] 1500 Oct 9 12:59:41 joeandlane ppp[20896]: tun0: LCP: MAGICNUM[6] 0xe9ee6b65 Oct 9 12:59:44 joeandlane ppp[20896]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Oct 9 12:59:44 joeandlane ppp[20896]: tun0: LCP: ACFCOMP[2] Oct 9 12:59:44 joeandlane ppp[20896]: tun0: LCP: PROTOCOMP[2] Oct 9 12:59:44 joeandlane ppp[20896]: tun0: LCP: ACCMAP[6] 0x00000000 Oct 9 12:59:44 joeandlane ppp[20896]: tun0: LCP: MRU[4] 1500 Oct 9 12:59:44 joeandlane ppp[20896]: tun0: LCP: MAGICNUM[6] 0xe9ee6b65 Oct 9 12:59:47 joeandlane ppp[20896]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent Oct 9 12:59:47 joeandlane ppp[20896]: tun0: LCP: ACFCOMP[2] Oct 9 12:59:47 joeandlane ppp[20896]: tun0: LCP: PROTOCOMP[2] Oct 9 12:59:47 joeandlane ppp[20896]: tun0: LCP: ACCMAP[6] 0x00000000 Oct 9 12:59:47 joeandlane ppp[20896]: tun0: LCP: MRU[4] 1500 Oct 9 12:59:47 joeandlane ppp[20896]: tun0: LCP: MAGICNUM[6] 0xe9ee6b65 Oct 9 12:59:50 joeandlane ppp[20896]: tun0: LCP: deflink: LayerFinish Oct 9 12:59:50 joeandlane ppp[20896]: tun0: LCP: deflink: State change Req-Sent --> Stopped Oct 9 12:59:50 joeandlane ppp[20896]: tun0: LCP: deflink: State change Stopped --> Closed Oct 9 12:59:50 joeandlane ppp[20896]: tun0: LCP: deflink: State change Closed --> Initial Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: deflink: Disconnected! Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: deflink: lcp -> logout Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: deflink: logout -> hangup Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: deflink: Disconnected! Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: deflink: Connect time: 39 secs: 0 octets in, 260 octets out Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: deflink: 0 packets in, 5 packets out Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: total 6 bytes/sec, peak 20 bytes/sec on Wed Oct 9 12:59:38 2002 Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: deflink: hangup -> closed Oct 9 12:59:50 joeandlane ppp[20896]: tun0: Phase: bundle: Dead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message