X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3d9333a6cbe22f3961849e595ae801cccc4a72fb..786a8c4546c4a28f21d8995567e6f8f28f2eb053:/etc/startup-config.default diff --git a/etc/startup-config.default b/etc/startup-config.default index 5e3f930..f253f57 100644 --- 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" +# This host name, if different from the OS one +#set hostname "localhost" + # Shared secret with LAC set l2tp_secret "secret" @@ -105,6 +108,15 @@ set accounting_dir "/var/run/l2tpns/acct" # IPv6 address prefix #set ipv6_prefix :: +# BGP NEXT_HOP path attribute +#set nexthop 10.0.1.1 +#set nexthop6 2001:db8::1 + +# Time between last packet sent and LCP ECHO generation (default 10 seconds) +#set echo_timeout 10 +# Drop sessions who have not responded within idle_echo_timeout seconds (default 240 seconds) +#set idle_echo_timeout 240 + # Drop/kill sessions #load plugin "sessionctl"