(Nov 09, 2015, 02:03 PM)Mike Wrote: Now try this specifying your Pi local IP
Code:
traceroute -s 192.168.40.106 8.8.8.8
Or specify the gateway to use too
Code:
traceroute -s 192.168.40.106 -g 192.168.40.1 8.8.8.8
and the output of this to see the routes that are set up
Are you sure your router doesn't support no-ip or afraid DNS?
Ok, so the output to the first traceroute is:
1 10.240.96.1 (10.240.96.1) 14.129 ms 14.357 ms 14.695 ms
2 bmly-core-2a-xe-030-0.network.virginmedia.net (213.105.193.61) 15.050 ms 15.409 ms 15.777 ms
3 * * *
4 popl-bb-1b-ae0-0.network.virginmedia.net (62.254.42.90) 20.083 ms 20.934 ms 20.336 ms
5 eislou2-ic-1-ae0-0.network.virginmedia.net (62.254.42.18) 22.824 ms 22.223 ms 30.331 ms
6 213.104.85.90 (213.104.85.90) 30.695 ms 14.722 ms m350-mp2.cvx3-a.ltn.dial.ntli.net (213.104.85.94) 30.971 ms
7 72.14.233.249 (72.14.233.249) 31.759 ms 72.14.234.33 (72.14.234.33) 33.037 ms 32.437 ms
8 216.239.57.71 (216.239.57.71) 31.844 ms 72.14.235.89 (72.14.235.89) 30.759 ms 216.239.57.157 (216.239.57.157) 34.570 ms
9 google-public-dns-a.google.com (8.8.8.8) 33.967 ms 32.825 ms 33.190 ms
Output to traceroute with gateway (router local ip) is:
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 72 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
And finally the ip route show
0.0.0.0/1 via 172.20.20.1 dev tun0
default via 192.168.0.<router> dev eth0
128.0.0.0/1 via 172.20.20.1 dev tun0
172.20.20.0/22 dev tun0 proto kernel scope link metric 950
192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.<Pi>
205.185.X.<VPN> via 192.168.0.1 dev eth0
My Pi's local IP is above the range 192.168.0.0/24, don't know if that's a problem?
I have the default UK Virgin Media Superhub router so I'm not sure if/how I would be able to install the no-ip or afraid DNS client on it. I had a look at setting up VPN on my router too but it only had firewall options for IPSec and PPPT,not OpenVPN.