X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/80cf618ee1b31c40a898823e219f0227d34853d0..7407c1a1c49077a8d3abbaf276936b05aa9023c9:/etc/startup-config.default diff --git a/etc/startup-config.default b/etc/startup-config.default index 8ebe304..4a3ac84 100644 --- a/etc/startup-config.default +++ b/etc/startup-config.default @@ -10,6 +10,9 @@ set pid_file "/var/run/l2tpns.pid" # 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 @@ -38,6 +41,12 @@ set radius_secret "secret" # Allow multiple logins for the same username #set allow_duplicate_users no +# Kill timedout sessions ? (default yes) +#set kill_timedout_sessions no + +# Allow multiple logins for specific username +#set guest_account "" + # Write usage accounting files into specified directory set accounting_dir "/var/run/l2tpns/acct" @@ -56,9 +65,6 @@ set accounting_dir "/var/run/l2tpns/acct" # 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 @@ -83,6 +89,9 @@ set accounting_dir "/var/run/l2tpns/acct" #set cluster_address 239.192.13.13 #set cluster_interface eth0 +# Cluster multicast TTL +#set cluster_mcast_ttl 1 + # Cluster timers (1/10th second) #set cluster_hb_interval 5 #set cluster_hb_timeout 150 @@ -90,6 +99,13 @@ set accounting_dir "/var/run/l2tpns/acct" # Minimum number of slaves before master withdraws routes #set cluster_master_min_adv 1 +# IPv6 address prefix +#set ipv6_prefix :: + +# BGP NEXT_HOP path attribute +#set nexthop 10.0.1.1 +#set nexthop6 2001:db8::1 + # Drop/kill sessions #load plugin "sessionctl"