Nevermind I figured it out.
The address wasn't showing up when I'd grep 44.225 because its part of
a much bigger CIDR: 44.224.0.0/15 (which I wasn't taking into account)
root@ampr-pi:/var/lib/ampr-ripd# ip route show table 44 | grep 44.224
44.224.0.0/15 via 141.75.245.225 dev tunl0 proto 44 onlink window 840
So it's via an IPIP tunnel and not BGP, which is why I wasn't seeing
it via the thyme host.
On Fri, Feb 22, 2019 at 11:12 PM Steve L <kb9mwr(a)gmail.com> wrote:
From time to time testing various setups I need to determine if the
remote 44 host is IPIP or BGP so that I can verify everything is
working etc.
I used to grep this, but apparently this is not current?
http://thyme.rand.apnic.net/current/data-add-ARIN
Does anyone know of an up to date source?
I used to test new installs against
hambook.de.ampr.org
(44.225.164.16) as I know this is not reachable via the normal
internet, but is via 44net. It used to be via an IPIP tunnel. I
don't see it in my routes, so it must be via BGP now, but I don't see
it from the above source.
Thanks