1initial configuration
2---------------------
3Copy on example configuration file from /usr/share/doc/mlvpn/examples/ to /etc/mlvpn/xxx.conf
4Make sure the configuration file is NOT readable by anyone other than root: chmod 0600 /etc/mlvpn/*.conf
5
6multiple configurations in parallel
7-----------------------------------
8When mlvpn is started by /etc/init.d/mlvpn or mlvpn.service,
9the configuration file /etc/default/mlvpn is read and, all tunnels
10defined in AUTOSTART will be started/restarted/...
11
12systemd
13-------
14
15If using systemd, then you can start/stop using:
16  service mlvpn@xxx start
17
18  or
19
20  systemctl start mlvpn@xxx
21
22  where xxx is the name of your configuration file in /etc/mlvpn, without the ".conf" extension.
23