Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 1999 09:37:23 -0800
From:      Nesi Unanaowo <nesi_unanaowo@net.com>
To:        Jonathan Chen <jonc@pinnacle.co.nz>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ISP connect problem
Message-ID:  <36A61453.3CF9DF14@net.com>
References:  <Pine.SCO.3.96.990120133029.12689B-100000@kiwi.pinnacle.co.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36A61453.3CF9DF14>