From owner-freebsd-questions Wed Jan 20 13:25:50 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20773 for freebsd-questions-outgoing; Wed, 20 Jan 1999 13:25:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.net.com (ns1.net.com [134.56.3.101] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20768 for ; Wed, 20 Jan 1999 13:25:49 -0800 (PST) (envelope-from nesi_unanaowo@net.com) Received: from unet.net.com (unet [134.56.112.30]) by ns1.net.com (8.9.1/8.9.1) with SMTP id NAA18117 for ; Wed, 20 Jan 1999 13:30:22 -0800 (PST) Received: from west-mail.net.com by unet.net.com (SMI-8.6/SMI-SVR4) id NAA22843; Wed, 20 Jan 1999 13:24:23 -0800 Received: from net.com ([134.56.114.51]) by west-mail.net.com (Netscape Messaging Server 3.6) with ESMTP id AAA1086; Wed, 20 Jan 1999 13:25:39 -0800 Message-ID: <36A649C3.25D3A14D@net.com> Date: Wed, 20 Jan 1999 13:25:24 -0800 From: Nesi Unanaowo Organization: N.E.T. http://www.net.com X-Mailer: Mozilla 4.5C-NETv45 [en] (X11; U; SunOS 5.7 sun4m) X-Accept-Language: en, en-GB, fr, de MIME-Version: 1.0 To: Mark Ovens CC: Jonathan Chen , freebsd-questions@FreeBSD.ORG Subject: Re: ISP connect problem References: <36A61453.3CF9DF14@net.com> <36A61C6C.779BCE33@uk.radan.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > Nesi Unanaowo wrote: > > > > Jonathan Chen wrote: > > > > > On Tue, 19 Jan 1999, Nesi Unanaowo wrote: > > > > > > [...] > > > > > > > I have tried doing as you suggested, but no luck. When i type > > > > dial worldnet at the ppp prompt i get the following: > > > > Dial attempt 1 of 1 > > > > Warning: DialModem: dial failed > > > > I am attaching the ppp-log file even though it does not provide > > > > that much information. Apparently there is a problem dialing my > > > > modem. I am using this same modem to access the internet from my linux > > > > and window boxes. My modem is a USR(3Com) sportster 56k v90 > > > > > > Increase your debug level. Use > > > > > > set log chat phase ipcp > > > > > > in your default: section. This will generate logs that are a bit more > > > useful. > > > > > > Jonathan Chen > > > --------------------------------------------------------------------- > > > When all other forms of communication fail, use words > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > I made some progress this time around. The phone did dial but > > was unable to connect due to what i think might be an authentication > > problem. I have attached the log file, ppp.conf and ppp.secret file. > > I have however edited the ppp.conf and ppp.secret files to remove some > > personal information and replace them with some generic stuff. > > > > Thanks again for your help. > > > > Nesi > > > > ------------------------------------------------------------------------ > > default: > > set device /dev/cuaa1 > > set speed 115200 > > disable lqr > > deny lqr > > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" > > worldnet: > > set phone 5868060 > > accept chap > > deny pap > > set log chat phase ipcp > > set authname 123456789@worldnet.att.net > > set authkey mysecretpassword > > set login "TIMEOUT 5 Name:-\\r-ame:" > > set timeout 0 > > set openmode active > > set ifaddr 0 204.127.129.1/0 > > add 0 0 204.127.129.1/0 > > > > ------------------------------------------------------------------------ > > Jan 19 11:39:30 myname ppp[193]: Phase: Using interface: tun0 > > Jan 19 11:39:30 myname ppp[193]: Phase: PPP Started. > > Jan 19 11:39:42 myname ppp[193]: Phase: Connected! > > Jan 19 11:39:42 myname ppp[193]: Chat: Expecting: > > Jan 19 11:39:42 myname ppp[193]: Chat: Sending: ATE1Q0^M > > Jan 19 11:39:42 myname ppp[193]: Chat: Expecting: OK-AT-OK > > Jan 19 11:39:42 myname ppp[193]: Chat: Wait for (5): OK > > Jan 19 11:39:44 myname ppp[193]: Phase: Phone: 5868060 > > Jan 19 11:39:44 myname ppp[193]: Chat: Sending: ATDT5868060^M > > Jan 19 11:39:44 myname ppp[193]: Chat: Expecting: CONNECT > > Jan 19 11:39:44 myname ppp[193]: Chat: Wait for (40): CONNECT > > Jan 19 11:40:09 myname ppp[193]: Chat: Expecting: Name:-\r-ame: > > Jan 19 11:40:09 myname ppp[193]: Chat: Wait for (5): Name: > > Jan 19 11:40:16 myname ppp[193]: Chat: Got: 28800/ARQ/V34/LAPM/V42BIS^M ^M STATION ID - oakca06rs06pr001,oakca02ev^M ^M Welcome ^M Please Sign-on: > > Your CHAT script (set login) is expecting ``ame:'' but the peer is > sending ``Sign-on:''. Change ``set login'' to: > > set login "TIMEOUT 5 on:-\\r-on:" > > HTH > > > Jan 19 11:40:16 myname ppp[193]: Chat: Can't get (5). > > Jan 19 11:40:16 myname ppp[193]: Chat: Sending: ^M^M > > Jan 19 11:40:16 myname ppp[193]: Chat: Wait for (5): ame: > > Jan 19 11:40:22 myname ppp[193]: Chat: Got: ^M ^M Please Sign-on: > > Jan 19 11:40:22 myname ppp[193]: Chat: Can't get (5). > > Jan 19 11:40:23 myname ppp[193]: Phase: Modem: Connect time: 41 secs: 0 octets in, 0 octets out > > Jan 19 11:40:23 myname ppp[193]: Phase: total 0 bytes/sec > > Jan 19 11:43:14 myname ppp[193]: Phase: PPP Terminated (normal). > > > > ------------------------------------------------------------------------ > > 123456789@wolrdnet.att.net mysecretpassword 204.127.129.1/0 > > -- > Trust the computer industry to shorten Year 2000 to Y2K. It > was this thinking that caused the problem in the first place. > > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message I have passed the first hurdle. I was able to establish connection. I will work on smoothing out the rough edges. Thanks guys for alll your valuable suggestions. It is highly appreciated. -Nesi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message