Netgear router. Pulled config ovpn file from router vpn setup menu. Openvpn 2.5.2 for Windows 10 installed.
Getting the "Connecting to management interface failed" Error when trying to connect. Have changed network "TAP" adapter name to "NETGEAR-VPN"
Any suggestions:
ovpn Config
# This is a comment
client
dev tap
proto udp
dev-node NETGEAR-VPN
remote routerIPhere 12974
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5
Re: Connecting to management interface failed Error
Posted: Thu May 13, 2021 4:20 pm
by TinCanTech
You are using the Openvpn GUI for Windows ?
Re: Connecting to management interface failed Error
Posted: Sat May 15, 2021 1:59 am
by cbc
Yes, the openvpn GUI for Windows
Re: Connecting to management interface failed Error
Re: Connecting to management interface failed Error
Posted: Sun May 16, 2021 2:22 am
by cbc
Good tip. It actually pointed me to the fact that when the ovpn config file was imported, it didn't take the other config files and key files with it to the same folder. Copying them into the same folder solved the issue and all runs smooth.
Re: Connecting to management interface failed Error
Good tip. It actually pointed me to the fact that when the ovpn config file was imported, it didn't take the other config files and key files with it to the same folder. Copying them into the same folder solved the issue and all runs smooth.
Could you be more specific? how did you solve the problem?
where did you put the files?
Re: Connecting to management interface failed Error