[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

diald



I am having trouble getting Diald to work. It recognizes when packets 
are being routed through the SLIP proxy but when it tries to open the 
modem and dial, the TR, RS, RD, and SD lights on my modem light up 
for about a second, but nothing happens.

I am running Debian 2.0 on Kernel 2.2.3. I have all the necisary PPP 
and SLIP proticols compiled in. 

Here are copies of my config files:

/etc/ppp/options
================

# -detach
# modem
# lock
# crtscts
# defaultroute
asyncmap 0
mtu 552
mru 552


/etc/nsswitch.conf
==================

# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# Information about this file is available in the `libc6-doc' package.

passwd:         compat
group:          compat
shadow:         compat

hosts:          files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       db files


/etc/diald/diald.options
========================

mode ppp
device /dev/ttyS0
connect /usr/diald/connect.iccom.com
disconnect /usr/ppp/ppp-off
modem
lock
crtscts
local 192.168.1.1
remote 192.168.1.9
dynamic
defaultroute
two-way
include /etc/diald/standard.filter


/etc/diald/connect.iccom.com
============================

  #!/bin/sh
  /usr/sbin/chat -v                                       \
          TIMEOUT         3                               \
          ABORT           '\nBUSY\r'                      \
          ABORT           '\nNO ANSWER\r'                 \
          ABORT           '\nRINGING\r\n\r\nRINGING\r'    \
          ''              AT                              \
          'OK-+++\c-OK'   ATH0                            \
          TIMEOUT         30                              \
          OK              'ATDT 8488237'                  \
          CONNECT         ''                              \
          ogin:--ogin:    shadow                          \
          assword:        mypassword



Thank You for any help you may be able to give me,

Tabor Kelly
shadow@iccom.com


Reply to: