44.0.0.1 can not be pinged via the tunnel, only via internet.
You need to try other tunnel endpoints, but really need to find a live one :-)
You could try 44.182.21.1...
On 02.10.2018 02:07, Aaron Jackson wrote:
I'm happy to post here now. Although, I'm not sure everything is working correctly yet. The routes are definitely setup via rip44d:
# ip route | grep ^44 | head 44.0.0.1 via 169.228.34.84 dev tun0 onlink window 840 44.2.0.1 via 191.183.136.1 dev tun0 onlink window 840 44.2.2.0/24 via 216.218.207.198 dev tun0 onlink window 840 44.2.7.0/30 via 98.208.73.100 dev tun0 onlink window 840 ...Here's what you need to do to get rip44d running:
curl -O https://raw.github.com/hessu/rip44d/master/rip44d chmod u+x rip44d configure set system package repository wheezy components 'main contrib non-free' set system package repository wheezy distribution wheezy set system package repository wheezy url http://http.us.debian.org/debian commit save sudo apt-get install libio-socket-multicast-perl sudo ./rip44d -i tun0 -p <the password> ** Definitely do not run apt-get upgrade - warned on the Ubiquti Wiki **I still do not have my routing working properly though. I am unable to ping any anything in 44/8. Still trying to figure this out, but having fun in the process. It is probably something obvious, although they are definitely going out the right interface.
$ ping 44.0.0.1 PING 44.0.0.1 (44.0.0.1) 56(84) bytes of data. ^C --- 44.0.0.1 ping statistics --- 206 packets transmitted, 0 received, 100% packet loss, time 205183ms $ sudo tcpdump -i tun0 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on tun0, link-type RAW (Raw IP), capture size 262144 bytes 23:59:13.362459 IP 44.139.48.22 > gw.ampr.org: ICMP echo request, id 12976, seq 200, length 64 23:59:14.362442 IP 44.139.48.22 > gw.ampr.org: ICMP echo request, id 12976, seq 201, length 64 23:59:15.362404 IP 44.139.48.22 > gw.ampr.org: ICMP echo request, id 12976, seq 202, length 64 23:59:16.362477 IP 44.139.48.22 > gw.ampr.org: ICMP echo request, id 12976, seq 203, length 64 $ ip route get 44.0.0.1 44.0.0.1 via 169.228.34.84 dev tun0 src 44.139.48.22 cache expires 509sec mtu 1472 window 840Hopefully the above to get rip44d will be of some use to someone anyway.
Thanks, Aaron, M6PIU