My setup works ok and I have diald 0.99.2. My local subnet is 192.168.1.
Here is my diald.conf:
# debug 9
linkname MYISP
linkdesc Connect to MYISP
# use real-time scheduler type
scheduler fifo
# set scheduler static priority
# priority 10
device /dev/ttyS0
speed 115200
modem
crtscts
lock
mode ppp
dynamic
local 192.168.1.100
remote 192.168.1.200
pppd-options name myname
defaultroute
connect "chat -v -f /etc/sysconfig/network-scripts/chat-ppp0"
redial-timeout 5
accounting-log /var/log/diald.log
fifo /etc/diald/diald.ctl
include /usr/lib/diald/standard.filter
and here is ifcfg-ppp0:
DEVICE="ppp0"
ONBOOT=no
PERSIST=no
DEFABORT=yes
DEFROUTE=no
DEBUG=no
INITSTRING='ATZ S147=60 S148=40 S150=1 S151=1 S152=2'
ESCAPECHARS=no
PPPOPTIONS='-detach noipdefault'
PAPNAME=myname
RETRYTIMEOUT=5
BOOTPROTO=none
HTH.
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]