<?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 Set Up Ethernet Channel Bonding in Linux for Load Balancing	</title>
	<atom:link href="https://www.tecmint.com/ethernet-channel-bonding-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/ethernet-channel-bonding-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 30 Apr 2025 07:39:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Raj		</title>
		<link>https://www.tecmint.com/ethernet-channel-bonding-in-linux/comment-page-1/#comment-1420545</link>

		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Fri, 22 Jan 2021 13:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4144#comment-1420545</guid>

					<description><![CDATA[Thank you very much. Great explanation with snapshots... Appreciate your explanation.]]></description>
			<content:encoded><![CDATA[<p>Thank you very much. Great explanation with snapshots&#8230; Appreciate your explanation.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zahid shaikh		</title>
		<link>https://www.tecmint.com/ethernet-channel-bonding-in-linux/comment-page-1/#comment-717510</link>

		<dc:creator><![CDATA[zahid shaikh]]></dc:creator>
		<pubDate>Tue, 01 Dec 2015 17:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4144#comment-717510</guid>

					<description><![CDATA[Hello,  I am novice to Linux . Have a question about the configuration related to teaming. I have understood the configuration shown on this page . Just have a confusion related to the Master connection . The Bond0(Master) connection ip was given 192.168.246.130 . So which ip is given to BOND0 . Is it the machine&#039;s(Server) IP on which the teaming is configured, Or how to get the IP to put in BOND0]]></description>
			<content:encoded><![CDATA[<p>Hello,  I am novice to Linux . Have a question about the configuration related to teaming. I have understood the configuration shown on this page . Just have a confusion related to the Master connection . The Bond0(Master) connection ip was given 192.168.246.130 . So which ip is given to BOND0 . Is it the machine&#8217;s(Server) IP on which the teaming is configured, Or how to get the IP to put in BOND0</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mike		</title>
		<link>https://www.tecmint.com/ethernet-channel-bonding-in-linux/comment-page-1/#comment-416530</link>

		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 14 Dec 2014 21:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4144#comment-416530</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ethernet-channel-bonding-in-linux/comment-page-1/#comment-163592&quot;&gt;Jack&lt;/a&gt;.

you could try using mode2

mode=2	(balance-xor)
XOR policy: Transmit based on [(source MAC address XOR&#039;d with destination MAC address) modulo slave count]. This selects the same slave for each destination MAC address. This mode provides load balancing and fault tolerance.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ethernet-channel-bonding-in-linux/comment-page-1/#comment-163592">Jack</a>.</p>
<p>you could try using mode2</p>
<p>mode=2	(balance-xor)<br />
XOR policy: Transmit based on [(source MAC address XOR&#8217;d with destination MAC address) modulo slave count]. This selects the same slave for each destination MAC address. This mode provides load balancing and fault tolerance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jack		</title>
		<link>https://www.tecmint.com/ethernet-channel-bonding-in-linux/comment-page-1/#comment-163592</link>

		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Wed, 14 May 2014 18:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4144#comment-163592</guid>

					<description><![CDATA[We have bonding setup as active/standby and our nics are going to 2 separate switches with a vlan going between the 2.  We keep seeing the switches switch back and forth on who learn the mac-address for the linux server.  When it learns the backup nic the linux server no longer pings.  

Is there an option we have set that is causing this behavior or a setting we need to set to stop this behavior?

r-osasumn2-2#sh mac-address-table address 0202.9905.0301
Legend: * - primary entry
        age - seconds since last seen
        n/a - not available

  vlan   mac address     type    learn     age              ports
------+----------------+--------+-----+----------+--------------------------
Module 1:
*  503  0202.9905.0301   dynamic  Yes         10   Po10
Module 3:
*  503  0202.9905.0301   dynamic  Yes        250   Po10

r-osasumn2-1#sh mac-address-table address 0202.9905.0301
Legend: * - primary entry
        age - seconds since last seen
        n/a - not available

  vlan   mac address     type    learn     age              ports
------+----------------+--------+-----+----------+--------------------------
Module 1:
*  503  0202.9905.0301   dynamic  Yes         45   Te1/2


I wouldn&#039;t think the backup nic would try sending an arp annouce since it the backup and shouldn&#039;t be in use.]]></description>
			<content:encoded><![CDATA[<p>We have bonding setup as active/standby and our nics are going to 2 separate switches with a vlan going between the 2.  We keep seeing the switches switch back and forth on who learn the mac-address for the linux server.  When it learns the backup nic the linux server no longer pings.  </p>
<p>Is there an option we have set that is causing this behavior or a setting we need to set to stop this behavior?</p>
<p>r-osasumn2-2#sh mac-address-table address 0202.9905.0301<br />
Legend: * &#8211; primary entry<br />
        age &#8211; seconds since last seen<br />
        n/a &#8211; not available</p>
<p>  vlan   mac address     type    learn     age              ports<br />
&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8211;+&#8212;&#8211;+&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Module 1:<br />
*  503  0202.9905.0301   dynamic  Yes         10   Po10<br />
Module 3:<br />
*  503  0202.9905.0301   dynamic  Yes        250   Po10</p>
<p>r-osasumn2-1#sh mac-address-table address 0202.9905.0301<br />
Legend: * &#8211; primary entry<br />
        age &#8211; seconds since last seen<br />
        n/a &#8211; not available</p>
<p>  vlan   mac address     type    learn     age              ports<br />
&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8211;+&#8212;&#8211;+&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Module 1:<br />
*  503  0202.9905.0301   dynamic  Yes         45   Te1/2</p>
<p>I wouldn&#8217;t think the backup nic would try sending an arp annouce since it the backup and shouldn&#8217;t be in use.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rahim Kanji		</title>
		<link>https://www.tecmint.com/ethernet-channel-bonding-in-linux/comment-page-1/#comment-158773</link>

		<dc:creator><![CDATA[Rahim Kanji]]></dc:creator>
		<pubDate>Tue, 06 May 2014 14:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4144#comment-158773</guid>

					<description><![CDATA[Hello Abhishek,

To remove bonding:

ifconfig bond0 down
            
rmmod bonding
            
rmmod tg3

ifconfig ethX up or ifconfig ethX &quot;IP.ADD.RE.S&quot; or 

then reconfigure your /etc/sysconfig/network-scripts/ifcfg-ethX

NB. X corresponds to 0,1,2 like eth0, eth1.. etc...]]></description>
			<content:encoded><![CDATA[<p>Hello Abhishek,</p>
<p>To remove bonding:</p>
<p>ifconfig bond0 down</p>
<p>rmmod bonding</p>
<p>rmmod tg3</p>
<p>ifconfig ethX up or ifconfig ethX &#8220;IP.ADD.RE.S&#8221; or </p>
<p>then reconfigure your /etc/sysconfig/network-scripts/ifcfg-ethX</p>
<p>NB. X corresponds to 0,1,2 like eth0, eth1.. etc&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
