Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2000 12:01:02 GMT
From:      "Adam Hefetz" <adam_hefetz@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   pppd - chat script failed
Message-ID:  <20000625120102.6028.qmail@hotmail.com>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hi everyone,
When I try to connect to the internet typing pppd I get a message saying 
that the chat script failed. I'm adding my chat script and my options file.
Thanks, Adam
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

[-- Attachment #2 --]
# Options file for PPPD
/dev/cuaa1 115200

crtscts   
modem      
connect "/usr/bin/chat -f /etc/ppp/dial.chat"
noipdefault 
 	    
                
passive
domain hefetz.netvision.net.il 

:194.9.1.5

defaultroute



[-- Attachment #3 --]
#!/bin/sh
#
# This is part 2 of the ppp-on script. It will perform the connection
# protocol for the desired connection.
#
exec /usr/sbin/chat -v                                  \
        TIMEOUT         3                               \
        ABORT           '\nBUSY\r'                      \
        ABORT           '\nNO ANSWER\r'                 \
        ABORT           '\nRINGING\r\n\r\nRINGING\r'    \
        ''              \rAT                            \
        'OK-+++\c-OK'   ATH0                            \
        TIMEOUT         30                              \
        OK              ATDT1700700701                  \
        CONNECT         ''                              \


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000625120102.6028.qmail>