How to set up Cyberghost VPN as a openvpn client

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

semira
Posts: 18
Joined: Tue Sep 17, 2013 1:55 am

How to set up Cyberghost VPN as a openvpn client

Post 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

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: How to set up Cyberghost VPN as a openvpn client

Post by ispyisail »

there is post about this on this form somewhere

semira
Posts: 18
Joined: Tue Sep 17, 2013 1:55 am

Re: How to set up Cyberghost VPN as a openvpn client

Post 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

Nunodezoito
Posts: 1
Joined: Tue Apr 21, 2015 6:21 am

Re: How to set up Cyberghost VPN as a openvpn client

Post 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?

semira
Posts: 18
Joined: Tue Sep 17, 2013 1:55 am

Re: How to set up Cyberghost VPN as a openvpn client

Post by semira »

No still not :(

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: How to set up Cyberghost VPN as a openvpn client

Post by nworbnhoj »

semira wrote:how to put username and password using SSH. and how to manually run OPENVPN
Open a terminal:

Code: Select all

# ssh root@192.168.1.1
password
https://openvpn.net/index.php/open-sour ... html#start
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

semira
Posts: 18
Joined: Tue Sep 17, 2013 1:55 am

Re: How to set up Cyberghost VPN as a openvpn client

Post 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 !

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: How to set up Cyberghost VPN as a openvpn client

Post 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.
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

semira
Posts: 18
Joined: Tue Sep 17, 2013 1:55 am

Re: How to set up Cyberghost VPN as a openvpn client

Post 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

semira
Posts: 18
Joined: Tue Sep 17, 2013 1:55 am

Re: How to set up Cyberghost VPN as a openvpn client

Post 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 !!

:D

Post Reply