<?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>Chris Carey &#187; Networking</title>
	<atom:link href="http://chriscarey.com/wordpress/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscarey.com/wordpress</link>
	<description>Software Developer San Francisco</description>
	<lastBuildDate>Sun, 08 Jan 2012 03:14:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Netatalk with Debian or Ubuntu</title>
		<link>http://chriscarey.com/wordpress/2010/08/22/netatalk-with-debian-or-ubuntu/</link>
		<comments>http://chriscarey.com/wordpress/2010/08/22/netatalk-with-debian-or-ubuntu/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 23:10:42 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/?p=591</guid>
		<description><![CDATA[By default, it is compiled without SSL support. Mac clients will not be able to connect. Here is how you get Netatalk working on Debian or Ubuntu the clean way, with custom compiled packages. If you get an error message about keysigning (when building), this command may help: http://www.blackmac.de/archives/58-Make-Netatalk-talk-to-Leopard-Mac-OS-X-10.5.html]]></description>
			<content:encoded><![CDATA[<p>By default, it is compiled without SSL support. Mac clients will not be able to connect. Here is how you get Netatalk working on Debian or Ubuntu the clean way, with custom compiled packages.</p>
<pre class="brush: bash; title: ; notranslate">
apt-get source netatalk
apt-get install devscripts fakeroot libssl-dev cracklib2-dev
apt-get build-dep netatalk
cd netatalk-2.0.3
DEB_BUILD_OPTIONS=ssl debuild
dpkg -i ../netatalk*.deb
</pre>
<p>If you get an error message about keysigning (when building), this command may help:</p>
<pre class="brush: bash; title: ; notranslate">
DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -us -uc
</pre>
<p>http://www.blackmac.de/archives/58-Make-Netatalk-talk-to-Leopard-Mac-OS-X-10.5.html</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2010/08/22/netatalk-with-debian-or-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got IPv6 up and running at home</title>
		<link>http://chriscarey.com/wordpress/2009/06/03/got-ipv6-up-and-running-at-home/</link>
		<comments>http://chriscarey.com/wordpress/2009/06/03/got-ipv6-up-and-running-at-home/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 00:19:11 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=391</guid>
		<description><![CDATA[Finally took the plunge and got IPv6 working at home. Thanks to the folks at http://www.tunnelbroker.net/ for the free 6to4 tunnel!]]></description>
			<content:encoded><![CDATA[<p>Finally took the plunge and got IPv6 working at home. Thanks to the folks at <a href="http://www.tunnelbroker.net/">http://www.tunnelbroker.net/</a> for the free 6to4 tunnel!</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/06/03/got-ipv6-up-and-running-at-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

