Hello,

On Wed, Nov 22, 2023 at 02:44:57PM +0100, Bo Berglund wrote:
> Is it enough to put the OVPN file (renamed to extension conf) into the
> /etc/openvpn/client dir?

I think it is not enough with recent Debian releases using systemd.
AFAIK raspi is somewhat Debian.

Here you need to test the status of the systemd configuration for
that particular config, for example, if your file is /etc/openvpn/toto.conf

    systemctl status openvpn-client@toto.service

You might have to do:

   # enable at boot
   systemctl enable openvpn-client@toto.service

   # manually start it
   systemctl start openvpn-client@toto.service

In the past, you would just verify /etc/default/openvpn
had the AUTOSTART="all" entry and that the config files
would be directly over /etc/openvpn

Obviously, if you want to go that latter way, read the
text about systemd in that file.  But I suggest going the
systemd way above.


_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to