Grettings, New to the forum, but not new to debian. Can not run my VPN via terminal command.
I use Private Internet Access as my VPN
Run thru the openvpn client

I am running the latest version of Kali

[CODEroot@localhost:/home/davidkali/Desktop# cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2020.3"
VERSION_ID="2020.3"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
root@localhost:/home/davidkali/Desktop#
][/CODE]

Kernel
HTML Code:
root@localhost:/home/davidkali/Desktop# uname -a
Linux localhost.localdomain 5.8.0-kali1-amd64 #1 SMP Debian 5.8.7-1kali1 (2020-09-14) x86_64
Now you can see where my machine is at. As said I use PIA, I use Openvpn as my client. If I run the vpn thru their software here on kali meaning the
gui
it works perfect and hooks right in.

Now when I try with the terminal, It will not hook but you will see restarting in the output

Code:
root@localhost:/home/davidkali/Desktop# openvpn '/etc/openvpn/openvpn-nex/Bahamas.ovpn'
2020-09-24 20:04:53 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'aes-128-cbc' to --data-ciphers or change --cipher 'aes-128-cbc' to --data-ciphers-fallback 'aes-128-cbc' to silence this warning.
2020-09-24 20:04:53 WARNING: file '/etc/openvpn/openvpn-nex/login' is group or others accessible
2020-09-24 20:04:53 OpenVPN 2.5_beta3 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep  1 2020
2020-09-24 20:04:53 library versions: OpenSSL 1.1.1g  21 Apr 2020, LZO 2.10
2020-09-24 20:04:53 CRL: loaded 1 CRLs from file -----BEGIN X509 CRL-----
MIICWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQI

ze7AP+NQ9ykvDScH4eYCsmufNpIjBLhpLE2cuZZXBLcPhuRzVoU3l7A9lvzG9mjA
5YijHJGHNjlWFqyrn1CfYS6koa4TGEPngBoAziWRbDGdhEgJABHrpoaFYaL61zqy
MR6jC0K2ps9qyZAN74LEBedEfK7tBOzWMwr58A==
-----END X509 CRL-----

2020-09-24 20:04:53 TCP/UDP: Preserving recently used remote address: [AF_INET]45.132.143.219:1198
2020-09-24 20:04:53 UDP link local: (not bound)
2020-09-24 20:04:53 UDP link remote: [AF_INET]45.132.143.219:1198
2020-09-24 20:04:53 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2020-09-24 20:04:53 [bahamas402] Peer Connection Initiated with [AF_INET]45.132.143.219:1198
2020-09-24 20:04:54 OPTIONS ERROR: failed to negotiate cipher with server.  Add the server's cipher ('BF-CBC') to --data-ciphers (currently 'AES-256-GCM:AES-128-GCM:AES-128-CBC') if you want to connect to this server.
2020-09-24 20:04:54 ERROR: Failed to apply push options
2020-09-24 20:04:54 Failed to open tun/tap interface
2020-09-24 20:04:54 SIGUSR1[soft,process-push-msg-failed] received, process restarting
^C2020-09-24 20:04:58 SIGINT[hard,init_instance] received, process exiting
As you will see
Failed to open tun/tap interface
2020-09-24 20:04:54 SIGUSR1[soft,process-push-msg-failed] received, process restarting
Does anyone have a fix or suggestion to get my vpn going thru the
/etc/openvpn
folder instead of relying on PIA's Gui?

Hope this is in the correct thread and does not get booted out.