<?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 Network Bonding or Teaming in Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 15 Apr 2021 06:04:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/comment-page-1/#comment-1476390</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 15 Apr 2021 06:04:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29092#comment-1476390</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/comment-page-1/#comment-1476174&quot;&gt;Spar&lt;/a&gt;.

@Spar,

Thanks, corrected the variable in the configuration...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/comment-page-1/#comment-1476174">Spar</a>.</p>
<p>@Spar,</p>
<p>Thanks, corrected the variable in the configuration&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Spar		</title>
		<link>https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/comment-page-1/#comment-1476174</link>

		<dc:creator><![CDATA[Spar]]></dc:creator>
		<pubDate>Wed, 14 Apr 2021 16:24:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29092#comment-1476174</guid>

					<description><![CDATA[There is a typo in the interfaces config example:
&lt;pre&gt;
bound_updelay 200
&lt;/pre&gt;
Should be:
&lt;pre&gt;
bond_updelay 200
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>There is a typo in the interfaces config example:</p>
<pre>
bound_updelay 200
</pre>
<p>Should be:</p>
<pre>
bond_updelay 200
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LInux Guy		</title>
		<link>https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/comment-page-1/#comment-1468610</link>

		<dc:creator><![CDATA[LInux Guy]]></dc:creator>
		<pubDate>Sat, 03 Apr 2021 14:50:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29092#comment-1468610</guid>

					<description><![CDATA[Thank you for your post!  Where can I find information about adding network redundancy, not just link redundancy?.  Specifically, connecting a single server with 2 NIC&#039;s to 2 separate switches.  I&#039;m more worried about a switch failure in the network; it&#039;s the weak link that would shut the whole system down completely. Ideally, I&#039;d have a redundant network allowing (at bare minimum) out-of-band access to remote servers through Telnet, SSH, or web GUI&#039;s.

Link Aggregation also requires configuration on a switch... meaning a minimum of a QUAD port NIC.  If I have only 2 ports, I&#039;m splitting them between switches, not bonding them. So it seems that link aggregation (to me) is a conversation only after network redundancy/stability is achieved. Can you recommend any specific articles or resources?]]></description>
			<content:encoded><![CDATA[<p>Thank you for your post!  Where can I find information about adding network redundancy, not just link redundancy?.  Specifically, connecting a single server with 2 NIC&#8217;s to 2 separate switches.  I&#8217;m more worried about a switch failure in the network; it&#8217;s the weak link that would shut the whole system down completely. Ideally, I&#8217;d have a redundant network allowing (at bare minimum) out-of-band access to remote servers through Telnet, SSH, or web GUI&#8217;s.</p>
<p>Link Aggregation also requires configuration on a switch&#8230; meaning a minimum of a QUAD port NIC.  If I have only 2 ports, I&#8217;m splitting them between switches, not bonding them. So it seems that link aggregation (to me) is a conversation only after network redundancy/stability is achieved. Can you recommend any specific articles or resources?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Patrick Wingert		</title>
		<link>https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/comment-page-1/#comment-1353480</link>

		<dc:creator><![CDATA[Patrick Wingert]]></dc:creator>
		<pubDate>Sun, 16 Aug 2020 00:14:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29092#comment-1353480</guid>

					<description><![CDATA[Now that &lt;strong&gt;Unbuntu&lt;/strong&gt; in &lt;strong&gt;20.04&lt;/strong&gt; is using &lt;strong&gt;Netplan&lt;/strong&gt; what do I need to do to configure a real server (HPE dl60 H9) with two network interfaces at &lt;strong&gt;192.168.3.24&lt;/strong&gt; and &lt;strong&gt;192.168.3.25&lt;/strong&gt; as fixed IP with no DHCP and binded into a single interface? Can I still use these commands or do I have to  figure out the arcane syntax of Netplan?]]></description>
			<content:encoded><![CDATA[<p>Now that <strong>Unbuntu</strong> in <strong>20.04</strong> is using <strong>Netplan</strong> what do I need to do to configure a real server (HPE dl60 H9) with two network interfaces at <strong>192.168.3.24</strong> and <strong>192.168.3.25</strong> as fixed IP with no DHCP and binded into a single interface? Can I still use these commands or do I have to  figure out the arcane syntax of Netplan?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vitaly		</title>
		<link>https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/comment-page-1/#comment-1336629</link>

		<dc:creator><![CDATA[Vitaly]]></dc:creator>
		<pubDate>Fri, 05 Jun 2020 13:11:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29092#comment-1336629</guid>

					<description><![CDATA[I&#039;m trying to bond &lt;strong&gt;enp3s0&lt;/strong&gt; and &lt;strong&gt;wlp4s0&lt;/strong&gt; interfaces connected to one wireless repeater.

&lt;strong&gt;enp3s0&lt;/strong&gt; is connected to &lt;strong&gt;ap2&lt;/strong&gt;, which is connected to &lt;strong&gt;ap1&lt;/strong&gt;.

&lt;strong&gt;wlp4s0&lt;/strong&gt; is directly connected to &lt;strong&gt;ap1&lt;/strong&gt;.

So they are getting IP from one source.

As &lt;strong&gt;enp3s0&lt;/strong&gt; first gets ip it&#039;s working fine, but wlp4s0 doesn&#039;t get IP because of error: 

 wlp4s0: IAID conflicts with one assigned to enp3s0

 CTRL-EVENT-DISCONNECTED bssid=bc:ee:7b:90:74:c8 reason=4 locally_generated=1

 wlp4s0: IAID 03:d7:8c:63
Jun 05 11:30:45 fallback-os dhcpcd[23163]: wlp4s0: IAID conflicts with one assigned to enp3s0
Jun 05 11:30:45 fallback-os dhcpcd[23163]: wlp4s0: adding address fe80::3e65:1ccc:341a:27c9
Jun 05 11:30:45 fallback-os dhcpcd[23163]: wlp4s0: soliciting a DHCP lease
Jun 05 11:30:46 fallback-os dhcpcd[23163]: wlp4s0: offered 192.168.1.178 from 192.168.1.254
Jun 05 11:30:46 fallback-os dhcpcd[23163]: wlp4s0: soliciting an IPv6 router
Jun 05 11:30:46 fallback-os dhcpcd[23163]: wlp4s0: probing address 192.168.1.178/24
Jun 05 11:30:46 fallback-os dhcpcd[23163]: wlp4s0: hardware address f8:1a:67:5c:7c:e2 claims 192.168.1.172

It would be great if someone could help to resolve this issue.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to bond <strong>enp3s0</strong> and <strong>wlp4s0</strong> interfaces connected to one wireless repeater.</p>
<p><strong>enp3s0</strong> is connected to <strong>ap2</strong>, which is connected to <strong>ap1</strong>.</p>
<p><strong>wlp4s0</strong> is directly connected to <strong>ap1</strong>.</p>
<p>So they are getting IP from one source.</p>
<p>As <strong>enp3s0</strong> first gets ip it&#8217;s working fine, but wlp4s0 doesn&#8217;t get IP because of error: </p>
<p> wlp4s0: IAID conflicts with one assigned to enp3s0</p>
<p> CTRL-EVENT-DISCONNECTED bssid=bc:ee:7b:90:74:c8 reason=4 locally_generated=1</p>
<p> wlp4s0: IAID 03:d7:8c:63<br />
Jun 05 11:30:45 fallback-os dhcpcd[23163]: wlp4s0: IAID conflicts with one assigned to enp3s0<br />
Jun 05 11:30:45 fallback-os dhcpcd[23163]: wlp4s0: adding address fe80::3e65:1ccc:341a:27c9<br />
Jun 05 11:30:45 fallback-os dhcpcd[23163]: wlp4s0: soliciting a DHCP lease<br />
Jun 05 11:30:46 fallback-os dhcpcd[23163]: wlp4s0: offered 192.168.1.178 from 192.168.1.254<br />
Jun 05 11:30:46 fallback-os dhcpcd[23163]: wlp4s0: soliciting an IPv6 router<br />
Jun 05 11:30:46 fallback-os dhcpcd[23163]: wlp4s0: probing address 192.168.1.178/24<br />
Jun 05 11:30:46 fallback-os dhcpcd[23163]: wlp4s0: hardware address f8:1a:67:5c:7c:e2 claims 192.168.1.172</p>
<p>It would be great if someone could help to resolve this issue.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
