User Tools

Site Tools


documentation:examples:validating_openvpn_s_low-latency_servers_selection_patch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
documentation:examples:validating_openvpn_s_low-latency_servers_selection_patch [2020/10/06 00:27] – [CA and certificates generation] olivierdocumentation:examples:validating_openvpn_s_low-latency_servers_selection_patch [2020/10/06 00:52] – [R4: Third OpenVPN server] olivier
Line 257: Line 257:
 Enable and start openvpn and sshd (we will get certificates files by SCP later): Enable and start openvpn and sshd (we will get certificates files by SCP later):
 <code> <code>
-sysrc sshd_enable=YES \ +service openvpn enable
-  openvpn_enable=YES+
 service openvpn start service openvpn start
 +service sshd enable
 service sshd start service sshd start
 </code> </code>
Line 310: Line 310:
 Enable and start openvpn: Enable and start openvpn:
 <code> <code>
-sysrc openvpn_enable=YES+service openvpn enable
 service openvpn start service openvpn start
 </code> </code>
Line 356: Line 356:
 Enable and start openvpn: Enable and start openvpn:
 <code> <code>
-sysrc openvpn_enable=YES+service openvpn enable
 service openvpn start service openvpn start
 </code> </code>
documentation/examples/validating_openvpn_s_low-latency_servers_selection_patch.txt · Last modified: 2020/10/06 00:58 by olivier

Except where otherwise noted, content on this wiki is licensed under the following license: BSD 2-Clause
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki