projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add an "hostname" config option.
[l2tpns.git]
/
etc
/
startup-config.default
diff --git
a/etc/startup-config.default
b/etc/startup-config.default
index
77425c8
..
1b88dc2
100644
(file)
--- a/
etc/startup-config.default
+++ b/
etc/startup-config.default
@@
-7,6
+7,9
@@
set log_file "/var/log/l2tpns"
# Write pid to this file
set pid_file "/var/run/l2tpns.pid"
# Write pid to this file
set pid_file "/var/run/l2tpns.pid"
+# This host name, if different from the OS one
+#set hostname "localhost"
+
# Shared secret with LAC
set l2tp_secret "secret"
# Shared secret with LAC
set l2tp_secret "secret"
@@
-53,6
+56,9
@@
set accounting_dir "/var/run/l2tpns/acct"
# Listen address for L2TP
#set bind_address 1.1.1.1
# Listen address for L2TP
#set bind_address 1.1.1.1
+# Listen address for CLI
+#set cli_bind_address 127.0.0.1
+
# Send a gratiuitous ARP for bind address
#set send_garp no
# Send a gratiuitous ARP for bind address
#set send_garp no