<?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>Paulo Pires - Blog &#187; OpenBSD</title>
	<atom:link href="http://ppires.wordpress.com/category/oss/openbsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://ppires.wordpress.com</link>
	<description>the blog for technology, music and french fries</description>
	<lastBuildDate>Sun, 13 Sep 2009 15:18:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ppires.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a5862e43193655a14b3dfe740ba14cea?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Paulo Pires - Blog &#187; OpenBSD</title>
		<link>http://ppires.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ppires.wordpress.com/osd.xml" title="Paulo Pires &#8211; Blog" />
		<item>
		<title>Hight Network Availability &#8211; VRRP &#124;&#124; HSRP &#124;&#124; CARP ?</title>
		<link>http://ppires.wordpress.com/2007/02/07/hight-network-availability-vrrp-hsrp-carp/</link>
		<comments>http://ppires.wordpress.com/2007/02/07/hight-network-availability-vrrp-hsrp-carp/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 12:18:57 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tek]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/2007/02/07/hight-network-availability-vrrp-hsrp-carp/</guid>
		<description><![CDATA[Hellow fellow geeks,
Today I ran across this small article titled Using VRRP on Linux improves network availability. It got me curious! The last time I remember hearing about it was around 2002 when I was looking for a way to keep my firewall/router failure-proof.
Briefly VRRP [Virtual Router Redundacy Protocol], HSRP [Hot Standby Router Protocol] and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=54&subd=ppires&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hellow fellow geeks,</p>
<p>Today I ran across this small article titled <a href="http://searchopensource.techtarget.com/tip/0,289483,sid39_gci1242185,00.html">Using VRRP on Linux improves network availability</a>. It got me curious! The last time I remember hearing about it was around 2002 when I was looking for a way to keep my firewall/router failure-proof.</p>
<p><strong>Briefly</strong> <a href="http://en.wikipedia.org/wiki/VRRP">VRRP</a> [Virtual Router Redundacy Protocol], <a href="http://en.wikipedia.org/wiki/HSRP">HSRP</a> [Hot Standby Router Protocol] and <a href="http://en.wikipedia.org/wiki/Common_Address_Redundancy_Protocol">CARP</a> [Common Address Redundancy Protocol] are meant, individually to enable a <u>failover redundancy</u> for firewalls and routers by mainly sharing some kind of virtual MAC address and an IP address between then. This way when your primary firewall/router fails, some other firewall/router (slave) pre-configured will take its place almost transparently.</p>
<p>Not wanting to get into more details on the protocols themselves, I would like to point some stuff to all you sysadmins out there.</p>
<p><a href="https://sourceforge.net/projects/vrrpd/">VRRPd</a> is compatible, as any standard implementation should be, with other VRRP implementations (i.e. Cisco, Juniper) but as you can see, it has been some time now (4 1/2 years) since the last commit. Is it good? Guess not..</p>
<p>CARP on the other hand is not a standard but an impressive implementation to have in mind. Citing Wikipedia/OpenBSD.org:</p>
<blockquote><p>As a final note of course, when we petitioned IANA, the IETF body regulating &#8220;official&#8221; internet protocol numbers, to give us numbers for CARP and pfsync our request was denied. Apparently we had failed to go through an official standards organization. Consequently we were forced to choose a protocol number which would not conflict with anything else of value, and decided to place CARP at IP protocol 112. We also placed pfsync at an open and unused number. We informed IANA of these decisions, but they declined to reply.</p>
<p>The reason for this is that no specification for CARP has ever been written. The closest thing to specifications is the implementation in OpenBSD.</p>
<p>Note that VRRP also uses IP protocol 112, having been assigned it by IANA.</p></blockquote>
<p><strong>Quick notes: </strong></p>
<p>1) HSRP is a proprietary protocol patented by Cisco;</p>
<p>2) VRRP is the result of an IETF effort that solved some HSRP issues. Still Cisco claims it as its own;</p>
<p>3) CARP is the result of <a href="http://openbsd.org">OpenBSD</a> developers effort to implement a protocol like described above, while avoiding problems with Cisco patents. <u>IMHO they are doing a great job</u>!</p>
<p><strong>What matters to me the most</strong> is that OpenBSD offers something more than CARP which happens to be packet filtering rules and connection state sharing between CARP&#8217;ed machines. More on that on the next post <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=54&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2007/02/07/hight-network-availability-vrrp-hsrp-carp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edfb4650d39cdfbdaddd2a737ebe30c6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
	</channel>
</rss>