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:53] – [Router 5] olivier
Line 165: Line 165:
 service netif restart service netif restart
 service routing restart service routing restart
 +service ipfw start
 config save config save
 </code> </code>
Line 257: Line 258:
 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 311:
 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 357:
 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 393: Line 394:
 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