projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix heartt pad
[l2tpns.git]
/
etc
/
startup-config.default
diff --git
a/etc/startup-config.default
b/etc/startup-config.default
index
85f8bd1
..
c448de2
100644
(file)
--- a/
etc/startup-config.default
+++ b/
etc/startup-config.default
@@
-10,14
+10,14
@@
set pid_file "/var/run/l2tpns.pid"
# Shared secret with LAC
set l2tp_secret "secret"
# Shared secret with LAC
set l2tp_secret "secret"
+# MTU of interface for L2TP traffic
+#set l2tp_mtu 1500
+
# PPP counter and timer values
#set ppp_restart_time 3
#set ppp_max_configure 10
#set ppp_max_failure 5
# PPP counter and timer values
#set ppp_restart_time 3
#set ppp_max_configure 10
#set ppp_max_failure 5
-# Link MRU
-#set ppp_mru 1452
-
# Only 2 DNS server entries are allowed
set primary_dns 10.0.0.1
set secondary_dns 10.0.0.2
# Only 2 DNS server entries are allowed
set primary_dns 10.0.0.1
set secondary_dns 10.0.0.2
@@
-41,6
+41,9
@@
set radius_secret "secret"
# Allow multiple logins for the same username
#set allow_duplicate_users no
# Allow multiple logins for the same username
#set allow_duplicate_users no
+# Allow multiple logins for specific username
+#set guest_account ""
+
# Write usage accounting files into specified directory
set accounting_dir "/var/run/l2tpns/acct"
# Write usage accounting files into specified directory
set accounting_dir "/var/run/l2tpns/acct"
@@
-59,9
+62,6
@@
set accounting_dir "/var/run/l2tpns/acct"
# Number of buckets to allocate for throttling
#set throttle_buckets 3000
# Number of buckets to allocate for throttling
#set throttle_buckets 3000
-# If set to anything other than 0, setuid when initialised.
-#set setuid 0
-
# If set to true, dump current speed to stderr every second
#set dump_speed no
# If set to true, dump current speed to stderr every second
#set dump_speed no
@@
-96,6
+96,9
@@
set accounting_dir "/var/run/l2tpns/acct"
# Minimum number of slaves before master withdraws routes
#set cluster_master_min_adv 1
# Minimum number of slaves before master withdraws routes
#set cluster_master_min_adv 1
+# IPv6 address prefix
+#set ipv6_prefix ::
+
# Drop/kill sessions
#load plugin "sessionctl"
# Drop/kill sessions
#load plugin "sessionctl"