Hello everyone... New thread.
Just wondering if I could get a couple of ping and traceroute test to 44.63.63.193 and 194.
I can reach a few address's I found, even from a host on my ampr LAN but need to know if anyone can reach me.
I am using OpenWRT and do believe I have firewall rules setup properly to allow for ping.
Thanks anyone and everyone
Kilo (Harold) https://www.qrz.com/db/K7ILO
DMR Repeater 446.275 MHz, -5 MHz Amateur Radio Digital Network Sysop for: 3104.adn.systemshttp://3104.adn.systems (Dallas, TX.) 3105.adn.systemshttp://3105.adn.systems (Los Angeles, CA.)
Hello K7ILO,
Unfortunately I was unable to ICMP ping or TCP traceroute to port 22 and 80, either from the outside (AS701) or inside (44.63.16.193).
The last hop terminates at amprgw.ucsd.edu http://amprgw.ucsd.edu/ when traced from the outside.
Is your gateway 50.158.20.217? Maybe you can tcpdump on its interfaces to see if any IPIP packets comes in.
Best, Maiyun Zhang AK6DS
On Sep 4, 2025, at 18:26, Harold Kinchelow via 44net 44net@mailman.ampr.org wrote:
Hello everyone... New thread.
Just wondering if I could get a couple of ping and traceroute test to 44.63.63.193 and 194.
I can reach a few address's I found, even from a host on my ampr LAN but need to know if anyone can reach me.
I am using OpenWRT and do believe I have firewall rules setup properly to allow for ping.
Thanks anyone and everyone
Kilo (Harold) https://www.qrz.com/db/K7ILO
DMR Repeater 446.275 MHz, -5 MHz Amateur Radio Digital Network Sysop for: 3104.adn.systems http://3104.adn.systems/ (Dallas, TX.) 3105.adn.systems http://3105.adn.systems/ (Los Angeles, CA.) _______________________________________________ 44net mailing list -- 44net@mailman.ampr.org mailto:44net@mailman.ampr.org To unsubscribe send an email to 44net-leave@mailman.ampr.org mailto:44net-leave@mailman.ampr.org
Neither of your IPs are reachable from the AMPR IPIP mesh:
$ ping 44.63.63.193 PING 44.63.63.193 (44.63.63.193) 56(84) bytes of data. ^C --- 44.63.63.193 ping statistics --- 7 packets transmitted, 0 received, 100% packet loss, time 6274ms
$ ping 44.63.63.194 PING 44.63.63.194 (44.63.63.194) 56(84) bytes of data.
^C --- 44.63.63.194 ping statistics --- 16 packets transmitted, 0 received, 100% packet loss, time 15618ms
I do see AMPR routes for your subnet from rip:
$ ip route list table 44 | grep 44.63.63 44.63.63.0/26 via 208.76.93.36 dev tunl0 proto 44 onlink window 840 44.63.63.128/26 via 135.134.62.70 dev tunl0 proto 44 onlink window 840 * 44.63.63.192/26 via 50.158.20.217 dev tunl0 proto 44 onlink window 840 ** *
I cannot ping your gateway (this isn't fatal per se):
$ ping 50.158.20.217 PING 50.158.20.217 (50.158.20.217) 56(84) bytes of data. ^C --- 50.158.20.217 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3156ms
Btw... to be clear, I can resolve and ping other hosts on the mesh:
$ ping -4 yo2loj.ampr.org PING (44.182.21.1) 56(84) bytes of data. 64 bytes from yo2loj.ampr.org (44.182.21.1): icmp_seq=1 ttl=64 time=188 ms 64 bytes from yo2loj.ampr.org (44.182.21.1): icmp_seq=2 ttl=64 time=188 ms 64 bytes from yo2loj.ampr.org (44.182.21.1): icmp_seq=3 ttl=64 time=188 ms ^C --- ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 187.727/187.961/188.255/0.219 ms
--David KI6ZHD
On 09/04/2025 03:26 PM, Harold Kinchelow via 44net wrote:
Hello everyone... New thread.
Just wondering if I could get a couple of ping and traceroute test to 44.63.63.193 and 194.
I can reach a few address's I found, even from a host on my ampr LAN but need to know if anyone can reach me.
I am using OpenWRT and do believe I have firewall rules setup properly to allow for ping.
Thanks anyone and everyone
Kilo (Harold) https://www.qrz.com/db/K7ILO
DMR Repeater 446.275 MHz, -5 MHz Amateur Radio Digital Network Sysop for: 3104.adn.systems http://3104.adn.systems (Dallas, TX.) 3105.adn.systems http://3105.adn.systems (Los Angeles, CA.)
44net mailing list -- 44net@mailman.ampr.org To unsubscribe send an email to 44net-leave@mailman.ampr.org
Tried from a BGP connected VPN session (the ARDC VPN Beta) and also from a mesh connected VPN (HamgatePA): Nothing.
MTR for the IP address via the BGP VPN Beta ..
[image: image.png]
On Thu, Sep 4, 2025 at 6:49 PM David Ranch via 44net 44net@mailman.ampr.org wrote:
Neither of your IPs are reachable from the AMPR IPIP mesh:
$ ping 44.63.63.193 PING 44.63.63.193 (44.63.63.193) 56(84) bytes of data. ^C --- 44.63.63.193 ping statistics --- 7 packets transmitted, 0 received, 100% packet loss, time 6274ms
$ ping 44.63.63.194 PING 44.63.63.194 (44.63.63.194) 56(84) bytes of data.
^C --- 44.63.63.194 ping statistics --- 16 packets transmitted, 0 received, 100% packet loss, time 15618ms
I do see AMPR routes for your subnet from rip:
$ ip route list table 44 | grep 44.63.63 44.63.63.0/26 via 208.76.93.36 dev tunl0 proto 44 onlink window 840 44.63.63.128/26 via 135.134.62.70 dev tunl0 proto 44 onlink window 840
- 44.63.63.192/26 http://44.63.63.192/26 via 50.158.20.217 dev tunl0
proto 44 onlink window 840 *
I cannot ping your gateway (this isn't fatal per se):
$ ping 50.158.20.217 PING 50.158.20.217 (50.158.20.217) 56(84) bytes of data. ^C --- 50.158.20.217 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3156ms
Btw... to be clear, I can resolve and ping other hosts on the mesh:
$ ping -4 yo2loj.ampr.org PING (44.182.21.1) 56(84) bytes of data. 64 bytes from yo2loj.ampr.org (44.182.21.1): icmp_seq=1 ttl=64 time=188 ms 64 bytes from yo2loj.ampr.org (44.182.21.1): icmp_seq=2 ttl=64 time=188 ms 64 bytes from yo2loj.ampr.org (44.182.21.1): icmp_seq=3 ttl=64 time=188 ms ^C --- ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 187.727/187.961/188.255/0.219 ms
--David KI6ZHD
On 09/04/2025 03:26 PM, Harold Kinchelow via 44net wrote:
Hello everyone... New thread.
Just wondering if I could get a couple of ping and traceroute test to 44.63.63.193 and 194.
I can reach a few address's I found, even from a host on my ampr LAN but need to know if anyone can reach me.
I am using OpenWRT and do believe I have firewall rules setup properly to allow for ping.
Thanks anyone and everyone
Kilo (Harold) https://www.qrz.com/db/K7ILO
DMR Repeater 446.275 MHz, -5 MHz Amateur Radio Digital Network Sysop for: 3104.adn.systems (Dallas, TX.) 3105.adn.systems (Los Angeles, CA.)
44net mailing list -- 44net@mailman.ampr.org To unsubscribe send an email to 44net-leave@mailman.ampr.org
44net mailing list -- 44net@mailman.ampr.org To unsubscribe send an email to 44net-leave@mailman.ampr.org