Page 1 of 2
How to set up Cyberghost VPN as a openvpn client
Posted: Tue Feb 24, 2015 12:30 am
by semira
I bought cyberghost VPN premium service months ago and now i want to set it up on my gargoyele router (tp link 1043 nd v 1.8 gargoyle version 1.6.1) . I downloaded the configuration file that provide by cyberghost device page listed under Other devices > linux and I manually open conf file using notepad and enter the values to openvpn client page in router interface. but there is no place to put my username and password can someone please tell me how can i do this ? IS it possible to use cyberghost with gargoyle router or should i move on to DD-WRT or any other firmware ? coz i heard DD-WRT support Cyberghost out of the box .. Thanks
Re: How to set up Cyberghost VPN as a openvpn client
Posted: Tue Feb 24, 2015 7:24 pm
by ispyisail
there is post about this on this form somewhere
Re: How to set up Cyberghost VPN as a openvpn client
Posted: Fri Feb 27, 2015 4:02 pm
by semira
Yes but that post is not clear for me. I managed to put keys and everything as describe in that post but I have no idea how to put username and password using SSH. and how to manually run OPENVPN . I would thankful if someone make a little description how to use cyberghost with gargoyle from the scratch
thanks
tl 1043 nd v 1.8 / gargoyle 1.6.1
Re: How to set up Cyberghost VPN as a openvpn client
Posted: Tue Apr 21, 2015 6:27 am
by Nunodezoito
semira wrote:Yes but that post is not clear for me. I managed to put keys and everything as describe in that post but I have no idea how to put username and password using SSH. and how to manually run OPENVPN . I would thankful if someone make a little description how to use cyberghost with gargoyle from the scratch
thanks
tl 1043 nd v 1.8 / gargoyle 1.6.1
Hello. You did it solve the problem?
Re: How to set up Cyberghost VPN as a openvpn client
Posted: Tue May 12, 2015 8:24 am
by semira
No still not

Re: How to set up Cyberghost VPN as a openvpn client
Posted: Tue May 12, 2015 8:46 am
by nworbnhoj
semira wrote:how to put username and password using SSH. and how to manually run OPENVPN
Open a terminal:
https://openvpn.net/index.php/open-sour ... html#start
Re: How to set up Cyberghost VPN as a openvpn client
Posted: Sat May 16, 2015 6:46 am
by semira
No!! I know how to upload auth,text file to the openvpn folder but when i save the settings it always giving me the error like configuration not correct or something !
Re: How to set up Cyberghost VPN as a openvpn client
Posted: Sat May 16, 2015 2:52 pm
by nworbnhoj
semira wrote:No!! I know how to upload auth,text file to the openvpn folder but when i save the settings it always giving me the error like configuration not correct or something !
Ahhh - sorry I misunderstood.
Perhaps if you posted your "auth" file (without any private bits) and the error that it is generating then someone might be able to help.
Re: How to set up Cyberghost VPN as a openvpn client
Posted: Mon May 18, 2015 3:45 am
by semira
How can i provide my auth.txt file without my private bits since it only contain my username and password ?
Inside my auth.txt file i have only two lines. first one is username and second one is password
and this is the only error I get
ERROR: Parameters saved but OpenVPN failed to connect. Re-check your configuration
and this is my openvpn configurations downloaded form cyberghost host configuration page
client
remote 4-ro.cg-dialup.net 443
dev tun
proto udp
auth-user-pass /etc/openvpn/auth.txt
resolv-retry infinite
redirect-gateway def1
persist-key
persist-tun
nobind
cipher AES-256-CBC
auth MD5
ping 5
ping-exit 60
ping-timer-rem
explicit-exit-notify 2
script-security 2
remote-cert-tls server
route-delay 5
tun-mtu 1500
fragment 1300
mssfix 1300
verb 4
comp-lzo
ca /etc/openvpn/grouter_client_sdylydgffynu_ca.crt
cert /etc/openvpn/grouter_client_sdylydgffynu.crt
key /etc/openvpn/grouter_client_sdylydgffynu.key
Please note I added following part manually. But even without that line openvpn not connect
/etc/openvpn/auth.txt
Re: How to set up Cyberghost VPN as a openvpn client
Posted: Sun Jun 14, 2015 3:21 am
by semira
Thank you all who helped me !!
I managed to get it work by commenting a following ling in the config file
#explicit-exit-notify 2
but I have no idea what this line does. anyway my VPN is working fine now with cyberghost VPN !!
