From owner-freebsd-questions Wed Jan 20 09:37:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24188 for freebsd-questions-outgoing; Wed, 20 Jan 1999 09:37:51 -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 JAA24183 for ; Wed, 20 Jan 1999 09:37:50 -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 JAA07380 for ; Wed, 20 Jan 1999 09:42:23 -0800 (PST) Received: from west-mail.net.com by unet.net.com (SMI-8.6/SMI-SVR4) id JAA05945; Wed, 20 Jan 1999 09:36:24 -0800 Received: from net.com ([134.56.114.51]) by west-mail.net.com (Netscape Messaging Server 3.6) with ESMTP id AAA2994; Wed, 20 Jan 1999 09:37:40 -0800 Message-ID: <36A61453.3CF9DF14@net.com> Date: Wed, 20 Jan 1999 09:37:23 -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: Jonathan Chen CC: freebsd-questions@FreeBSD.ORG Subject: Re: ISP connect problem References: Content-Type: multipart/mixed; boundary="------------D6C888AEED2D392A55D79810" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------D6C888AEED2D392A55D79810 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 --------------D6C888AEED2D392A55D79810 Content-Type: text/plain; charset=us-ascii; name="ppp.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ppp.conf" 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 --------------D6C888AEED2D392A55D79810 Content-Type: text/plain; charset=us-ascii; name="ppp.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ppp.log" 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: 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). --------------D6C888AEED2D392A55D79810 Content-Type: text/plain; charset=us-ascii; name="ppp.secret" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ppp.secret" 123456789@wolrdnet.att.net mysecretpassword 204.127.129.1/0 --------------D6C888AEED2D392A55D79810-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message