All your entries on the portal appear to be correct, and amprgw can ping your gateway's commercial IP address, so you should be seeing IPIP traffic at least every 5 minutes.
Depending on your connection equipment, IPIP may not make it through a DSL or cable modem without a bit of reconfiguration. Check the web page at n1uro.ampr.org for more info on this, under Linux conf->DMZ.. - Brian
On Tue, Sep 04, 2018 at 04:58:52PM -0700, Cathryn Mataga wrote:
https://www.qsl.net/kb9mwr/wapr/tcpip/ampr-ripd.html
Is this site still valid?
Specifically this? In the 'new way of things' will I still see traffic from amprgw.ucsd.edu?
tcpdump -i enp3s0 -vvv host amprgw.ucsd.edu or ip proto \icmp
Because I'm not seeing anything here from amprgw. Though I'm just monkeying with it the first time now, so could just be 'new user stupid'
ifconfig tunl0 up 44.4.28.50 netmask 255.255.255.255 ip rule add to 44.4.28.50 table main priority 44 ip rule add dev tunl0 table 44 priority 45 ip rule add dev enp3s0 table 44 priority 46 ip rule add from 44.4.28.50 table 44 priority 47