Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 12:36:45 +1000
From:      "Doug Young" <dougy@bryden.apana.org.au>
To:        "luke lastname" <vengeance321@yahoo.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ppp..error.....chat script failed
Message-ID:  <07a001c0a066$2b10bf00$847e03cb@apana.org.au>
References:  <20010227022300.58857.qmail@web12812.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sounds like the dreaded winmodem strikes again !!!!!!!!
I've heard tell there are such creatures as NON-winmodem
PCI thingies but if there is any truth in that story they sure don't
get as far from home as OZ !!!

The only ways I know to check  .... I believe there is a
database of modems around the net someplace, or you could
pop the beast in a Win2000 system & see if it dials out (they
generally "plug & pray" OK but refuse to dial.

----- Original Message -----
From: "luke lastname" <vengeance321@yahoo.com>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Tuesday, February 27, 2001 12:23 PM
Subject: ppp..error.....chat script failed


> I'm setting up ppp for the first time and when i enter
> into a manual connection i get "Chat Script Failed"
>
> I'm using a Rockwell 56k data fax PCI modem if that
> helps...
>
> any help is welcome
>
> thx
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/


----------------------------------------------------------------------------
----


> #########################################################################
> #
> #          Example of ppp.linkup file
> #
> #  This file is checked when ppp establishes a connection.
> #  ppp searches the labels in this file as follows:
> #
> #  1) The label that matches the IP number assigned to our side.
> #
> #  2) The label specified on the command line to ppp.
> #
> #  3) If no label has been found, use MYADDR if it exists.
> #
> #
> # $FreeBSD: src/share/examples/ppp/ppp.linkup.sample,v 1.2 1999/08/28
00:19:31 peter Exp $
> #
> #########################################################################
>
> # It is no longer necessary to re-add the default route here as our
> # ppp.conf route is `sticky' (see the man page).
> # If you're into sound effects when the link comes up, you can run
> # ``auplay'' (assuming NAS is installed and configured).
> #
> #MYADDR:
> # !bg /usr/X11R6/bin/auplay /etc/ppp/linkup.au
>
> # If we've got 192.244.176.32 as our address, then regard peer as a
gateway
> # to 192.244.176.0 network.  This may also be done in ppp.conf instead.
> #
> #192.244.176.32:
> # add 192.244.176.0 0 HISADDR
>
> #You may want to execute a script after connecting.  This script can do
> # nice things such as kick off "sendmail -q", "popclient my.isp" and
> # "slurp -d news".  It can be passed MYADDR, HISADDR and INTERFACE
> # as arguments too - useful for informing a DNS of your assigned IP.
> #
> # You may also want some sound effects....
> #
> #pmdemand:
> 3 !bg /etc/ppp/ppp.etherup.pmdemand
> # ! sh -c "cat /etc/ppp/linkup.au >/dev/audio"
>
> # If your minimum call charge is 5 minutes, you may as well stay on
> # the line for that amount of time.  If we want a 60 second subsequent
> # timeout, set your timeout to 300 in ppp.conf and then do this:
> #
> #min5minutes:
> # !bg sh -c "sleep 240; pppctl -p mypassword 3000 set timeout 60"
>
> myisp:
>  delete ALL
>  add 0 0 HISADDR
>


----------------------------------------------------------------------------
----


> #################################################################
> # PPP  Sample Configuration File
> # Originally written by Toshiharu OHNO
> # Simplified 5/14/1999 by wself@cdrom.com
> #
> # See /usr/share/examples/ppp/ for some examples
> #
> # $FreeBSD: src/etc/ppp/ppp.conf,v 1.2.2.1 2000/08/18 08:33:02 jhb Exp $
> #################################################################
>
> #default:
> # ident user-ppp VERSION (built COMPILATIONDATE)
>
>  # Ensure that "device" references the correct serial port
>  # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
>  #
> # set device /dev/cuaa1
>
> # set log Phase Chat LCP IPCP CCP tun command
> # set speed 115200
> # set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
> #           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
> # set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
> # set timeout 120 # 3 mintue idle timer (the default)
> # add default HISADDR # Add a (sticky) default route
> # enable dns # request DNS info (for resolv.conf)
>
> #papchap:
>
>  #
>  # edit the next three lines and replace the items in caps with
>  # the values which have been assigned by your ISP.
>  #
>
> # set phone PHONE_NUM
> # set authname USERNAME
> # set authkey PASSWORD
>
> default:
>  set device /dev/cuaa0
>  set speed 115200
>  disable lqr
>  deny lqr
>  set dial "ABORT BUSY ABORT NO\\sDIALTONE ABORT VOICE TIMEOUT 5 \"\"
AT&F0M0 OK-AT-OK \\dATDT\\t TIMEOUT 40 CONNECT"
>
> interactive:
>  set phone PHONE NUMBER
>  set login "TIMEOUT 5 name:-\\r-name: USERNAME word: PASSWORD"
>  set timeout 300
>  set openmode active
>
> myisp:
>  set phone PHONE NUMBER
>  set login "TIMEOUT 5 name:-\\r-name: USERNAME word: PASSWORD"
>  set timeout 300
>  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0
>  add 0 0 HISADDR
>  set openmode active
>


----------------------------------------------------------------------------
----


> Feb 22 20:10:21 luke ppp[1291]: Phase: Using interface: tun0
> Feb 22 20:10:21 luke ppp[1291]: Phase: deflink: Created in closed state
> Feb 22 20:10:21 luke ppp[1291]: Phase: PPP Started (interactive mode).
> Feb 22 20:10:48 luke ppp[1291]: Phase: PPP Terminated (normal).
> Feb 22 20:11:12 luke ppp[1293]: Phase: Using interface: tun0
> Feb 22 20:11:12 luke ppp[1293]: Phase: deflink: Created in closed state
> Feb 22 20:11:12 luke ppp[1293]: Phase: PPP Started (interactive mode).
> Feb 22 20:11:16 luke ppp[1293]: Phase: bundle: Establish
> Feb 22 20:11:16 luke ppp[1293]: Phase: deflink: closed -> opening
> Feb 22 20:11:16 luke ppp[1293]: Phase: deflink: Connected!
> Feb 22 20:11:16 luke ppp[1293]: Phase: deflink: opening -> dial
> Feb 22 20:11:26 luke ppp[1293]: Warning: Chat script failed
> Feb 22 20:11:26 luke ppp[1293]: Phase: deflink: dial -> hangup
> Feb 22 20:11:26 luke ppp[1293]: Phase: deflink: Disconnected!
> Feb 22 20:11:26 luke ppp[1293]: Phase: deflink: Connect time: 10 secs: 0
octets in, 0 octets out
> Feb 22 20:11:26 luke ppp[1293]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 22 20:11:26 luke ppp[1293]: Phase:  total 0 bytes/sec, peak 0
bytes/sec on Thu Feb 22 20:11:26 2001
> Feb 22 20:11:26 luke ppp[1293]: Phase: deflink: hangup -> closed
> Feb 22 20:11:26 luke ppp[1293]: Phase: bundle: Dead
> Feb 22 20:12:14 luke ppp[1293]: Phase: bundle: Establish
> Feb 22 20:12:14 luke ppp[1293]: Phase: deflink: closed -> opening
> Feb 22 20:12:14 luke ppp[1293]: Phase: deflink: Connected!
> Feb 22 20:12:14 luke ppp[1293]: Phase: deflink: opening -> dial
> Feb 22 20:12:24 luke ppp[1293]: Warning: Chat script failed
> Feb 22 20:12:24 luke ppp[1293]: Phase: deflink: dial -> hangup
> Feb 22 20:12:24 luke ppp[1293]: Phase: deflink: Disconnected!
> Feb 22 20:12:24 luke ppp[1293]: Phase: deflink: Connect time: 10 secs: 0
octets in, 0 octets out
> Feb 22 20:12:24 luke ppp[1293]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 22 20:12:24 luke ppp[1293]: Phase:  total 0 bytes/sec, peak 0
bytes/sec on Thu Feb 22 20:12:24 2001
> Feb 22 20:12:24 luke ppp[1293]: Phase: deflink: hangup -> closed
> Feb 22 20:12:24 luke ppp[1293]: Phase: bundle: Dead
> Feb 22 20:12:38 luke ppp[1293]: Phase: PPP Terminated (normal).
> Feb 22 20:21:43 luke ppp[1317]: Phase: Using interface: tun0
> Feb 22 20:21:43 luke ppp[1317]: Phase: deflink: Created in closed state
> Feb 22 20:21:43 luke ppp[1317]: Phase: PPP Started (interactive mode).
> Feb 22 20:22:14 luke ppp[1317]: Phase: PPP Terminated (normal).
> Feb 22 20:22:16 luke ppp[1318]: Phase: Using interface: tun0
> Feb 22 20:22:16 luke ppp[1318]: Phase: deflink: Created in closed state
> Feb 22 20:22:16 luke ppp[1318]: Phase: PPP Started (interactive mode).
> Feb 22 20:22:48 luke ppp[1318]: Phase: bundle: Establish
> Feb 22 20:22:48 luke ppp[1318]: Phase: deflink: closed -> opening
> Feb 22 20:22:48 luke ppp[1318]: Phase: deflink: Connected!
> Feb 22 20:22:48 luke ppp[1318]: Phase: deflink: opening -> carrier
> Feb 22 20:22:49 luke ppp[1318]: Phase: deflink: /dev/cuaa0 doesn't support
CD
> Feb 22 20:22:49 luke ppp[1318]: Phase: deflink: carrier -> ready
> Feb 22 20:23:54 luke ppp[1318]: Phase: Signal 1, terminate.
> Feb 22 20:23:54 luke ppp[1318]: Phase: deflink: Disconnected!
> Feb 22 20:23:54 luke ppp[1318]: Phase: deflink: Connect time: 66 secs: 0
octets in, 0 octets out
> Feb 22 20:23:54 luke ppp[1318]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 22 20:23:54 luke ppp[1318]: Phase:  total 0 bytes/sec, peak 0
bytes/sec on Thu Feb 22 20:23:54 2001
> Feb 22 20:23:54 luke ppp[1318]: Phase: deflink: ready -> closed
> Feb 22 20:23:54 luke ppp[1318]: Phase: bundle: Dead
> Feb 22 20:23:54 luke ppp[1318]: Phase: Signal 1, terminate.
> Feb 22 20:23:54 luke ppp[1318]: Phase: PPP Terminated (normal).
> Feb 22 20:33:46 luke ppp[259]: Phase: Using interface: tun0
> Feb 22 20:33:46 luke ppp[259]: Phase: deflink: Created in closed state
> Feb 22 20:33:46 luke ppp[259]: Phase: PPP Started (interactive mode).
> Feb 22 20:33:50 luke ppp[259]: Phase: bundle: Establish
> Feb 22 20:33:50 luke ppp[259]: Phase: deflink: closed -> opening
> Feb 22 20:33:50 luke ppp[259]: Phase: deflink: Connected!
> Feb 22 20:33:50 luke ppp[259]: Phase: deflink: opening -> dial
> Feb 22 20:34:01 luke ppp[259]: Warning: Chat script failed
> Feb 22 20:34:01 luke ppp[259]: Phase: deflink: dial -> hangup
> Feb 22 20:34:01 luke ppp[259]: Phase: deflink: Disconnected!
> Feb 22 20:34:01 luke ppp[259]: Phase: deflink: Connect time: 11 secs: 0
octets in, 0 octets out
> Feb 22 20:34:01 luke ppp[259]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 22 20:34:01 luke ppp[259]: Phase:  total 0 bytes/sec, peak 0 bytes/sec
on Thu Feb 22 20:34:01 2001
> Feb 22 20:34:01 luke ppp[259]: Phase: deflink: hangup -> closed
> Feb 22 20:34:01 luke ppp[259]: Phase: bundle: Dead
> Feb 22 20:34:12 luke ppp[259]: Phase: bundle: Establish
> Feb 22 20:34:12 luke ppp[259]: Phase: deflink: closed -> opening
> Feb 22 20:34:12 luke ppp[259]: Phase: deflink: Connected!
> Feb 22 20:34:12 luke ppp[259]: Phase: deflink: opening -> dial
> Feb 22 20:34:22 luke ppp[259]: Warning: Chat script failed
> Feb 22 20:34:22 luke ppp[259]: Phase: deflink: dial -> hangup
> Feb 22 20:34:22 luke ppp[259]: Phase: deflink: Disconnected!
> Feb 22 20:34:22 luke ppp[259]: Phase: deflink: Connect time: 10 secs: 0
octets in, 0 octets out
> Feb 22 20:34:22 luke ppp[259]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 22 20:34:22 luke ppp[259]: Phase:  total 0 bytes/sec, peak 0 bytes/sec
on Thu Feb 22 20:34:22 2001
> Feb 22 20:34:22 luke ppp[259]: Phase: deflink: hangup -> closed
> Feb 22 20:34:22 luke ppp[259]: Phase: bundle: Dead
> Feb 22 20:34:34 luke ppp[259]: Phase: bundle: Establish
> Feb 22 20:34:34 luke ppp[259]: Phase: deflink: closed -> opening
> Feb 22 20:34:34 luke ppp[259]: Phase: deflink: Connected!
> Feb 22 20:34:34 luke ppp[259]: Phase: deflink: opening -> dial
> Feb 22 20:34:44 luke ppp[259]: Warning: Chat script failed
> Feb 22 20:34:44 luke ppp[259]: Phase: deflink: dial -> hangup
> Feb 22 20:34:44 luke ppp[259]: Phase: deflink: Disconnected!
> Feb 22 20:34:44 luke ppp[259]: Phase: deflink: Connect time: 10 secs: 0
octets in, 0 octets out
> Feb 22 20:34:44 luke ppp[259]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 22 20:34:44 luke ppp[259]: Phase:  total 0 bytes/sec, peak 0 bytes/sec
on Thu Feb 22 20:34:44 2001
> Feb 22 20:34:44 luke ppp[259]: Phase: deflink: hangup -> closed
> Feb 22 20:34:44 luke ppp[259]: Phase: bundle: Dead
> Feb 22 20:34:51 luke ppp[259]: Phase: PPP Terminated (normal).
> Feb 25 18:46:14 luke ppp[207]: Phase: Using interface: tun0
> Feb 25 18:46:14 luke ppp[207]: Phase: deflink: Created in closed state
> Feb 25 18:46:14 luke ppp[207]: Phase: PPP Started (interactive mode).
> Feb 25 18:46:17 luke ppp[207]: Phase: bundle: Establish
> Feb 25 18:46:17 luke ppp[207]: Phase: deflink: closed -> opening
> Feb 25 18:46:17 luke ppp[207]: Phase: deflink: Connected!
> Feb 25 18:46:17 luke ppp[207]: Phase: deflink: opening -> carrier
> Feb 25 18:46:18 luke ppp[207]: Phase: deflink: /dev/cuaa0 doesn't support
CD
> Feb 25 18:46:18 luke ppp[207]: Phase: deflink: carrier -> ready
> Feb 25 18:47:20 luke ppp[207]: Phase: deflink: ready -> carrier
> Feb 25 18:47:20 luke ppp[207]: Phase: deflink: carrier -> lcp
> Feb 25 18:47:36 luke ppp[207]: Phase: deflink: Disconnected!
> Feb 25 18:47:36 luke ppp[207]: Phase: deflink: Connect time: 79 secs: 0
octets in, 265 octets out
> Feb 25 18:47:36 luke ppp[207]: Phase: deflink: : 0 packets in, 5 packets
out
> Feb 25 18:47:36 luke ppp[207]: Phase:  total 3 bytes/sec, peak 21
bytes/sec on Sun Feb 25 18:47:36 2001
> Feb 25 18:47:36 luke ppp[207]: Phase: deflink: lcp -> closed
> Feb 25 18:47:36 luke ppp[207]: Phase: bundle: Dead
> Feb 25 18:47:45 luke ppp[207]: Phase: PPP Terminated (normal).
> Feb 25 18:47:48 luke ppp[208]: Phase: Using interface: tun0
> Feb 25 18:47:48 luke ppp[208]: Phase: deflink: Created in closed state
> Feb 25 18:47:48 luke ppp[208]: Phase: PPP Started (interactive mode).
> Feb 25 18:47:51 luke ppp[208]: Phase: bundle: Establish
> Feb 25 18:47:51 luke ppp[208]: Phase: deflink: closed -> opening
> Feb 25 18:47:52 luke ppp[208]: Phase: deflink: Connected!
> Feb 25 18:47:52 luke ppp[208]: Phase: deflink: opening -> carrier
> Feb 25 18:47:53 luke ppp[208]: Phase: deflink: /dev/cuaa0 doesn't support
CD
> Feb 25 18:47:53 luke ppp[208]: Phase: deflink: carrier -> ready
> Feb 25 18:49:13 luke ppp[208]: Phase: deflink: ready -> carrier
> Feb 25 18:49:13 luke ppp[208]: Phase: deflink: carrier -> lcp
> Feb 25 18:49:25 luke ppp[208]: Phase: Caught signal 2, abort connection(s)
> Feb 25 18:49:25 luke ppp[208]: Phase: deflink: Disconnected!
> Feb 25 18:49:25 luke ppp[208]: Phase: deflink: Connect time: 93 secs: 0
octets in, 138 octets out
> Feb 25 18:49:25 luke ppp[208]: Phase: deflink: : 0 packets in, 4 packets
out
> Feb 25 18:49:25 luke ppp[208]: Phase:  total 1 bytes/sec, peak 20
bytes/sec on Sun Feb 25 18:49:25 2001
> Feb 25 18:49:25 luke ppp[208]: Phase: deflink: lcp -> closed
> Feb 25 18:49:25 luke ppp[208]: Phase: bundle: Dead
> Feb 25 18:49:25 luke ppp[208]: Phase: PPP Terminated (normal).
> Feb 26 17:29:02 luke ppp[221]: Phase: Using interface: tun0
> Feb 26 17:29:02 luke ppp[221]: Phase: deflink: Created in closed state
> Feb 26 17:29:02 luke ppp[221]: Phase: PPP Started (interactive mode).
> Feb 26 17:29:09 luke ppp[221]: Phase: bundle: Establish
> Feb 26 17:29:09 luke ppp[221]: Phase: deflink: closed -> opening
> Feb 26 17:29:09 luke ppp[221]: Phase: deflink: Connected!
> Feb 26 17:29:09 luke ppp[221]: Phase: deflink: opening -> dial
> Feb 26 17:29:19 luke ppp[221]: Warning: Chat script failed
> Feb 26 17:29:19 luke ppp[221]: Phase: deflink: dial -> hangup
> Feb 26 17:29:19 luke ppp[221]: Phase: deflink: Disconnected!
> Feb 26 17:29:19 luke ppp[221]: Phase: deflink: Connect time: 10 secs: 0
octets in, 0 octets out
> Feb 26 17:29:19 luke ppp[221]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 26 17:29:19 luke ppp[221]: Phase:  total 0 bytes/sec, peak 0 bytes/sec
on Mon Feb 26 17:29:19 2001
> Feb 26 17:29:19 luke ppp[221]: Phase: deflink: hangup -> closed
> Feb 26 17:29:19 luke ppp[221]: Phase: bundle: Dead
> Feb 26 17:29:31 luke ppp[221]: Phase: bundle: Establish
> Feb 26 17:29:31 luke ppp[221]: Phase: deflink: closed -> opening
> Feb 26 17:29:49 luke ppp[221]: Phase: deflink: Connected!
> Feb 26 17:29:49 luke ppp[221]: Phase: deflink: opening -> carrier
> Feb 26 17:29:50 luke ppp[221]: Phase: deflink: /dev/cuaa0 doesn't support
CD
> Feb 26 17:29:50 luke ppp[221]: Phase: deflink: carrier -> ready
> Feb 26 17:30:45 luke ppp[221]: Phase: deflink: Disconnected!
> Feb 26 17:30:45 luke ppp[221]: Phase: deflink: Connect time: 56 secs: 0
octets in, 0 octets out
> Feb 26 17:30:45 luke ppp[221]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 26 17:30:45 luke ppp[221]: Phase:  total 0 bytes/sec, peak 0 bytes/sec
on Mon Feb 26 17:30:45 2001
> Feb 26 17:30:45 luke ppp[221]: Phase: deflink: ready -> closed
> Feb 26 17:30:45 luke ppp[221]: Phase: bundle: Dead
> Feb 26 17:30:45 luke ppp[221]: Phase: PPP Terminated (normal).
> Feb 26 17:31:41 luke ppp[228]: Phase: Using interface: tun0
> Feb 26 17:31:41 luke ppp[228]: Phase: deflink: Created in closed state
> Feb 26 17:31:41 luke ppp[228]: Phase: PPP Started (interactive mode).
> Feb 26 17:31:50 luke ppp[228]: Phase: bundle: Establish
> Feb 26 17:31:50 luke ppp[228]: Phase: deflink: closed -> opening
> Feb 26 17:31:50 luke ppp[228]: Phase: deflink: Connected!
> Feb 26 17:31:50 luke ppp[228]: Phase: deflink: opening -> dial
> Feb 26 17:32:00 luke ppp[228]: Warning: Chat script failed
> Feb 26 17:32:00 luke ppp[228]: Phase: deflink: dial -> hangup
> Feb 26 17:32:00 luke ppp[228]: Phase: deflink: Disconnected!
> Feb 26 17:32:00 luke ppp[228]: Phase: deflink: Connect time: 10 secs: 0
octets in, 0 octets out
> Feb 26 17:32:00 luke ppp[228]: Phase: deflink: : 0 packets in, 0 packets
out
> Feb 26 17:32:00 luke ppp[228]: Phase:  total 0 bytes/sec, peak 0 bytes/sec
on Mon Feb 26 17:32:00 2001
> Feb 26 17:32:00 luke ppp[228]: Phase: deflink: hangup -> closed
> Feb 26 17:32:00 luke ppp[228]: Phase: bundle: Dead
> Feb 26 17:32:08 luke ppp[228]: Phase: PPP Terminated (normal).
>


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?07a001c0a066$2b10bf00$847e03cb>