freebsd-dev/share/examples/ppp/isdnd.rc
Brian Somers ff3bb91ab4 Decrease the isdn recovery time to 1 second and mention that it
should always be less than ppps redial timeout.
1999-08-22 23:18:42 +00:00

76 lines
2.2 KiB
Plaintext

#------------------------------------------------------------------------------
#
# example of a configuration file for the isdn daemon & user-ppp
# --------------------------------------------------------------
#
#------------------------------------------------------------------------------
#==============================================================================
# SYSTEM section: isdnd global configuration parameters
#==============================================================================
system
# accounting
# ----------
acctall = on # generate info for everything
acctfile = /var/log/isdnd.acct # name & location of accounting file
useacctfile = yes # generate accouting info to file
isdntime = on
monitor-allowed = no # global switch: monitor on/off
#=================================================================
# User-ppp example
#=================================================================
entry
name = userppp0
usrdevicename = rbch
usrdeviceunit = 0
isdncontroller = 0
isdnchannel = -1
local-phone-incoming = 1234567
remote-phone-incoming = *
local-phone-dialout = 1234567
remote-phone-dialout = 1234567 # ppp(8) will override this
remdial-handling = first
dialin-reaction = ignore
dialout-type = normal
b1protocol = hdlc
idletime-incoming = 900 # Should be larger than ppps timeout
idletime-outgoing = 900 # Should be larger than ppps timeout
ratetype = 0
unitlength = 90
unitlengthsrc = rate
dialretries = 1
dialrandincr = on
recoverytime = 1 # Should be smaller than ppps redial
usedown = off
downtries = 2
downtime = 30
entry
name = userppp1
usrdevicename = rbch
usrdeviceunit = 1
isdncontroller = 0
isdnchannel = -1
local-phone-incoming = 1234567
remote-phone-incoming = *
local-phone-dialout = 1234567
remote-phone-dialout = 1234567 # ppp(8) will override this
remdial-handling = first
dialin-reaction = accept
dialout-type = normal
b1protocol = hdlc
idletime-incoming = 900 # Should be larger than ppps timeout
idletime-outgoing = 900 # Should be larger than ppps timeout
ratetype = 0
unitlength = 90
unitlengthsrc = rate
dialretries = 1
dialrandincr = on
recoverytime = 1 # Should be smaller than ppps redial
usedown = off
downtries = 2
downtime = 30