From owner-freebsd-questions Wed Oct 9 16:28:26 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 F3C0C37B401 for ; Wed, 9 Oct 2002 16:28:20 -0700 (PDT) Received: from smtprelay7.dc2.adelphia.net (smtprelay7.dc2.adelphia.net [64.8.50.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id C884F43E4A for ; Wed, 9 Oct 2002 16:28:19 -0700 (PDT) (envelope-from barbish@a1poweruser.com) Received: from barbish ([68.65.175.62]) by smtprelay7.dc2.adelphia.net (Netscape Messaging Server 4.15 smtprelay7 Dec 7 2001 09:58:59) with SMTP id H3QMJ502.ZJ3; Wed, 9 Oct 2002 19:28:17 -0400 Reply-To: From: "JoeB" To: "Lane Holcombe" , Subject: RE: pcAnywhere over ppp Date: Wed, 9 Oct 2002 19:28:16 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <200210092307.g99N7uxh007140@cd-solutions.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 PcAnywhere only speaks to pcAnywhere. PcAnywhere is a windows application only. You can not dial into pcAnywhere from user ppp, it does not work that way. Forget pcAnywhere and work on dialin connection to NT host. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lane Holcombe Sent: Wednesday, October 09, 2002 7:08 PM To: barbish@a1poweruser.com; Lane Holcombe; freebsd-questions@FreeBSD.ORG Subject: RE: pcAnywhere over ppp Thanks for your reply. But I don't use pcAnywhere, my client does. I just want to establish a TCP/IP connection to their NT host over the phone line. I use ppp from FreeBSD to connect to various types of hosts, but this is the first time I've ever had to connect to pcAnywhere. What I'm trying to determine is how to authenticate to a pcAnywhere host from a client using ppp on FreeBSD. But I get the feeling that pcAnywhere doesn't speak my language. lane > Pcanywhere has to be run from a pc that has a public ip address to > the other pc which also has to be on a public ip address. > > What I do is have the user of the pc I want to take over to dial out to the > internet > and establish it's connection, then start pcanywhere and configure it to > wait for incoming connection request. > > On the pc I am using I configure pcanywhere with the high order public ip > address > numbers and pcanywhere then scans whole ip address block for a ip address > that is pcanywhere aware. > > You really have to read the instruction that come with pcanywhere for > details. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lane Holcombe > Sent: Wednesday, October 09, 2002 2:37 PM > To: freebsd-questions@FreeBSD.ORG > Subject: pcAnywhere over ppp > > 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 > > > Lane Holcombe CD Solutions (205) 223 - 4791 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message