クライアントが呼を開始するたびに、CHAT スクリプトが自動的に実行されます。CHAT スクリプトは、接続フェーズにおけるサーバーとの情報交換に使用します。
以下のログファイルの一部では、クライアントがサーバーの要求する応答を受信しなかったときに、生成されるログメッセージを示します。
11/14/95 15:38:52 - Connection requested to miles 11/14/95 15:38:53 - Dialing number P365 ... 11/14/95 15:39:35 - Got modem connection 11/14/95 15:39:53 - Timeout expired 11/14/95 15:40:03 - Timeout expired 11/14/95 15:40:13 - Timeout expired 11/14/95 15:40:23 - Timeout expired 11/14/95 15:40:23 - fail at line 18 in chat script /etc/opt/ SUNWconn/ppp/script/miles.scr |
以下のログファイルの一部では、クライアントがサーバーの要求する応答とは異なる応答を、サーバーに送信したときに生成されるログメッセージを示します。
11/14/95 15:58:03 - Connection requested to miles 11/14/95 15:58:04 - Dialing number P365 ... 11/14/95 15:58:37 - Got modem connection 11/14/95 15:59:16 - Timeout expired 11/14/95 15:59:16 - fail at line 25 in chat script /etc/opt/ SUNWconn/ppp/script/miles.scr |
CHAT スクリプトにエラーがあると、ログインシーケンスが正常に終了しないときにループバック状態を引き起こすことがあります。以下のログファイルの一部では、ループバック状態によって生成されるエラーメッセージを示します。
11/14/95 15:45:05 - Connection requested to miles 11/14/95 15:45:06 - Dialing number P365 ... 11/14/95 15:45:42 - Got modem connection 11/14/95 15:45:58 - PPP error on ipdptp0: Loop back detected 11/14/95 15:45:58 - Check if your connect script is correct. 11/14/95 15:45:58 - Or PPP may not be started on the remote host |