Hello,
Someone knows how can I start CyberGhost vpn with Openvpn?
This is the tutorials but it doesn’t work … I have the same ip adress
http://blog.idleman.fr/billet-invite-creer-une-seedbox-securisee-avec-le-raspberry-pi/
Hello,
Someone knows how can I start CyberGhost vpn with Openvpn?
This is the tutorials but it doesn’t work … I have the same ip adress
http://blog.idleman.fr/billet-invite-creer-une-seedbox-securisee-avec-le-raspberry-pi/
Hi. Please restart your Pi and then run
grab-logs -J
ifconfig
route
and let us know the output from each command.
Thank’s
route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:86 errors:0 dropped:0 overruns:0 frame:0 TX packets:86 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:26902 (26.2 KiB) TX bytes:26902 (26.2 KiB)
wlan0 Link encap:Ethernet HWaddr b8:27:eb:53:71:d4 inet addr:192.168.0.15 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1 RX packets:3648 errors:0 dropped:59 overruns:0 frame:0 TX packets:6569 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:346030 (337.9 KiB) TX bytes:9157923 (8.7 MiB)
Grab log is too long → MyqVXi2x : System Journal====================== System Journal ========= - Pastebin.com
Your routing table seems to be messed up, or you didn’t copy all the output from the route command. It also doesn’t look like openvpn is starting properly.
Please run ping -c2 8.8.8.8
.
You should have placed the openvpn config file in /etc/openvpn. Please run ls -l /etc/openvpn
.
Show me what you changed in file /etc/defaultopenvpn
.
Make sure that the openvpn config file contains a line verb 3
.
Run cat /etc/resolv.conf
.
grab log -j : grab-logs -JMyqVXi2x : System Journal====================== Syst - Pastebin.com
ifconfig : ifconfiglo Link encap:Local Loopback inet addr:127.0.0.1 - Pastebin.com
route : routeKernel IP routing tableDestination Gateway Genmask - Pastebin.com
ping -c2 8.8.8.8 : ping -c2 8.8.8.8PING 8.8.8.8 (8.8.8.8): 56 data bytes64 bytes from 8.8.8.8 - Pastebin.com
the config file is ine the openvpn folder (openvpn.ovpn renamed in nl.conf)
ls -l /etc/openvpn : ls -l /etc/openvpntotal 24-rw-r--r-- 1 root root 1038 Apr 18 19:28 ca.cr - Pastebin.com
cat /etc/default/openvpn : # This is the configuration file for /etc/init.d/openvpnAUTOSTART="nl" - Pastebin.com
cat nl.conf : clientremote 5-nl.cg-dialup.net 443dev tunproto udpauth-user-pass /etc/o - Pastebin.com → verb 4
cat /etc/resolv.conf : # Generated by Connection Managernameserver 109.88.203.3nameserver 62.197.11 - Pastebin.com (ip of the router ??)
-> my solution is
# Generated by Connection Manager
#nameserver 109.88.203.3
#nameserver 62.197.111.140
nameserver 8.8.8.8
then :
curl http://ezservermonitor.com/myip
and with a computer I localise the ip :
http://fr.geoipview.com/
it localised in NL so I think it's the solution ?
Thanks for the information. In future, would you please use the official OSMC pastebin described in How to submit a useful support request
The system log shows that you successfully connected to the Cyberghost server.
However, the routing table also shows that access to your DNS servers will bypass the VPN tunnel, causing a DNS leak. This is probably related to a known issue with connman that we will need to work around. (BTW, the DNS servers belong to voo.be and teledisnet.be.)
For now, to see how the tunnel is performing, would you please run:
traceroute 8.8.4.4
If traceroute is not already installed, you can install it with apt-get.
Thank’s, sorry for the pastebin…
Yes the originals dns belong to voo in Belgium
I install traceroute (now I use a swiss ip)
osmc@osmc:~$ traceroute 8.8.4.4
traceroute to 8.8.4.4 (8.8.4.4), 30 hops max, 60 byte packets
1 10.129.0.1 (10.129.0.1) 37.723 ms 40.577 ms 41.185 ms
2 gw-104.datasource.ch (176.10.104.3) 41.010 ms 40.953 ms 40.031 ms
3 swissix.google.com (91.206.52.74) 41.970 ms 41.143 ms 41.638 ms
4 209.85.247.131 (209.85.247.131) 38.296 ms 209.85.243.125 (209.85.243.125) 38.325 ms 209.85.243.127 (209.85.243.127) 39.150 ms
5 google-public-dns-b.google.com (8.8.4.4) 38.341 ms * 38.270 ms
`