summaryrefslogtreecommitdiffstats
path: root/share/examples/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-11-30 22:24:51 +0000
committerbrian <brian@FreeBSD.org>2000-11-30 22:24:51 +0000
commitf171a8481c6001f59750974be20c46e7537156ad (patch)
tree1a5382fa20411ccce0edb1e45a3a3f7eb19fd092 /share/examples/ppp
parent4527aceec8ba7696bb5dfffdb30def60fd80577c (diff)
downloadFreeBSD-src-f171a8481c6001f59750974be20c46e7537156ad.zip
FreeBSD-src-f171a8481c6001f59750974be20c46e7537156ad.tar.gz
Add some comments and $FreeBSD$
Diffstat (limited to 'share/examples/ppp')
-rw-r--r--share/examples/ppp/isdnd.rc30
1 files changed, 13 insertions, 17 deletions
diff --git a/share/examples/ppp/isdnd.rc b/share/examples/ppp/isdnd.rc
index 7e0cfc3..15a4b7b 100644
--- a/share/examples/ppp/isdnd.rc
+++ b/share/examples/ppp/isdnd.rc
@@ -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
OpenPOWER on IntegriCloud