Openvpn command line not working

Hi community

i have a problem with openvpn

sudo openvpn x__ssl_vpn_config.ovpn

2021-12-04 23:45:55 Cipher negotiation is disabled since neither P2MP client nor server mode is enabled
Options error: You must define TUN/TAP device (–dev)
Use --help for more information.

Hello, can you try network manager gui? and if you don’t installed network-manager-openvpn
i think you should install it.

sudo apt install network-manager-openvpn

Hi! Usually in vpn file is writen de dev you are going to use, just a line with:
dev tun

Maybe you can execute:
openvpn x__ssl_vpn_config.ovpn --dev tun

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.