OpenVPN MI GUI v20110902 problem!

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
life
OpenVpn Newbie
Posts: 7
Joined: Sun Mar 20, 2011 6:27 pm

OpenVPN MI GUI v20110902 problem!

Post by life » Fri Sep 09, 2011 2:40 am

Greetings.


I've got a problem with OpenVPN MI GUI, after launch it pops up this error:

Management interface can not be found in config file "xxx.ovpn".

and then

The OpenVPN service is not running. OpenVPN MI GUI will not be able
to connect to the management interface.


I tried to search over the internet about solution - nothing was found.
Tried to launch OpenVPN service manually and then start a MI GUI -
after service start it connects to the server automatically and then
after MI GUI launch I'm getting same messages.
My system is Windows 7 HP sp1 x64, OpenVPN is 2.2.1 both server and client.

Here are the client config:

dev tun
proto tcp
remote xxx.xxx.xxx.xxx zzzzzz
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
ns-cert-type server
tls-auth ta.key 1
cipher AES-256-CBC
comp-lzo
verb 3

Hope you'll advise me something.

life
OpenVpn Newbie
Posts: 7
Joined: Sun Mar 20, 2011 6:27 pm

Re: OpenVPN MI GUI v20110902 problem!

Post by life » Fri Sep 09, 2011 10:14 am

The solution is to add this to a client's config:

management 127.0.0.1 "servers_port"
management-hold
management-query-passwords
auth-retry interact

Where "servers_port" is a port of your OpenVPN server (enter without quotes).

Thanks to author!

User avatar
Bebop
Forum Team
Posts: 301
Joined: Wed Dec 15, 2010 9:24 pm

Re: OpenVPN MI GUI v20110902 problem!

Post by Bebop » Sat Sep 10, 2011 2:36 am

Thank you for updating. Is this OpenVPN Access Server, or OpenVPN Community Edition?
The cure for boredom is curiosity

life
OpenVpn Newbie
Posts: 7
Joined: Sun Mar 20, 2011 6:27 pm

Re: OpenVPN MI GUI v20110902 problem!

Post by life » Sat Sep 10, 2011 2:45 am

Bebop wrote:Thank you for updating. Is this OpenVPN Access Server, or OpenVPN Community Edition?
2.2.1 Community Edition.

Post Reply