<?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>Bit Mojo - Hiram Chirino &#187; mutlticast</title>
	<atom:link href="http://hiramchirino.com/blog/tag/mutlticast/feed/" rel="self" type="application/rss+xml" />
	<link>http://hiramchirino.com/blog</link>
	<description>My Ramblings on Hawt Tech</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Mulitcast not working on a Linux box?</title>
		<link>http://hiramchirino.com/blog/2008/04/mulitcast-not-working-on-a-linux-box/</link>
		<comments>http://hiramchirino.com/blog/2008/04/mulitcast-not-working-on-a-linux-box/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 17:59:00 +0000</pubDate>
		<dc:creator>Hiram Chirino</dc:creator>
				<category><![CDATA[Messaging]]></category>
		<category><![CDATA[activemq]]></category>
		<category><![CDATA[mutlticast]]></category>

		<guid isPermaLink="false">http://hiramchirino.com/wordpress/2008/04/mulitcast-not-working-on-a-linux-box/</guid>
		<description><![CDATA[Just ran into a problem where some mutlicast tests were failing on a linux box and I could not figure out why. Did a little bit of research and found out that you may need to add a route for it first. So if you have this problem try running: route add 224.0.0.0 netmask 240.0.0.0 [...]]]></description>
			<content:encoded><![CDATA[<p>Just ran into a problem where some mutlicast tests were failing on a linux box and I could not figure out why.  Did a little bit of research and found out that you may need to add a route for it first.  So if you have this problem try running:<br />
<blockquote>route add 224.0.0.0 netmask 240.0.0.0 dev eth0</p></blockquote>
<p>or if you have an older version of linux like me:<br />
<blockquote>route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://hiramchirino.com/blog/2008/04/mulitcast-not-working-on-a-linux-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

