@grantpasley wrote:
Hi,
I am running FreePBX 14.0.1.4. In previous versions I have configured Openvpn to start with "service openvpn on" and "service openvpn start"
Trying this now in the latest version based on Centos 7 I run :"systemctl enable openvpn" and "systemctl start openvpn" but in both instances I get an error like:
[root@pbx /]# systemctl start openvpn
Failed to start openvpn.service: Unit not found.
[root@pbx /]# systemctl enable openvpn
Failed to execute operation: No such file or directory
[root@pbx /]#
[root@pbx /]# systemctl list-unit-files | grep openvpn
openvpn-client@.service disabled
openvpn-server@.service disabled
openvpn@.service disabled
[root@pbx /]# systemctl enable openvpn@
Failed to execute operation: Unit name openvpn@.service is missing the instance name.
[root@pbx /]# systemctl enable openvpn
Failed to execute operation: No such file or directory
[root@pbx /]# systemctl enable openvpn-client@
Failed to execute operation: Unit name openvpn-client@.service is missing the instance name.
[root@pbx /]# systemctl enable openvpn-server@
Failed to execute operation: Unit name openvpn-server@.service is missing the instance name.
Posts: 2
Participants: 1