

Netgear M1 (with Tmobile sim and repaired IMEI) connected via ethernet to --> OpenWrt router (with iptables-mod-ipopt installed) connected via ethernet to --> Home Wifi router
I have the OpenWrt router in the mix to alter TTL and provide the VPN layer. My router has the following interfaces, which I have tested with IPV6 both enabled and disabled:
br-lan - bridge
eth0 - WAN
eth1 - LAN
wg0 - VPN
As far as VPN goes, I have utilized both wireguard and openvpn without any luck. For TTL I have tried the following:
#config 1
ip6tables -t mangle -A POSTROUTING -o eth0 -j HL --hl-set 66
iptables -t mangle -I PREROUTING -i eth0 -j TTL --ttl-set 66
#config 2
iptables -t mangle -I POSTROUTING -o eth0 -j TTL --ttl-set 66
#config 3
ip6tables -t mangle -I POSTROUTING -o eth0 -j HL --hl-set 67
iptables -t mangle -I POSTROUTING -o eth0 -j TTL --ttl-set 66
I am at a loss as to what identifies me as using a hotspot! Any ideas? Thanks ahead of time for any input anyone may have.