OpenVPN: Difference between revisions

imported>Samueldr
m fixes heading levels
imported>Zarkone
Small instruction on how to start/stop created VPN services.
Line 17: Line 17:


Ensure you use absolute paths for any files such as certificates and keys referenced from the configuration files.
Ensure you use absolute paths for any files such as certificates and keys referenced from the configuration files.
Use <em>systemctl</em> to start/stop VPN service. Each generated service will have a prefix `openvpn-`:
<syntaxHighlight>
systemctl start openvpn-officeVPN.service
</syntaxHighlight>


=== Mounting filesystems via a VPN ===
=== Mounting filesystems via a VPN ===