From an app, is it possible the get the real IP address if the client installed a VPN ? this for Android and/or ios.
Asked
Active
Viewed 132 times
1 Answers
4
No, your public IP would be the one from the VPN and your local IP is only good in your Local Network

javier rivarola
- 500
- 3
- 6
-
thanks javier, but most of the time the local IP is my internet provider IP no? I mean i need to use my internet connection to get access to the vpn so in my mobile I have for sure a connection with the IP that my internet provider gave me – zeus Jan 24 '20 at 22:32
-
Much of the time your local IP won't be your Internet provider IP as many networks use Network Address Translation (NAT). If you see an address starting with 10 or 192.168 then NAT is in operation for sure. If the network uses IPv6 then the local address may well be a provider address. – Paulw11 Jan 24 '20 at 22:45