Hi All, I'm trying connect on internet via modem( dial-up) with Openbsd 3.7. Did the configuration as tell the manual (I guess) but something is wrong on my chatscript. Below I put my ppp.conf, options, chatscript, ppp.secrets and chat-secrets to you take a look. The symptom is:
The modem do the dial and I get a request ( user and pass ) after term , at and atdt(number) command, but this is the end. Don`t establish connection, get Ip address or another configurations about ISP. The error is: Warning: Chat script failed I really appreciate if someone help me on that... The files: ################## [EMAIL PROTECTED] ppp]# more ppp.conf ################################################################# # PPP Sample Configuration File # Originally written by Toshiharu OHNO # Simplified 5/14/1999 by [EMAIL PROTECTED] # # See /usr/share/examples/ppp/ for some examples # # $OpenBSD: src/etc/ppp/ppp.conf,v 1.2.2.4 2001/02/22 23:28:42 brian Exp $ ################################################################# default: ident user-ppp VERSION (built COMPILATIONDATE) set device /dev/cua01 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 20 \"\" AT \ OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 60 RING ATA CONNECT" set redial 5 10 set log Phase Chat LCP IPCP CCP tun command # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. terra: set phone 46498433 set login TIMEOUT 10 ogin:--ogin: my_user word: my_pass set authname my_user set authkey my_pass set timeout 30 add 0 0 HISADDR enable dns [EMAIL PROTECTED] ppp]# ########################## [EMAIL PROTECTED] ppp]# more pap-secrets "my_user" * "my_pass" [EMAIL PROTECTED] ppp]# ############################# [EMAIL PROTECTED] ppp]# more options lock auth defaultroute modem 115200 crtscts [EMAIL PROTECTED] ppp]# ############################## [EMAIL PROTECTED] ppp]# more chatscript ABORT BUSY ABORT 'NO CARRIER' '' ATZ OK ATDT46498433 CONNECT '' '' '' '' '' Userid:--Userid: my_user assword?--assword? my_pass [EMAIL PROTECTED] ppp]# #################################### # $OpenBSD: ppp.secret.sample,v 1.4 2002/06/09 06:15:15 todd Exp $ # ################################################## # Authname Authkey Peer's IP address Label Callback my_user my_pass 192.2.18.34 ############################## My modem is a USRobotics v90 56k external Thank you Alexandre