I'm a bit confused by your post: since 172.29.x.x
addresses are
reserved for "Detached" networks, please clarify the source of the
172.29.60.0 IP range you mentioned. Is it provided by your ISP, or are
you going through a corporate network to get to the Internet? TIA.
This range is from RFC1918 where the 192.168 addresses also come from.
He probably has those addresses on his LAN and uses NAT to connect to internet.
Of course it is possible to use NAT between such a range and the AMPRnet, but
I don't recommend it. It is better to assign net-44 addresses to AMPRnet devices,
maybe have 2 addresses on one device.
Understanding a mixed-network NAT configuration (NAT to internet and NAT to AMPRnet
in the same network router) is hard for most people, and often mistakes are made,
resulting it lots of RFC1918 traffic ingress in the AMPRnet.
I get lots of log entries like this in our gateway:
Mar 3 09:56:13 Packet DROP: IN=gre8 OUT=tun0 SRC=192.168.1.101 DST=44.137.25.148 LEN=590
TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=5060 DPT=5060 LEN=570
(you see, the timestamp is "current")
Apparently someone experimenting with SIP. My own SIP phone is at 44.137.41.104
so I don't have such issues, I can connect to that 44.137.25.148 SIP server without
NAT.
Rob