I was wondering if it is possible to detect a tethered connection, say I am connected to my phone on my mac, and would like to check if mac is using a tethered connection.
Asked
Active
Viewed 196 times
0
-
Why do you want to know this? What if someone's using a fast mobile connection without data limits? What if they're using an old dial-up connection, slow as hell, and paid by minute? – John Dvorak May 24 '14 at 16:07
1 Answers
0
It's possible using the help of an outside observer, and how in-depth you want the solution to be. For example, you could query an external server and ask which IP address they see you requesting from - using this information you could determine whether you're on your mobile ISP or your home ISP.
If you need this solution to apply to random users/visitors it is probably infeasible, and I don't think there is any other solution.

Martin Konecny
- 57,827
- 19
- 139
- 159
-
Nothing will be able to reveal the last few meters are actually a home WiFi, however. – John Dvorak May 24 '14 at 16:01
-
@JanDvorak you're right, this will only work if you're tethered via your mobile data plan and not your home wifi. – Martin Konecny May 24 '14 at 16:05