projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6f2dddc
)
update startup-config defaults
author
bodea
<bodea>
Tue, 2 Aug 2005 07:33:14 +0000
(07:33 +0000)
committer
bodea
<bodea>
Tue, 2 Aug 2005 07:33:14 +0000
(07:33 +0000)
Docs/manual.html
patch
|
blob
|
history
etc/startup-config.default
patch
|
blob
|
history
diff --git
a/Docs/manual.html
b/Docs/manual.html
index
1fe4694
..
65d7f4c
100644
(file)
--- a/
Docs/manual.html
+++ b/
Docs/manual.html
@@
-188,7
+188,7
@@
used if the LAC requests authentication.
<LI><B>ppp_restart_time</B> (int)<BR>
<B>ppp_max_configure</B> (int)<BR>
<B>ppp_max_failure</B> (int)<BR>
<LI><B>ppp_restart_time</B> (int)<BR>
<B>ppp_max_configure</B> (int)<BR>
<B>ppp_max_failure</B> (int)<BR>
-PPP counter
s and timers
values, as described in §4.1 of
+PPP counter
and timer
values, as described in §4.1 of
<a href="ftp://ftp.rfc-editor.org/in-notes/rfc1661.txt">RFC1661</a>.
</LI>
<a href="ftp://ftp.rfc-editor.org/in-notes/rfc1661.txt">RFC1661</a>.
</LI>
diff --git
a/etc/startup-config.default
b/etc/startup-config.default
index
dec20a6
..
8ebe304
100644
(file)
--- a/
etc/startup-config.default
+++ b/
etc/startup-config.default
@@
-10,6
+10,11
@@
set pid_file "/var/run/l2tpns.pid"
# Shared secret with LAC
set l2tp_secret "secret"
# Shared secret with LAC
set l2tp_secret "secret"
+# PPP counter and timer values
+#set ppp_restart_time 3
+#set ppp_max_configure 10
+#set ppp_max_failure 5
+
# 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