<?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>The Piranha Method &#187; ip bonding</title>
	<atom:link href="http://www.piranhamethod.com/tag/ip-bonding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piranhamethod.com</link>
	<description>Web Development &#38; Graphic Design Firm - Charlotte, Greenville, Charleston</description>
	<lastBuildDate>Wed, 14 Apr 2010 02:18:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bonding/Bridging NIC/Network Adapter with Debian Etch</title>
		<link>http://www.piranhamethod.com/2009/03/bondingbridging-nicnetwork-adapter-with-debian-etch/</link>
		<comments>http://www.piranhamethod.com/2009/03/bondingbridging-nicnetwork-adapter-with-debian-etch/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 08:21:43 +0000</pubDate>
		<dc:creator>Matthew Cluver</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Development Blog]]></category>
		<category><![CDATA[bridging]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[ip bonding]]></category>
		<category><![CDATA[network adapter]]></category>
		<category><![CDATA[NIC]]></category>

		<guid isPermaLink="false">http://www.piranhamethod.com/?p=179</guid>
		<description><![CDATA[A quick and dirty example of how to set up IP Bonding on Debian Etch]]></description>
			<content:encoded><![CDATA[<p>Run: <code>apt-get install ifenslave</code></p>
<p>Then edit /etc/modprobe.d/arch/i386:</p>
<p><code>alias bond0 bonding<br />
options bonding mode=2 miimon=100 downdelay=200 updelay=200</code></p>
<p>Then edit the file /etc/network/interfaces and insert something like the following (as a replacement for the configuration of eth0 that you might currently be using). Note that XX:XX:XX:XX:XX:XX must be replaced by the hardware address of one of the interfaces that are being bonded or by a locally administered address.</p>
<p>Edit /etc/network/interfaces:</p>
<p><code>auto bond0<br />
iface bond0 inet static<br />
pre-up modprobe bond0<br />
hwaddress ether 00:02:55:E1:36:32<br />
address 10.0.0.199<br />
netmask 255.255.255.0<br />
gateway 10.0.0.1<br />
slaves eth0 eth1</code></p>
<p>The special file /proc/net/bonding/bond0 can be used to view the current configuration of the bond0 device.</p>
<p><code>/etc/init.d/networking restart</code></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.piranhamethod.com/feed/" title="RSS"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;partner=sociable" title="PDF"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;partner=sociable" title="Print"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch&amp;url=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F" title="Slashdot"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;t=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch" title="Facebook"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;title=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch&amp;source=The+Piranha+Method+Web+Development+%26amp%3B+Graphic+Design+Firm+-+Charlotte%2C+Greenville%2C+Charleston&amp;summary=A%20quick%20and%20dirty%20example%20of%20how%20to%20set%20up%20IP%20Bonding%20on%20Debian%20Etch" title="LinkedIn"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch%20-%20http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F" title="Twitter"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;title=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch&amp;bodytext=A%20quick%20and%20dirty%20example%20of%20how%20to%20set%20up%20IP%20Bonding%20on%20Debian%20Etch" title="Digg"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;title=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch&amp;notes=A%20quick%20and%20dirty%20example%20of%20how%20to%20set%20up%20IP%20Bonding%20on%20Debian%20Etch" title="del.icio.us"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;title=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch&amp;annotation=A%20quick%20and%20dirty%20example%20of%20how%20to%20set%20up%20IP%20Bonding%20on%20Debian%20Etch" title="Google Bookmarks"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;t=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch" title="MySpace"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;title=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch" title="StumbleUpon"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F" title="Technorati"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.piranhamethod.com%2F2009%2F03%2Fbondingbridging-nicnetwork-adapter-with-debian-etch%2F&amp;t=Bonding%2FBridging%20NIC%2FNetwork%20Adapter%20with%20Debian%20Etch" title="HackerNews"><img src="http://www.piranhamethod.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.piranhamethod.com/2009/03/bondingbridging-nicnetwork-adapter-with-debian-etch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
