<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Cat24.net</title>
	<atom:link href="http://cat24net.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cat24net.wordpress.com</link>
	<description>a blog about open source software tools, VoIP, Linux and the like.....</description>
	<lastBuildDate>Tue, 09 Sep 2008 23:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cat24net.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Cat24.net</title>
		<link>http://cat24net.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cat24net.wordpress.com/osd.xml" title="Cat24.net" />
	<atom:link rel='hub' href='http://cat24net.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using Amazon S3 Storage.</title>
		<link>http://cat24net.wordpress.com/2008/09/09/using-amazon-s3-network-storage/</link>
		<comments>http://cat24net.wordpress.com/2008/09/09/using-amazon-s3-network-storage/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 17:54:22 +0000</pubDate>
		<dc:creator>cat24.net</dc:creator>
				<category><![CDATA[Amazon Web Services]]></category>

		<guid isPermaLink="false">http://cat24net.wordpress.com/?p=9</guid>
		<description><![CDATA[Recently I have been reviewing my options for using Amazon&#8217;s Simple Storage Service, &#8220;S3&#8243;. Amazon describes the storage service that they offer as providing &#8220;a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cat24net.wordpress.com&amp;blog=727017&amp;post=9&amp;subd=cat24net&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I have been reviewing my options for using Amazon&#8217;s Simple Storage Service, &#8220;S3&#8243;.   Amazon describes the storage service that they offer a<span class="small">s providing &#8220;a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites&#8221;.</span></p>
<p>My interest in  S3 is to provide a secure backup for  data from my Linux servers and store some of my critical documents.  So I am particularly interested in  command line tools that will run under Linux but I also would like to have access from a browser as well.</p>
<p>S3 is part of the Amazon Web Services, AWS, is a form of network attached storage (NAS), although it is accessed via the Internet rather than your local network.  Like any service there are advantages and disadvantages.</p>
<p>Advantages</p>
<ul>
<li>No capital outlay</li>
<li>Pay as you go &#8211; pricing seems competitive</li>
<li>Data replicated at multiple sites</li>
<li>Can behave like NAS</li>
<li>Can be accessed via a browser</li>
<li>Unlimited storage</li>
<li>Choose the USA or Europe for the storage location</li>
<li>Can be accessed from any location with Internet access.</li>
</ul>
<p>Disadvantages</p>
<ul>
<li>Relies on your Internet connection</li>
<li>Relies on availability of Amazon&#8217;s network</li>
<li>Online payment in US$ by credit card &#8211; not so good if you are based in Europe.</li>
</ul>
<p>A lot has been written about AWS and S3 a lot of material is accessible via your browser if you do a search.  Checkout the information <a href="http://www.amazon.com/AWS-home-page-Money/b?ie=UTF8&amp;node=3435361">on the main AWS page.</a> Look at the &#8216;In the News&#8217; section to see some of Amazon&#8217;s clients. There is a separate section for each part of the service and full pricing details. You need to understand the pricing model and how Amazon calculate the charge so that you can minimise unnecessary calls to S3 that would increase your bill.   Amazon take data security seriously and they have just published <span class="small"><span style="font-size:xx-small;color:#666666;">(Sept. 5, 2008) </span></span>a white paper that covers the way they deal with security for all their web services, download this from their main AWS page.</p>
<p>So how do you access S3? The simple answer is that you use a tool that has already been developed and tested by others. There are a number of methods of writing and reading to S3 and a variety of tools are available that run under most OS&#8217;s including Linux, MacOS and Windows.  I have just tested out four so far.</p>
<ul>
<li>S3Fox &#8211; a Firefox plugin</li>
<li>S3cmd a command line tool for Unix / Linux <a href="http://s3tools.logix.cz/s3cmd"> S3tools website.</a></li>
<li>PersistentFS &#8211; creates a Linux file system that connects to S3. <a href="http://www.persistentfs.com/"> PersistentFS website. </a></li>
<li>Jungledisk.  Windows, Linux and Mac versions, with GUI and command line options. Costs $20.<a href="http://www.jungledisk.com/"> Jungledisk website. </a></li>
</ul>
<p>Amazon S3 is covered a <a href="http://www.amazon.com/gp/browse.html?node=379654011"> service level agreement (SLA) </a> where Amazon define the terms under which they deliver the service to their customers, this covers the uptime guarantee. If this is not met you get a service credit. So S3 is ideal for longer term backup and of course it&#8217;s offsite and is stored redundantly  over different data centres so it&#8217;s much better than a NAS in the corner of the office!</p>
<p>There are lots of tools for managing your S3 storage and they are evolving all the time, do a web search for &#8216;amazon s3 tools&#8217; to see what&#8217;s out there now.   I&#8217;ll write up my experiences  with each of the tools next time.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cat24net.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cat24net.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cat24net.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cat24net.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cat24net.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cat24net.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cat24net.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cat24net.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cat24net.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cat24net.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cat24net.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cat24net.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cat24net.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cat24net.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cat24net.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cat24net.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cat24net.wordpress.com&amp;blog=727017&amp;post=9&amp;subd=cat24net&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cat24net.wordpress.com/2008/09/09/using-amazon-s3-network-storage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7ef149aa456a02f208e06cf0d36f5d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cat24.net</media:title>
		</media:content>
	</item>
		<item>
		<title>Maintain and Operate Guides for Cisco Phones</title>
		<link>http://cat24net.wordpress.com/2008/07/04/maintain-and-operate-guides-for-cisco-phones/</link>
		<comments>http://cat24net.wordpress.com/2008/07/04/maintain-and-operate-guides-for-cisco-phones/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 09:32:26 +0000</pubDate>
		<dc:creator>cat24.net</dc:creator>
				<category><![CDATA[Cisco IP Phones]]></category>

		<guid isPermaLink="false">http://cat24net.wordpress.com/?p=8</guid>
		<description><![CDATA[A thread on the trixbox forum has been discussing the configuration of Cisco 7911 phones. However, one post refers to a link on the Cisco website that provides links to a list of the Maintain and Operate Guides for a wide range of Cisco phones. Definitely worth a look.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cat24net.wordpress.com&amp;blog=727017&amp;post=8&amp;subd=cat24net&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A thread on the <a href="http://www.trixbox.org/tracker">trixbox forum </a> has been discussing the <a href="http://www.trixbox.org/forums/vendor-forums-non-certified/linksys-cisco/desperate-help-needed-cisco-7911-phone"> configuration of Cisco 7911 phones.</a> However, one post refers to a link on the Cisco website that provides links to <a href="http://www.cisco.com/en/US/products/hw/phones/ps379/prod_maintenance_guides_list.html"> a list of the Maintain and Operate Guides for a wide range of Cisco phones.</a></p>
<p>Definitely worth a look.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cat24net.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cat24net.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cat24net.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cat24net.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cat24net.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cat24net.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cat24net.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cat24net.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cat24net.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cat24net.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cat24net.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cat24net.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cat24net.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cat24net.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cat24net.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cat24net.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cat24net.wordpress.com&amp;blog=727017&amp;post=8&amp;subd=cat24net&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cat24net.wordpress.com/2008/07/04/maintain-and-operate-guides-for-cisco-phones/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7ef149aa456a02f208e06cf0d36f5d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cat24.net</media:title>
		</media:content>
	</item>
		<item>
		<title>How to survive &#8216;Protocol Application Invalid&#8217;</title>
		<link>http://cat24net.wordpress.com/2008/07/03/how-to-survive-protocol-application-invalid/</link>
		<comments>http://cat24net.wordpress.com/2008/07/03/how-to-survive-protocol-application-invalid/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 11:14:44 +0000</pubDate>
		<dc:creator>cat24.net</dc:creator>
				<category><![CDATA[Cisco IP Phones]]></category>

		<guid isPermaLink="false">http://cat24net.wordpress.com/?p=6</guid>
		<description><![CDATA[Preamble. On a number of occasions I have been involved in sorting out Cisco 7940 and 7960 phones that on power up display the scary message &#8216;Protocol Application Invalid&#8217;. From this point on the phone is unable to retrieve its configuration from the phone PBX server and seems to be stuck. A quick search on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cat24net.wordpress.com&amp;blog=727017&amp;post=6&amp;subd=cat24net&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Preamble.</strong><br />
On a number of occasions I have been involved in sorting out Cisco 7940 and 7960 phones that on power up display the scary message &#8216;Protocol Application Invalid&#8217;. From this point on the phone is unable to retrieve its configuration from the phone PBX server and seems to be stuck. A quick search on Google shows lots of instances of this and for me these Google searches have also been a source of guidance from other kind souls who have worked out how to overcome this situation and once more gain control of their Cisco phones.</p>
<p>Many refer to their phones as &#8216;bricked&#8217; and start to loose patience.  Since I have not examined all these &#8216;bricks&#8217; I can&#8217;t judge whether they are unrecoverable.  However, I have recovered phones myself that displayed &#8216;Protocol Application Invalid&#8217; (PAI) and I have helped a number of trixbox users <a href="http://www.trixbox.org">on the forum there</a> get their phones back into use.</p>
<p>Some time ago I wrote up my first experience of sorting out this problem and put my experiences <a href="http://cat24.net/Cisco_Sip_Phones.html">on my website, on this page</a>.</p>
<p>This posting on my website has brought in more requests and this first blog here is a way to keep the information up to date.</p>
<p><strong>Background.</strong><br />
PAI seems in the voip forums to be associated with the phone being &#8216;dead&#8217; or &#8216;bricked&#8217;.  That may be true in some cases but a search on the Cisco website picks up these two links that give more details about PAI.</p>
<p><a href="http://www.cisco.com/en/US/products/hw/phones/ps379/products_tech_note09186a0080094584.shtml#issue3a">Converting a Cisco 7940/7960 CallManager Phone to a SIP Phone and the Reverse Process<br />
</a></p>
<p><a href="http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a008055c1fe.shtml"> IP Phone 7940/7960 Fails to Boot &#8211; Protocol Application Invalid</a></p>
<p>Cisco define the error message thus:<br />
<blockquote>&#8220;Protocol Application Invalid&#8221; Error:<br />
This error message means that the application image cannot be loaded into Flash memory or that the image does not exist in Flash memory. This can happen for these reasons: &#8230;&#8230;</p></blockquote>
<p>The recovery process needs some basic technical expertise and knowledge of computer networks. Recovering these phones usually requires configuring a dhcp server and a tftp server and then connecting the problem phone to the network running these two applications.</p>
<p>You will also need copies of the relevant firmware for the phone.  The Cisco firmware is licensed and you can buy a SmartNet contract from a Cisco dealer for less than £10 sterling. This gives you access to the Cisco download site where you can access SIP and SCCP images for your Cisco phone. I bought a SmartNet support contract that gives me access to the firmware.  However, the strict licence does not allow the firmware to be redistributed, so I am not going to email firmware to you, so don&#8217;t ask. However, there are links on the <a href="http://www.voip-info.org/wiki/">voip-info wiki, where some firmware is posted </a>.  Cisco have also put one copy (version 8.2) up<a href="ftp://ftp.cisco.com/pub/voice/ip-phone/sip-7960/"> on their public ftp site. </a></p>
<p>If the process of recovering your Cisco phone seems too complicated or you do not have the time I am happy to carry the process out for you, more details at the end.  </p>
<p><strong>How to recover a Cisco phone.</strong><br />
The recovery of Cisco 7960 phones that I have worked on relied on the fact that the phones could either be factory reset, or were locked and had fixed network settings.   </p>
<p>In the first case a factory reset allows the phone to be unlocked and reset to the situation where it is free of network settings apart from requesting an IP address from the DHCP server.  The DHCP server needs to be  setup so that it has an &#8216;Option 150&#8242; set. This supplies the IP address if the TFTP server as well as an IP address for the phone.</p>
<p><strong>Configure a DHCP and a TFTP server.</strong></p>
<p>There are three TFTP servers that I know of.</p>
<ul>
<li>TFTP32D  <a href="http://tftpd32.jounin.net/tftpd32.html">Link to website</a></li>
<li>Pumpkin   <a href="http://kin.klever.net/pumpkin/"> Link to site</a></li>
<li>ATFTPD, installed as part of trixbox and running on Centos 4 or 5 etc.</li>
</ul>
<p>TFTPD32 and Pumpkin both run under windows, obviously ATFTP is Linux based.   The advantage of of TPTP32D is that it also has a built in DHCP server. You could run TFPT32D on a laptop and connect  your phone to the laptop with a crossover cable, or connect both to a switch or hub. Make sure there are no other DHCP servers running on the network.  I tried TFTP32D and could not get the &#8216;Option 150&#8242; set up properly in the DHCP configuration.  I tried for a bit, but as I use atftpd a lot and have spare trixbox servers sitting around I went down that route as it was quicker. A lot of trixbox forum members use TFTP32D so it must work, just not for me. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>DHCPD and TFTP under Centos</strong></p>
<p>I covered setting up the DHCPD server under Centos <a href="http://cat24.net/Cisco_Sip_Phones.html#cis02"> here on my website at Cat24.net</a> The critical thing is to add the lines</p>
<blockquote><p>option voip-tftp-servers code 150 = ip-address;<br />
option voip-tftp-servers w.x.y.z;</p></blockquote>
<p>into the dhcpd.conf file. In the above lines you need to put the numeric IP address of your TFTP server in place of the w.x.y.z.   The effect of this code in dhcpd.cnf is to include the tftp server address into the information sent back to the Cisco phone when the DHCP server hands out an IP address.  The Cisco phone should then request its configuration file from the tftp server as the phone boots.</p>
<p>You can check what network settings have been set on your phone by pressing the settings button on the right of the phone and scrolling to the network configuration (or press a 3 on the keypad).  This will show the addresses that have been stored on the phone.</p>
<p><strong>Configuring or upgrading Cisco Phones.</strong></p>
<p>I spent quite a while putting together <a href="http://cat24.net/Cisco_Sip_Phones.html">my first Cisco &#8216;how-to&#8217; on Cat24.net</a>.  There are a number of links that I found useful at the bottom of that page.  I don&#8217;t see any point in copying that material here. However, <a href="http://www.voip-info.org/wiki/">the Voip-Info.org wiki</a> is a fantastic resource and there is lots of Cisco IP phone related material there, covering all the common Cisco phones that seem to be in circulation.  Spend some time searching that wiki using various search terms and all the information you require to configure 7940/7960 and 7941/7961 phones etc is there.</p>
<p>Cisco phones can be programmed with three entirely different voip protocols</p>
<ul>
<li>SCCP &#8211; the in house Cisco protocol</li>
<li>SIP</li>
<li>MGCP</li>
</ul>
<p>If you are upgrading  or downgrading firmware versions or are  moving from  SCCP to SIP  or vice versa  Cisco have a very useful  resource<a href="http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7960g_7940g/mgcp/firmware/matrix/frmwrup.html">here, that gives a Firmware Upgrade Matrix for 7940 and 7960 IP Phones</a>.  This gives the recommended  path and process for upgrading or downgrading.</p>
<p>This link may also be useful:</p>
<p><a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+phone+cisco+79xx">Configuring Cisco 79xx phones with Asterisk</a></p>
<p>These following links are from the trixbox forums where Cisco PAI has been discussed. If anyone is struggling with this problem these links are worth reading particularly to gain background information.  </p>
<p><a href="http://trixbox.org/forums/trixbox-forums/trixbox-endpoints/7960-problem-briked"> link #1.</a></p>
<p><a href="http://trixbox.org/forums/trixbox-forums/open-discussion/recovering-cisco-7940-7960-protocol-application-invalid"> link #2.</a></p>
<p><a href="http://trixbox.org/forums/trixbox-forums/trixbox-endpoints/disabled-cisco-7960"> link #3.</a></p>
<p><a href="http://trixbox.org/forums/trixbox-forums/open-discussion/re-provessioning-cisco-ip-phones-7960-7940"> link #4.</a></p>
<p><a href="http://trixbox.org/forums/trixbox-forums/trixbox-endpoints/cisco-7940g-tftp-file-not-found"> link #5.</a></p>
<p><a href="http://trixbox.org/forums/trixbox-forums/help/cisco-7960"> link #6.</a></p>
<p><a href="http://trixbox.org/forums/trixbox-forums/trixbox-endpoints/7960-firmware-upgrade-issues"> link #7.</a></p>
<p><a href="http://trixbox.org/forums/trixbox-forums/trixbox-endpoints/cisco-sip-conversion-errors"> link #8.</a></p>
<p><a href="http://trixbox.org/forums/trixbox-forums/help/trixbox-cisco-ip-phone-7940-server"> link #9.</a> </p>
<p>If these links get out of date or don&#8217;t work for you go to the <a href="http://trixbox.org/search/node/cisco+protocol+invalid"> trixbox forum and redo the search</a>.</p>
<p><strong>And finally</strong>.</p>
<p>If you need help you could try joining the trixbox forum and posting your question there bearing in mind that the focus there is running the trixbox flavour of asterisk on the Centos Linux OS. I post there quite a lot, and monitor the new posts, as time permits.  A search on the form for cat24.net will pull up my posts.  </p>
<p>If you can&#8217;t sort out problems such as PAI with your Cisco phones I am happy to work on the phone for you.  You will need to send me the phone, but don&#8217;t do that until you have contacted me through <a href="http://cat24.net">the contact details on my website.</a>  I will quote a price and we can discuss payment.  Normally PAI problems can be turned around in about 2 days. </p>
<p>You can also of course comment here as well.<br />
Good luck.  </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cat24net.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cat24net.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cat24net.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cat24net.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cat24net.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cat24net.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cat24net.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cat24net.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cat24net.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cat24net.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cat24net.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cat24net.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cat24net.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cat24net.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cat24net.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cat24net.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cat24net.wordpress.com&amp;blog=727017&amp;post=6&amp;subd=cat24net&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cat24net.wordpress.com/2008/07/03/how-to-survive-protocol-application-invalid/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7ef149aa456a02f208e06cf0d36f5d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cat24.net</media:title>
		</media:content>
	</item>
	</channel>
</rss>
