Skip to content

Commit a49e9de

Browse files
committed
Add little README.Debian to help using mlvpn under debian system.
1 parent eb4f31b commit a49e9de

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.Debian

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
initial configuration
2+
---------------------
3+
Copy on example configuration file from /usr/share/doc/mlvpn/examples/ to /etc/mlvpn/xxx.conf
4+
Make sure the configuration file is NOT readable by anyone other than root: chmod 0600 /etc/mlvpn/*.conf
5+
6+
multiple configurations in parallel
7+
-----------------------------------
8+
When mlvpn is started by /etc/init.d/mlvpn or mlvpn.service,
9+
the configuration file /etc/default/mlvpn is read and, all tunnels
10+
defined in AUTOSTART will be started/restarted/...
11+
12+
systemd
13+
-------
14+
15+
If 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.

0 commit comments

Comments
 (0)