https://github.com/zehome/MLVPN
Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
https://github.com/zehome/MLVPN
Last synced: 12 months ago
JSON representation
Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
- Host: GitHub
- URL: https://github.com/zehome/MLVPN
- Owner: zehome
- License: bsd-2-clause
- Created: 2011-11-21T10:14:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T14:42:15.000Z (over 3 years ago)
- Last Synced: 2024-08-01T03:31:17.242Z (over 1 year ago)
- Language: C
- Homepage: http://www.mlvpn.fr/
- Size: 1.87 MB
- Stars: 520
- Watchers: 46
- Forks: 129
- Open Issues: 43
-
Metadata Files:
- Readme: README.Debian
Awesome Lists containing this project
- stars - zehome/MLVPN - link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding) (HarmonyOS / Windows Manager)
README
initial configuration
---------------------
Copy on example configuration file from /usr/share/doc/mlvpn/examples/ to /etc/mlvpn/xxx.conf
Make sure the configuration file is NOT readable by anyone other than root: chmod 0600 /etc/mlvpn/*.conf
multiple configurations in parallel
-----------------------------------
When mlvpn is started by /etc/init.d/mlvpn or mlvpn.service,
the configuration file /etc/default/mlvpn is read and, all tunnels
defined in AUTOSTART will be started/restarted/...
systemd
-------
If using systemd, then you can start/stop using:
service mlvpn@xxx start
or
systemctl start mlvpn@xxx
where xxx is the name of your configuration file in /etc/mlvpn, without the ".conf" extension.