Initial revision
[l2tpns.git] / etc / l2tpns.cfg.default
1 # Comment out to log to stderr
2 log file = /var/log/l2tpns
3
4 # This must be defined, or it won't work
5 # It's only used if the LAC requests tunnel authentication
6 l2tp secret = foobar
7
8 # You can have multiple radius server entries, but ony one radius secret
9 radius server = radius.yourdomain.com.au
10 radius secret = barfoo
11
12 # Turn on or off Radius Accounting (START and STOP records)
13 radius accounting = 0
14
15 # Only 2 dns server entries are allowed
16 dns server = 192.168.1.1
17 dns server = 192.168.1.2
18
19 # Set this to 0 to disable throttling
20 throttle rate = 0
21
22 # This can be from 1 to 5
23 # At 5, all packets are logged and your system will run
24 # very slowly
25 # 2 will show errors only
26 debug = 2
27
28 # Save / load state on restart
29 save state = no
30
31 # Cluster Management
32 #cluster master = 192.168.1.15
33
34 # Where accounting information will be dumped. Comment out to disable.
35 accounting dir = /var/run/l2tpns/acct/
36
37 # You need to set this to the IP address of the tun interface
38 # if you want to use clustering
39 #bind address = 127.0.0.1
40
41 # Uncomment this if you wish to use the walled garden plugin
42 #plugin = garden
43