[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

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
Last revisionBoth sides next revision
howtos:network_services:openvpn [2022/04/18 12:55 (UTC)] – Updated for Slackware-15.0 chrisabelahowtos:network_services:openvpn [2023/02/04 18:25 (UTC)] – [11. Storing the PEM pass phrase in a secure file and automatic start of service after booting] chrisabela
Line 253: Line 253:
 On the Client machine perform the following instructions to set it up. On the Client machine perform the following instructions to set it up.
  
-Copy the provided ''clinet.conf'' from the OpenVPN package to the configuration directory:+Copy the provided ''client.conf'' from the OpenVPN package to the configuration directory:
  
 <code> <code>
Line 389: Line 389:
 As ''/etc/rc.d/rc.openvpn'' starts OpenVPN with ''--daemon'' option, it would not start if you still need to enter the password. In Chapter 6, we showed how this can be resolved for the Server. Naturally, if this is your intention, you may repeat the process for the Client: As ''/etc/rc.d/rc.openvpn'' starts OpenVPN with ''--daemon'' option, it would not start if you still need to enter the password. In Chapter 6, we showed how this can be resolved for the Server. Naturally, if this is your intention, you may repeat the process for the Client:
  
-On the Client, edit ''/etc/openvpn/server.conf'' with the following lines:+On the Client, edit ''/etc/openvpn/client.conf'' with the following lines:
  
 <code> <code>
 howtos:network_services:openvpn ()