# (c) 1997, The Meme Factory, Inc.  http://www.meme.com
# Distributed under the GNU copyright.

# Sample configuration file from the pre-release 0.2 diald version.
# For a more current configuration, see the latest release of
# diald-control-metered or diald-control-metered.  Also, read the
# README file for a more up to date set of variables and values.

# Configuration file which controls diald's establishment of the ppp0
# interface.

# As soon as diald starts, tell it to:    ;# required
#   Note: The dctrl program's control menu does not reflect the use
#   these flags
# Bring the link up and keep it that way until told to unforce.
# START_STATE="up"
# Bring the link down and keep it that way until told to unblock.
# START_STATE="down"
# Start with the link down and bring it up and down as needed.
START_STATE="demand"

# Local ip number used (and required) whem IPADDR is not defined.  1)
# used when the link is down, 2) suggested to be used when the link is
# up subject to the restrictions of NOIPDEFAULT.
LINK_DOWN_IPADDR=192.168.0.1

# Remote ip number used (and required) when REMIP is not defined. 1)
# used when the link is down, 2) suggested to be used when the link is
# up subject to the restrictions of NOIPDEFAULT.
LINK_DOWN_REMIP=192.168.0.2

#
# Diald monitoring
#

# Path to the fifo used with dctrl or other control mechanisim.
# FIFO is required if dctrl is used & for "up" & "down" values of
# START_STATE &  for MON_CONNECT=yes
FIFO=/etc/diald/diald-ppp0.ctl

# Path to the fifo through which chat's log messages are passed by
# syslogd to dctrl.
CHAT_FIFO=/etc/diald/chat-ppp0.fifo
