I have Caldera Open Linux with kernel 2.0.39
Connected I have an external ISDN TA.

Whenever I connect, I immediately get a 'serial line is looped back'.
On reading the PPP howto, I added the following to /etc/ppp/options

lcp-max-configure 30

(and up'd it to 45).

Noting that the connection is still dropped automatically.

This never used to happen.... then I started getting lots of 'NO CARRIERS'
in my messages file - so I configured my chat script to abort on 'NO CARRIER'.
Now I'm left with this problem!

I presume its configuration as I can diald into Demon via minicom and the
connection stays up (points to a ppp config????)



My config files are:

/etc/diald.conf
===============
debug 31
# Fail re-dialing out after 5 attempts
#dial-fail-limit 5
# Create a fifo for passing commands
fifo /etc/ppp/diald.ctl
# No access before 7am, Mon-Fri
#restrict * 07:00:00 1-5 * *
# No access after 9pm, Mon - Fri
#or-restrict 21:00:00 * 1-5 * *
# No access Sat & Sun
#or-restrict * * 0,6 * *
#down
# Up at all other times.
#restrict * * * * *
# Timeout in between dial outs
redial-timeout 10
#
# Set communications mode
mode ppp
# Connection script for dailing ISP
connect "/usr/sbin/chat -v -V -f /etc/ppp/chatscript"
#connect "/usr/sbin/chat -V -v '' atdt08453535667 \ ABORT BUSY CONNECT ''"
# Modem port e.g. Com1
device /dev/ttyS1
# Set modem speed
speed 38400
# Treat the device like a modem - i.e. electrical characteristics
modem
# Unrequired now I think!
#lock
# Use hardware flow control
crtscts
# Set local IP Address
local 111.222.333.444
#Set Remote IP Address
remote 111.222.333.444
#Insert a default routing table
defaultroute
include /usr/lib/diald/standard.filter


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

name NAME
111.222.333.444:111.222.333.444
#defaultroute
lcp-max-configure 30


/etc/ppp/chatscript
===================
TIMEOUT 5
"" ATZ
OK ATDT08453535666
ABORT "NO CARRIER"
ABORT "BUSY"
ABORT "NO DIALTONE"
ABORT WAITING
TIMEOUT 10



So, anybody else having trouble with Demon?

Or is just down to config at my end?



many tia!


Paul.






-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to