Date: Wed, 20 Jan 1999 18:11:56 +0000 From: Mark Ovens <marko@uk.radan.com> To: Nesi Unanaowo <nesi_unanaowo@net.com> Cc: Jonathan Chen <jonc@pinnacle.co.nz>, freebsd-questions@FreeBSD.ORG Subject: Re: ISP connect problem Message-ID: <36A61C6C.779BCE33@uk.radan.com> References: <Pine.SCO.3.96.990120133029.12689B-100000@kiwi.pinnacle.co.nz> <36A61453.3CF9DF14@net.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36A61C6C.779BCE33>
