<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How-To configure Ethernet Bonding on RHEL or CentOS</title>
	<atom:link href="http://www.riccardoriva.com/archives/686/feed" rel="self" type="application/rss+xml" />
	<link>http://www.riccardoriva.com/archives/686</link>
	<description>Virtualization, Linux, Networking, Windows and IT in general</description>
	<lastBuildDate>Fri, 12 Feb 2010 00:58:10 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Riccardo</title>
		<link>http://www.riccardoriva.com/archives/686/comment-page-1#comment-47</link>
		<dc:creator>Riccardo</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.riccardoriva.com/?p=686#comment-47</guid>
		<description>You should use something similar :

#!/bin/bash

modprobe bonding mode=4 miimon=100 # load bonding module

ifconfig eth0 down # putting down the eth0 interface
ifconfig eth1 down # putting down the eth1 interface

ifconfig bond0 hw ether 00:11:22:33:44:55 # changing the MAC address of the bond0 interface
ifconfig bond0 10.100.100.0 up # to set ethX interfaces as slave the bond0 must have an ip.

ifenslave bond0 eth0 # putting the eth0 interface in the slave mod for bond0
ifenslave bond0 eth1 # putting the eth1 interface in the slave mod for bond0

You must define a “mode” for the bonding interface, because LACP use the 802.3ad Link aggregation protocol, so you must define it when loading module.

You should check this post to the different bonding modes :

http://www.riccardoriva.com/archives/353

Bye
Riccardo</description>
		<content:encoded><![CDATA[<p>You should use something similar :</p>
<p>#!/bin/bash</p>
<p>modprobe bonding mode=4 miimon=100 # load bonding module</p>
<p>ifconfig eth0 down # putting down the eth0 interface<br />
ifconfig eth1 down # putting down the eth1 interface</p>
<p>ifconfig bond0 hw ether 00:11:22:33:44:55 # changing the MAC address of the bond0 interface<br />
ifconfig bond0 10.100.100.0 up # to set ethX interfaces as slave the bond0 must have an ip.</p>
<p>ifenslave bond0 eth0 # putting the eth0 interface in the slave mod for bond0<br />
ifenslave bond0 eth1 # putting the eth1 interface in the slave mod for bond0</p>
<p>You must define a “mode” for the bonding interface, because LACP use the 802.3ad Link aggregation protocol, so you must define it when loading module.</p>
<p>You should check this post to the different bonding modes :</p>
<p><a href="http://www.riccardoriva.com/archives/353" rel="nofollow">http://www.riccardoriva.com/archives/353</a></p>
<p>Bye<br />
Riccardo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tameika</title>
		<link>http://www.riccardoriva.com/archives/686/comment-page-1#comment-35</link>
		<dc:creator>tameika</dc:creator>
		<pubDate>Thu, 06 Aug 2009 19:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.riccardoriva.com/?p=686#comment-35</guid>
		<description>Hi I have gotten bond0 to work but I am doing LACP on  cisco switch and its set at gig speed but the bond0 is running at 100mb.
I have checked each card and they are both running at  gig speed. 
Do have any idea ?</description>
		<content:encoded><![CDATA[<p>Hi I have gotten bond0 to work but I am doing LACP on  cisco switch and its set at gig speed but the bond0 is running at 100mb.<br />
I have checked each card and they are both running at  gig speed.<br />
Do have any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How-To configure Ethernet Bonding on RHEL or CentOS</title>
		<link>http://www.riccardoriva.com/archives/686/comment-page-1#comment-32</link>
		<dc:creator>How-To configure Ethernet Bonding on RHEL or CentOS</dc:creator>
		<pubDate>Tue, 16 Jun 2009 13:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.riccardoriva.com/?p=686#comment-32</guid>
		<description>[...] more from the original source: How-To configure Ethernet Bonding on RHEL or CentOS     Tags: 5-2-with, allows-you, centos, configuration, ethernet, image-tags, install, [...]</description>
		<content:encoded><![CDATA[<p>[...] more from the original source: How-To configure Ethernet Bonding on RHEL or CentOS     Tags: 5-2-with, allows-you, centos, configuration, ethernet, image-tags, install, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
