<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: iTunes 4 + iTunesdl = Filesharing Heaven</title>
	<atom:link href="http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/feed/" rel="self" type="application/rss+xml" />
	<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 08:44:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Switch-Case</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-645</link>
		<dc:creator>Switch-Case</dc:creator>
		<pubDate>Sat, 15 Nov 2003 05:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-645</guid>
		<description>&lt;p&gt;&lt;strong&gt;Rendezvous Proxy, Supercomputers, GNUpod, Easter Eggs, Mozilla and much more&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;EETimes: Supercomputer benchmarks to be overhauled by 2006 An app called Rendezvous Proxy allows you to trick your computer into thinking that any foreign host is local to your subnet. This means you can share music with iTunes and access other rendezv...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Rendezvous Proxy, Supercomputers, GNUpod, Easter Eggs, Mozilla and much more</strong></p>
<p>EETimes: Supercomputer benchmarks to be overhauled by 2006 An app called Rendezvous Proxy allows you to trick your computer into thinking that any foreign host is local to your subnet. This means you can share music with iTunes and access other rendezv&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-643</link>
		<dc:creator>Romain</dc:creator>
		<pubDate>Mon, 16 Jun 2003 17:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-643</guid>
		<description>&lt;p&gt;Well,&lt;/p&gt;

&lt;p&gt;even simplier than what I just explained above :&lt;/p&gt;

&lt;p&gt;1Â°) Connect to a library with iTunes using your favorite website.
2Â°) Open the Terminal
3Â°) Type : lsof &#124; grep iTunes&lt;/p&gt;

&lt;p&gt;That&#039;s it. The IP your connected will be listed with : &quot;(ESTABLISHED)&quot; next to it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well,</p>
<p>even simplier than what I just explained above :</p>
<p>1Â°) Connect to a library with iTunes using your favorite website.<br />
2Â°) Open the Terminal<br />
3Â°) Type : lsof | grep iTunes</p>
<p>That&#8217;s it. The IP your connected will be listed with : &#8220;(ESTABLISHED)&#8221; next to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-642</link>
		<dc:creator>Romain</dc:creator>
		<pubDate>Mon, 16 Jun 2003 16:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-642</guid>
		<description>&lt;p&gt;Well, I might JUST have what you&#039;re all asking for...
I read this somewhere on the web (well, I used google to seek this info in fact) so don&#039;t grant me for anything, you could have found it on your own...&lt;/p&gt;

&lt;p&gt;1Â°) Open a connection to a server using your favorite web site (so far I only know of two : shareitunes.com and ituneshare.org)
2Â°) Start to listen to ANY song listed here
3Â°) Open the Terminal
4Â°) Type : sudo tcpdump -qtn port 3689 (copy &amp; paste it)
5Â°) Enter the administrator password&lt;/p&gt;

&lt;p&gt;And that&#039;s it. You&#039;ll get quite a lot of information here. Basically it will show packet IPs in and out of your computer for the port 3689 (aka &quot;daap://&quot;). So you&#039;ll notice two IPs, your and the one to the server.&lt;/p&gt;

&lt;p&gt;Ho, and don&#039;t forget the last step :&lt;/p&gt;

&lt;p&gt;6Â°) CTRL-C !&lt;/p&gt;

&lt;p&gt;Or the packet listing will go on and on, and on, and on...&lt;/p&gt;

&lt;p&gt;Of course, if you&#039;re already connected to a server either downloading or listening to music on the port 3689, when typing the command in the Terminal, you&#039;ll get even more IPs ! Try to remember which one is yours at least.&lt;/p&gt;

&lt;p&gt;I love the Terminal. I just wish someone could make a script that would show the IPs without opening and typing all this. A sort of automation after all... Anyone gifted with programming skills in here ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, I might JUST have what you&#8217;re all asking for&#8230;<br />
I read this somewhere on the web (well, I used google to seek this info in fact) so don&#8217;t grant me for anything, you could have found it on your own&#8230;</p>
<p>1Â°) Open a connection to a server using your favorite web site (so far I only know of two : shareitunes.com and ituneshare.org)<br />
2Â°) Start to listen to ANY song listed here<br />
3Â°) Open the Terminal<br />
4Â°) Type : sudo tcpdump -qtn port 3689 (copy &amp; paste it)<br />
5Â°) Enter the administrator password</p>
<p>And that&#8217;s it. You&#8217;ll get quite a lot of information here. Basically it will show packet IPs in and out of your computer for the port 3689 (aka &#8220;daap://&#8221;). So you&#8217;ll notice two IPs, your and the one to the server.</p>
<p>Ho, and don&#8217;t forget the last step :</p>
<p>6Â°) CTRL-C !</p>
<p>Or the packet listing will go on and on, and on, and on&#8230;</p>
<p>Of course, if you&#8217;re already connected to a server either downloading or listening to music on the port 3689, when typing the command in the Terminal, you&#8217;ll get even more IPs ! Try to remember which one is yours at least.</p>
<p>I love the Terminal. I just wish someone could make a script that would show the IPs without opening and typing all this. A sort of automation after all&#8230; Anyone gifted with programming skills in here ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dank</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-641</link>
		<dc:creator>dank</dc:creator>
		<pubDate>Tue, 10 Jun 2003 00:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-641</guid>
		<description>&lt;p&gt;ShareiTunes.com doesnt let you view the daap address any longer, it just reverts to a .php command that goes to a site id and then it goes straight to iTunes.. &lt;/p&gt;

&lt;p&gt;sometimes, usually when it has a hard time connecting, iTunes shows the IP address of the server, or compter you are trying to connect to.. but when its all smooth, it doesn&#039;t let you view the IP.. &lt;/p&gt;

&lt;p&gt;is there any way to view what IP&#039;s you are connecting to, through iTunes or any other means, i.e. Terminal, a script, etc?&lt;/p&gt;

&lt;p&gt;thanks&lt;/p&gt;

&lt;p&gt;dank&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ShareiTunes.com doesnt let you view the daap address any longer, it just reverts to a .php command that goes to a site id and then it goes straight to iTunes.. </p>
<p>sometimes, usually when it has a hard time connecting, iTunes shows the IP address of the server, or compter you are trying to connect to.. but when its all smooth, it doesn&#8217;t let you view the IP.. </p>
<p>is there any way to view what IP&#8217;s you are connecting to, through iTunes or any other means, i.e. Terminal, a script, etc?</p>
<p>thanks</p>
<p>dank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iCow</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-640</link>
		<dc:creator>iCow</dc:creator>
		<pubDate>Fri, 23 May 2003 02:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-640</guid>
		<description>&lt;p&gt;&lt;a href=&quot;http://www.shareitunes.com&quot; rel=&quot;nofollow&quot;&gt;http://www.shareitunes.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When there click on a share... then when the pop up is open do a right mouse click real quick and VIEW SOURCE. The address will look as follows...&lt;/p&gt;

&lt;p&gt;setTimeout(&quot;top.location = \&quot;daap://12-208-87-186.client.attbi.com/\&quot;&quot;, 2000);&lt;/p&gt;

&lt;p&gt;you want the address AFTER the daap&lt;/p&gt;

&lt;p&gt;moo&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.shareitunes.com">http://www.shareitunes.com</a></p>
<p>When there click on a share&#8230; then when the pop up is open do a right mouse click real quick and VIEW SOURCE. The address will look as follows&#8230;</p>
<p>setTimeout(&#8220;top.location = &#34;daap://12-208-87-186.client.attbi.com/&#34;&#8221;, 2000);</p>
<p>you want the address AFTER the daap</p>
<p>moo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buckwheat</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-639</link>
		<dc:creator>buckwheat</dc:creator>
		<pubDate>Wed, 21 May 2003 20:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-639</guid>
		<description>&lt;p&gt;I read all the comments above. Still I couldn&#039;t find out where to find DAAP addresses.
Help desperately needed ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I read all the comments above. Still I couldn&#8217;t find out where to find DAAP addresses.<br />
Help desperately needed ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mac</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-638</link>
		<dc:creator>mac</dc:creator>
		<pubDate>Mon, 19 May 2003 00:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-638</guid>
		<description>&lt;p&gt;hey does anyone know of any other apps that do similar things?  i think it would be perfect if someone wrote an app that worked IN itunes4, so that while you were streaming you could crtl+click and get the option to download, now that would be awsome!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hey does anyone know of any other apps that do similar things?  i think it would be perfect if someone wrote an app that worked IN itunes4, so that while you were streaming you could crtl+click and get the option to download, now that would be awsome!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-637</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 18 May 2003 23:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-637</guid>
		<description>&lt;p&gt;Not quite sure what you mean. To connect to my library, for example, type submitresponse.no-ip.org into the Host field, then hit connect... ask other people for their IP addresses and do the same.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Not quite sure what you mean. To connect to my library, for example, type submitresponse.no-ip.org into the Host field, then hit connect&#8230; ask other people for their IP addresses and do the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASDA</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-636</link>
		<dc:creator>ASDA</dc:creator>
		<pubDate>Sun, 18 May 2003 18:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-636</guid>
		<description>&lt;p&gt;hi does anybody know how to use dl i can&#039;t seem to connect because i don&#039;t know what to type could someone pls take a second to help us.&lt;/p&gt;

&lt;p&gt;THANKS&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi does anybody know how to use dl i can&#8217;t seem to connect because i don&#8217;t know what to type could someone pls take a second to help us.</p>
<p>THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://submitresponse.co.uk/weblog/2003/05/08/itunes-4-itunesdl-filesharing-heaven/comment-page-1/#comment-635</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sun, 18 May 2003 12:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=378#comment-635</guid>
		<description>&lt;p&gt;You have to be quick viewing the source of the pop-up on ShareiTunes, as they&#039;ve added a line of javascript to close the pop-up, presumably to deter the likes of us!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You have to be quick viewing the source of the pop-up on ShareiTunes, as they&#8217;ve added a line of javascript to close the pop-up, presumably to deter the likes of us!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/18 queries in 0.016 seconds using disk: basic

Served from: submitresponse.co.uk @ 2012-02-12 22:11:42 -->
