Karthick
Karthick

Reputation: 21

How to get connected iPhone IP address through mac terminal

Is there any way to get IP address of connected iPhone through mac terminal ?

I'm facing following problem:

I have connected iPhone device with mac machine, now i want to get the connected iPhone device IP address (Device connected with WiFi) through mac terminal.

Upvotes: 0

Views: 3193

Answers (2)

emobile
emobile

Reputation: 56

Open Terminal and type

arp -a

I found the command on this thread https://discussions.apple.com/thread/3548204?tstart=0

Upvotes: 2

Martin K
Martin K

Reputation: 782

Without SSH and a jailbreaked device, I can't see how this is possible. Can you explain more of what you are trying to achieve?

Upvotes: 0

Related Questions