The germane lines from running 'ps afxw' are:
...
1418 ? S 0:00
/usr/sbin/diald
1443 S1 S 0:00
\- /usr/sbin/pppd -detach modem crtscts mtu 1500 mru 1500 netmask 255.255.255.0
noipdefault
...
However, given my diald.conf setup, I expect the 1443 line to read something like:
1443 S1 S 0:00 \- /usr/sbin/pppd modem crtscts /dev/ttyS1 115200 defaultroute asyncmap 0xa0000 passive netmask 255.255.255.0 noipdefault connect /etc/ppp/ppp-on-dialer
I recently upgraded to ppp-2.3.7 from ppp-2.3.3, and subsequently notice a bootup message that says something about ppp demand dialing. That message notwithstanding, the ps output seems to indicate that ppp is running at diald's behest. What gives?
Here's my diald.conf:
# diald configuration
#
include /etc/diald/my.filter
#
# debug 31 # uncomment this line for detailed packet rule messages
# use "/usr/sbin/diald debug 31 -daemon" on command line for foreground
#
mode ppp # use pppd not slip
connect /etc/ppp/ppp-on-dialer # chat script
device /dev/ttyS1 # serial device
speed 115200 # port speed
modem # what's attached to ttyS1
lock # lock port while in use
dynamic # ISP assigns ppp addresses
local 192.168.0.101 # used as address
of virtual ppp
remote 192.168.0.102 # dynamic causes this to be ignored
netmask 255.255.255.0 # IP addresses' netmask
ip-up /etc/ppp/pppfw_up # adjust firewall for ppp0 link
ip-down /etc/ppp/pppfw_down # remove firewall's ppp0-in rules
defaultroute # install this link as default route
crtscts # use hardware flow control
pppd-options asyncmap 0xa0000
pppd-options passive
pppd-options noipdefault
up-delay 5 # wait 5 secs after ppp up for route
redial-timeout 10 # wait 10 secs to redail
redial-backoff-start 2 # double wait to redial after 2nd
dial-fail-limit 5 # give up after 5 tries
fifo /etc/diald/diald.ctl # file for dcntl and diald-top
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]
