0

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.

Ilja
  • 44,142
  • 92
  • 275
  • 498
  • 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 Answers1

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