Options error: --up script fails with '/etc/openvpn/client.up': No such file or directory (errno=2)
1643054978.778995 b000 Options error: Please correct this error.
"
Here is my config file (with all sensitive info removed):
persist-tun
persist-key
data-ciphers xxx
data-ciphers-fallback xxx
auth SHA1
dev tun
tls-client
client
remote xx.xxx.xx.xxx tcp4
verify-x509-name “xxx” name
auth-user-pass
comp-lzo adaptive
script-security 2
up /etc/openvpn/client.up
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
push "dhcp-option DNS xxx.xx.xx.xxx”
<ca>
-----BEGIN CERTIFICATE-----
….
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
…
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
…
-----END PRIVATE KEY-----
</key>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
…
-----END OpenVPN Static key V1-----
</tls-auth>
If anyone has any ideas as to what I can do, I'd be glad hear them. My OS is macOS Monterey (v 12.0.1). MacBook Pro, early 2015.
Best wishes