help me connect using openvpn.exe

How to customize and extend your OpenVPN installation.

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

Post Reply
jezzjj
OpenVpn Newbie
Posts: 1
Joined: Tue May 07, 2013 4:37 pm

help me connect using openvpn.exe

Post by jezzjj » Tue May 07, 2013 6:31 pm

Hello,
i try to execute openvpn.exe using autoit,
but when im execute the command from autoit, it said
"can't find / read the file specified"
so i can not login using my username and password

i execute with this command

Code: Select all

\openvpn.exe --client --dev tun --proto tcp --remote myip 7070 --resolv-retry infinite --nobind --persist-key --persist-tun --ca ca.crt --tun-mtu 1500 --tun-mtu-extra 32 --mssfix 1450 --redirect-gateway def1 --auth-user-pass myconfigfile --comp-lzo --verb 3

Post Reply