Add some comments and $FreeBSD$
This commit is contained in:
parent
4527aceec8
commit
f171a8481c
@ -1,17 +1,13 @@
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# example of a configuration file for the isdn daemon & user-ppp
|
||||
# --------------------------------------------------------------
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# $FreeBSD$
|
||||
|
||||
|
||||
#==============================================================================
|
||||
# SYSTEM section: isdnd global configuration parameters
|
||||
#==============================================================================
|
||||
|
||||
system
|
||||
|
||||
# accounting
|
||||
# ----------
|
||||
|
||||
acctall = on # generate info for everything
|
||||
acctfile = /var/log/isdnd.acct # name & location of accounting file
|
||||
@ -19,9 +15,9 @@ 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
|
||||
@ -30,20 +26,20 @@ isdncontroller = 0
|
||||
isdnchannel = -1
|
||||
local-phone-incoming = 1234567
|
||||
remote-phone-incoming = *
|
||||
local-phone-dialout = 1234567
|
||||
local-phone-dialout = 1234567 # This *MUST* be your local number
|
||||
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
|
||||
idletime-incoming = 900 # Should be larger than ppp's timeout
|
||||
idletime-outgoing = 900 # Should be larger than ppp's timeout
|
||||
ratetype = 0
|
||||
unitlength = 90
|
||||
unitlengthsrc = rate
|
||||
dialretries = 1
|
||||
dialrandincr = on
|
||||
recoverytime = 1 # Should be smaller than ppps redial
|
||||
recoverytime = 1 # Should be smaller than ppp's redial
|
||||
usedown = off
|
||||
downtries = 2
|
||||
downtime = 30
|
||||
@ -56,20 +52,20 @@ isdncontroller = 0
|
||||
isdnchannel = -1
|
||||
local-phone-incoming = 1234567
|
||||
remote-phone-incoming = *
|
||||
local-phone-dialout = 1234567
|
||||
local-phone-dialout = 1234567 # This *MUST* be your local number
|
||||
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
|
||||
idletime-incoming = 900 # Should be larger than ppp's timeout
|
||||
idletime-outgoing = 900 # Should be larger than ppp's timeout
|
||||
ratetype = 0
|
||||
unitlength = 90
|
||||
unitlengthsrc = rate
|
||||
dialretries = 1
|
||||
dialrandincr = on
|
||||
recoverytime = 1 # Should be smaller than ppps redial
|
||||
recoverytime = 1 # Should be smaller than ppp's redial
|
||||
usedown = off
|
||||
downtries = 2
|
||||
downtime = 30
|
||||
|
Loading…
Reference in New Issue
Block a user