rename l2tpns.cfg as startup-config to match CONFIGFILE
[l2tpns.git] / etc / startup-config.default
diff --git a/etc/startup-config.default b/etc/startup-config.default
new file mode 100644 (file)
index 0000000..f6b26e1
--- /dev/null
@@ -0,0 +1,21 @@
+set debug 3
+set log_file "syslog:local5"
+set l2tp_secret "secret"
+set primary_dns 1.2.3.4
+set secondary_dns 1.2.3.5
+set save_state yes
+set snoop_host 1.2.3.4
+set snoop_port 41001
+set primary_radius 1.2.3.6
+set secondary_radius 1.2.3.7
+set radius_accounting yes
+set radius_secret "secret"
+set bind_address 0.0.0.0
+set cluster_master 0.0.0.0
+set throttle_speed 64
+set accounting_dir "/var/run/l2tpns/acct/"
+set setuid 0
+set dump_speed no
+load plugin "garden"
+load plugin "autothrottle"
+load plugin "autosnoop"