<?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 Create NIC Teaming or Bonding in CentOS 8 / RHEL 8	</title>
	<atom:link href="https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Aug 2020 05:49:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Amol Jawarkar		</title>
		<link>https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-887083</link>

		<dc:creator><![CDATA[Amol Jawarkar]]></dc:creator>
		<pubDate>Sun, 30 Apr 2017 02:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=636#comment-887083</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-859619&quot;&gt;Joginder&lt;/a&gt;.

Hi Joginder,

Bonding needs at least 2 nic. You can refer to below article.

https://www.kernel.org/doc/Documentation/networking/bonding.txt]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-859619">Joginder</a>.</p>
<p>Hi Joginder,</p>
<p>Bonding needs at least 2 nic. You can refer to below article.</p>
<p><a target="_blank" href="https://www.kernel.org/doc/Documentation/networking/bonding.txt" rel="nofollow ugc">https://www.kernel.org/doc/Documentation/networking/bonding.txt</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amol Jawarkar		</title>
		<link>https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-887081</link>

		<dc:creator><![CDATA[Amol Jawarkar]]></dc:creator>
		<pubDate>Sun, 30 Apr 2017 02:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=636#comment-887081</guid>

					<description><![CDATA[Hi,

To create bonding,  Follow below steps.

1. create a file ifcfg-bondX and add below lines.

DEVICE=bond0
IPADDR=192.168.0.1
NETMASK=255.255.255.0
ONBOOT=yes
HOTPLUG=no
BOOTPROTO=none
USERCTL=no
BONDING_OPTS=&quot;bonding parameters separated by spaces&quot;  # Such as BONDING_OPTS=&quot;miimon=100 mode=1&quot;
NM_CONTROLLED=no

2. After creating bonding interface, its time to configure slave interface.

3. Edit interface files and add below lines.

DEVICE=ethX
BOOTPROTO=none
ONBOOT=yes
HOTPLUG=no
MASTER=bond0
SLAVE=yes
USERCTL=no
NM_CONTROLLED=no

4. Restart the network service to load the newly added configuration.
#service network restart

This is explained a bit further at below link.
https://www.kernel.org/doc/Documentation/networking/bonding.txt]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>To create bonding,  Follow below steps.</p>
<p>1. create a file ifcfg-bondX and add below lines.</p>
<p>DEVICE=bond0<br />
IPADDR=192.168.0.1<br />
NETMASK=255.255.255.0<br />
ONBOOT=yes<br />
HOTPLUG=no<br />
BOOTPROTO=none<br />
USERCTL=no<br />
BONDING_OPTS=&#8221;bonding parameters separated by spaces&#8221;  # Such as BONDING_OPTS=&#8221;miimon=100 mode=1&#8243;<br />
NM_CONTROLLED=no</p>
<p>2. After creating bonding interface, its time to configure slave interface.</p>
<p>3. Edit interface files and add below lines.</p>
<p>DEVICE=ethX<br />
BOOTPROTO=none<br />
ONBOOT=yes<br />
HOTPLUG=no<br />
MASTER=bond0<br />
SLAVE=yes<br />
USERCTL=no<br />
NM_CONTROLLED=no</p>
<p>4. Restart the network service to load the newly added configuration.<br />
#service network restart</p>
<p>This is explained a bit further at below link.<br />
<a target="_blank" href="https://www.kernel.org/doc/Documentation/networking/bonding.txt" rel="nofollow ugc">https://www.kernel.org/doc/Documentation/networking/bonding.txt</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joginder		</title>
		<link>https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-859619</link>

		<dc:creator><![CDATA[Joginder]]></dc:creator>
		<pubDate>Sat, 14 Jan 2017 19:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=636#comment-859619</guid>

					<description><![CDATA[We trying to configure em2 and em3 two bonds in Redhat 6.7 but not success , 
Bond0 and bond1 configured W/O any issue but due to some oracle dB limitation we em2 and em3 two bonds
Please suggest]]></description>
			<content:encoded><![CDATA[<p>We trying to configure em2 and em3 two bonds in Redhat 6.7 but not success ,<br />
Bond0 and bond1 configured W/O any issue but due to some oracle dB limitation we em2 and em3 two bonds<br />
Please suggest</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-757831</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 08 Mar 2016 05:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=636#comment-757831</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-757681&quot;&gt;muthukumar&lt;/a&gt;.

@Muthu,

Open each file and modify the MAC address, that&#039;s it and don&#039;t forget to restart the network service.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-757681">muthukumar</a>.</p>
<p>@Muthu,</p>
<p>Open each file and modify the MAC address, that&#8217;s it and don&#8217;t forget to restart the network service.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: muthukumar		</title>
		<link>https://www.tecmint.com/create-nic-channel-bonding-in-redhat-centos-fedora/comment-page-1/#comment-757681</link>

		<dc:creator><![CDATA[muthukumar]]></dc:creator>
		<pubDate>Mon, 07 Mar 2016 11:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=636#comment-757681</guid>

					<description><![CDATA[i have configured. but eth0 and eth1 are same mac address. could you please help me on this issue.]]></description>
			<content:encoded><![CDATA[<p>i have configured. but eth0 and eth1 are same mac address. could you please help me on this issue.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
