<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nozell, rhymes with Oh Hell &#187; avahi</title>
	<atom:link href="http://nozell.com/blog/tag/avahi/feed/" rel="self" type="application/rss+xml" />
	<link>http://nozell.com/blog</link>
	<description>Marc Nozell's random stuff -- mostly GNU/Linux, technology, genealogy, family</description>
	<lastBuildDate>Tue, 13 Mar 2012 01:18:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Access a remote DAAP share by tunneling over SSH (Ubuntu/Edgy)</title>
		<link>http://nozell.com/blog/2006/11/29/access-a-remote-daap-share-by-tunneling-over-ssh-ubuntuedgy/</link>
		<comments>http://nozell.com/blog/2006/11/29/access-a-remote-daap-share-by-tunneling-over-ssh-ubuntuedgy/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 18:37:59 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[avahi]]></category>
		<category><![CDATA[daap]]></category>
		<category><![CDATA[edgy]]></category>
		<category><![CDATA[itune]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/2006/11/29/access-a-remote-daap-share-by-tunneling-over-ssh-ubuntuedgy/</guid>
		<description><![CDATA[The mt-daapd wiki has a nice write up on how to access a remote DAAP (aka iTunes protocol) share by tunneling over SSH. But the instructions are quite right for an Ubuntu/Edgy desktop. The short, short steps are: $ ssh homeserver -N -f -L 192.168.118.33:6689:localhost:3689 Instead of using the default 3689 port, pick a high [...]]]></description>
			<content:encoded><![CDATA[<p>The mt-daapd wiki has a nice write up on how to <a href="http://wiki.mt-daapd.org/wiki/SSH_Tunnel">access a remote DAAP (aka iTunes protocol) share by tunneling over SSH</a>.</p>
<p>But the instructions are quite right for an Ubuntu/Edgy desktop.  The short, short steps are:</p>
<p><code>$ ssh homeserver -N -f -L 192.168.118.33:6689:localhost:3689 </code></p>
<p>Instead of using the default 3689 port, pick a high number.   First of all it means you won&#8217;t have to start the ssh tunnel as root and it won&#8217;t confuse banshee which wants to use that port itself.  Also you need to specify your local ip address (eg: 192.168.118.33)</p>
<p><code>$ avahi-publish-address -v -H UbuntuLaptop.local  -s "my personal homeserver tunes" _daap._tcp. 6689 &#038;</code></p>
<p>Avahi is not Apple based code, so there is no mDNSProxyResponderPosix command.  The above line is the equivalent to &#8220;mDNSProxyResponderPosix 127.0.0.1 squeal &#8220;shareName&#8221; _daap._tcp. 3689 &#038;&#8221; </p>
<p><code>$ banshee</code></p>
<p>To debug this, keep an eye on /var/log/mt-daapd.log on the system running mt-daapd.</p>
<p>It appears that Rhythmbox gets a little confused about trying to connect to localhost:6689.  Now only banshee dies when closing.</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2006/11/29/access-a-remote-daap-share-by-tunneling-over-ssh-ubuntuedgy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

