openvpn gui systray icon missing after incorrect password
Posted: Fri Nov 05, 2010 6:03 pm
I open a connection via the Windows 7 task scheduler when I log on as:
This works great unless I mis-type my password. When that happens the openvpn gui window is dismissed, andthere is no openvpn icon in the systray to use for connecting. If I try starting the gui again, it tells me it is already running. I end up killing the process from the windows task manager and relaunching the gui.
Is there a way to force the systray icon to appear or another way to connect
when in this state?
Thanks.
Code: Select all
C:\Program Files\OpenVPN\bin\openvpn-gui-1.0.3.exe --connect wizangzing.ovpn
Is there a way to force the systray icon to appear or another way to connect
when in this state?
Code: Select all
$ cat wizangzing.ovpn|grep -vE '^#|^;|^$'
client
dev tun
proto udp
remote vpn.xxxxx.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert wizangzing.crt
key wizangzing.key
ns-cert-type server
comp-lzo
verb 3