Jump to content

xr500 with cyberghost setup


Recommended Posts

hi im new here and i am trying to setup cyber ghost vpn with my nighthawk xr500, can someone show me an example of how i should imput the config file into duma os, all im putting in is the usernam and password that was generated for the new device followed by this config file. what am i missing? please help

client
remote 87-1-gb.cg-dialup.net 443
dev tun 
proto udp
auth-user-pass


resolv-retry infinite 
redirect-gateway def1
persist-key
persist-tun
nobind
cipher AES-256-CBC
auth SHA256
ping 5
ping-exit 60
ping-timer-rem
explicit-exit-notify 2
script-security 2
remote-cert-tls server
route-delay 5
verb 4


ca ca.crt

cert client.crt

key client.key

Link to comment
Share on other sites

  • Administrators

Hey welcome to the forum!

You will need to open the ca, cert and key files and paste their contents under the verb 4 line like this:

client
remote 87-1-gb.cg-dialup.net 443
dev tun 
proto udp
auth-user-pass
resolv-retry infinite 
redirect-gateway def1
persist-key
persist-tun
nobind
cipher AES-256-CBC
auth SHA256
ping 5
ping-exit 60
ping-timer-rem
explicit-exit-notify 2
script-security 2
remote-cert-tls server
route-delay 5
verb 4

<ca>
contents of ca file pasted here
</ca>

<cert>
contents of cert file pasted here
</cert>

<key>
contents of key file pasted here
</key>

Link to comment
Share on other sites

  • 5 months later...

Hi,

first of all:

thank you for your great job !!

 

Me too I have an issue with Cyberghost vpn and XR500. 

I set my Cyberghost Vpn the right way 

and everything seems working fine.....

until after few hours/minutes the Vpn active but with connection error

and as I use the "block traffic if Vpn disconnects" then I'm not able to use devices.

Note: It always happen when I don't use devices under Vpn, or they're off.

Sometimes when I return to the Hybrid Vpn screen, the left frame ( containing config ) is blank (!)

so I must remove all devices under Vpn (in the right frame) ... then set Vpn OFF and ON again then re-add devices 

and everything starts functioning again.

 

I tried with different servers and locations but same results.

Maybe there's a sort of inactivity timer or what ??

Any suggestions ??

 

Dan

 

Link to comment
Share on other sites

Thx for your prompt reply.

Mmm... Cyberghost don't mention any timeout.

When I use cyberghost app in my mobile phone or tablet I never get disconnected even if the phone or tablet are off. 

Is there a hidden feature in Duma about it? Something about time out or a bit sender like 'staying alive'? 

 

Link to comment
Share on other sites

  • 1 month later...

Hi,

sorry for the delay... I've been very busy.

Now I'm back to test disconnection for inactivity in my OPENVPN config.

and......Maybe I found the solution !!

I changed :  "ping-exit 60" line  with "ping-reconnect 60"

And everything now seems to work fine !!

thanks for you support !

and Congrats to me ! 😅

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...