How can I find the IP address of a computer with a shared iTunes library? The share shows up in iTunes, but it's with an odd name on a largish network and I need to know which computer is sharing the library.

link|improve this question

71% accept rate
feedback

3 Answers

In Terminal:

lsof | grep iTunes | grep TCP
link|improve this answer
How 'bout from a PC? – Joel Coehoorn Oct 20 '10 at 14:18
I do have access to a mac, but I couldn't get the share to show up on the mac. – Joel Coehoorn Oct 20 '10 at 14:40
feedback

You want a ZeroConf/Bonjour browser which allows you to see the packets sent out by iTunes.

Under Windows I would suggest the Zeroconf Neighborhood Explorer - http://www.stg.com/zeroconf_explorer.html

If you have a programmer near, there is a very helpful demo program in the jmdns project (Java based)

link|improve this answer
feedback

Bonjour Browser will give a list of all Bonjour services on your network. It will list all the computers with their names, IP address and ports. Mac OS X only.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.