[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
Last revisionBoth sides next revision
howtos:network_services:openvpn [2023/02/04 17:14 (UTC)] – [8. Setting up the Client] 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 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 ()