Back in the day PDANet was the app to go to enable unlimited tethering.
Comment on I have unlimited cellular data on my phone but not if I use it as a hotspot.
solrize@lemmy.world 8 months ago
If it’s an android phone, enable dev mode, install adb on your laptop, run an sshd under termux on the phone, and you should be able to set up iptables to forward packets from the laptop through the phone. The phone won’t know that it’s being used for tethering. Although I hadn’t seen the stuff about packet TTL before. Maybe it’s as simple as just adjusting that.
fne8w2ah@lemmy.world 8 months ago
Zikeji@programming.dev 8 months ago
Still works for me as of last year. Now I use rooted android with ttlfix.
Armageddon@ttrpg.network 8 months ago
This is what I’ve been using and it works for the most part other than the connection just dropping with too much use, only other thing I’ve used is PairVPN which had the same problem but was 100x worse. Is there something better around nowadays? I have a carrier locked phone and can’t ROM or root
owenfromcanada@lemmy.world 8 months ago
A less complicated method that I used for years:
-D 8888
)localhost
port8888
It doesn’t redirect all traffic (you’d want to avoid system updates, for example) but might be easier than messing with iptables.
michael_palmer@lemmy.sdf.org 8 months ago
There is an app that can change TTL value through
iptables
. It requires root.dan@upvote.au 8 months ago
It may be easier to just run a VPN on the phone? WireGuard runs on Android. I’ve never tried configuring it to forward data through it though, but it should work.
owenfromcanada@lemmy.world 8 months ago
I tried that, the carrier could still differentiate it from local traffic (or at least my speed test results were vastly different).
dan@upvote.au 8 months ago
It’s possible they’ve gotten smarter these days.
I don’t know how ISPs are allowed to do this when it’s a very obvious violation of net neutrality.