How to set up Cyberghost VPN as a openvpn client
Moderator: Moderators
How to set up Cyberghost VPN as a openvpn client
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
there is post about this on this form somewhere
Re: How to set up Cyberghost VPN as a openvpn client
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
thanks
tl 1043 nd v 1.8 / gargoyle 1.6.1
-
- Posts: 1
- Joined: Tue Apr 21, 2015 6:21 am
Re: How to set up Cyberghost VPN as a openvpn client
Hello. You did it solve the problem?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
Re: How to set up Cyberghost VPN as a openvpn client
No still not 

Re: How to set up Cyberghost VPN as a openvpn client
Open a terminal:semira wrote:how to put username and password using SSH. and how to manually run OPENVPN
Code: Select all
# ssh root@192.168.1.1
password
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
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E
Re: How to set up Cyberghost VPN as a openvpn client
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
Ahhh - sorry I misunderstood.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 !
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
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E
Re: How to set up Cyberghost VPN as a openvpn client
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
Please note I added following part manually. But even without that line openvpn not connect
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
and this is my openvpn configurations downloaded form cyberghost host configuration pageERROR: Parameters saved but OpenVPN failed to connect. Re-check your configuration
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
Thank you all who helped me !!
I managed to get it work by commenting a following ling in the config file

I managed to get it work by commenting a following ling in the config file
but I have no idea what this line does. anyway my VPN is working fine now with cyberghost VPN !!#explicit-exit-notify 2
