2 ; all configuration variables in the DEFAULT section are inherited by all
3 ; other sections, so it's a good place to add common variables and default
6 ; this are helper variables, not used by pymin (used for interpolation in
8 pymind-data-dir = var/lib/pymin
9 pymind-config-dir = %(pymind-data-dir)s/config
10 pymind-pickle-dir = %(pymind-data-dir)s/pickle
11 ; this variables are used by pymin's services, and are reasonable defaults
12 pickle-dir = %(pymind-pickle-dir)s/%(__name__)s
13 config-dir = %(pymind-config-dir)s/%(__name__)s
15 ; pymind daemon configuration
17 ; IP and port where pymind should listen for commands
20 ; services plug-ins to use
21 services = dhcp qos firewall nat ppp vpn ip dns proxy vrrp
22 ; directories where to find those plug-ins
23 services-dirs = services
24 ; logging configuration file
25 log-config-files = doc/config-examples/log.devel.ini
29 ; SERVICES CONFIGURATION
30 ; ----------------------
32 ; all following sections are for services configuration, a section per service
35 ; use the pickle-dir and config-dir values provided by DEFAULT section
38 ; use the pickle-dir value provided by DEFAULT section
41 ; use the pickle-dir value provided by DEFAULT section
42 ; helper variable, not used by pymin
43 ; variables used by pymin
44 config-options-dir = %(config-dir)s
45 config-pap-dir = %(config-dir)s
46 config-chap-dir = %(config-dir)s
47 config-peers-dir = %(config-dir)s/peers
50 ; use the pickle-dir and config-dir values provided by DEFAULT section
53 ; use the pickle-dir value provided by DEFAULT section
54 config-named-dir = %(config-dir)s
55 config-zones-dir = %(config-dir)s/zones
58 ; use the pickle-dir and config-dir values provided by DEFAULT section
61 ; use the pickle-dir and config-dir values provided by DEFAULT section
64 ; use the pickle-dir and config-dir values provided by DEFAULT section
68 ; use the pickle-dir and config-dir values provided by DEFAULT section
71 ; use the pickle-dir and config-dir values provided by DEFAULT section
73 ; vim: set filetype=dosini :