<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Port Bonding In OpenSuSE 11 in All Things Unix</title>
<link>http://www.dslreports.com/forum/r21251536</link>
<description></description>
<language>en</language>
<pubDate>Fri, 27 Nov 2009 05:54:35 EDT</pubDate>
<lastBuildDate>Fri, 27 Nov 2009 05:54:35 EDT</lastBuildDate>

<item>
<title>Re: Port Bonding In OpenSuSE 11</title>
<link>http://www.dslreports.com/forum/remark,21253534</link>
<description><![CDATA[<A HREF="/useremail/u/1582774"><b>MaxCras</b></A> : I gave up on CentOS, I got frustrated on getting my Software RAID back online so I re-reinstalled OpenSuSE 11.<br><br>In the process though, I finally found the magical information I was looking for, and what I think was causing my issues.<br><br>I wrote a new script that I think will do the trick<br><br><textarea name="code" class="text" cols=50 rows=10>#!/bin/bash&#012;modprobe bonding mode=4 miimon=100 #Load the bonding module&#012; &#012;ifconfig eth0 down#Take down eth0&#012;ifconfig eth1 down#Take down eth1&#012;ifconfig eth2 down#Take down eth2&#012;ifconfig eth3 down#Take down eth3&#012; &#012;ifconfig bond0 hw ether xx:xx:xx:xx:xx:xx#Set MAC address of bond0 interface to match eth3&#012;ifconfig bond0 192.168.0.102 up#Activating the bond0 interface&#012; &#012;ifenslave bond0 eth0#Put the eth0 interface in the slave mod for bond0&#012;ifenslave bond0 eth1#Put the eth1 interface in the slave mod for bond0&#012;ifenslave bond0 eth2#Put the eth2 interface in the slave mod for bond0&#012;ifenslave bond0 eth3#Put the eth3 interface in the slave mod for bond0&#012;</textarea><!--end code block--><br>Once I am doing watching Patlabor (which happens to be located on the server :D ) I'm going to give it a try again<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21253534</guid>
<pubDate>Sun, 12 Oct 2008 01:41:04 EDT</pubDate>
</item>

<item>
<title>Re: Port Bonding In OpenSuSE 11</title>
<link>http://www.dslreports.com/forum/remark,21251865</link>
<description><![CDATA[<A HREF="/useremail/u/1582774"><b>MaxCras</b></A> : OK. Now I'm stumped.<br><br>I have all 4 ports on my server bonded properly using the above code.<br><br>I was finally able to get access to my switch with the web based configuration manager. The 4 FastEthernet interfaces on the switch are now grouped together with destination based forwarding.<br><br>However, now I have no connectivity to the server. What am I missing?<br><br>UPDATE! Somehow in the process I managed to royally screw my network config on the server to the point that it all out refuses to work. Looks like it is time for a reinstall (so much easier when you have your important configs backed up) but I'm going to give CentOS a try.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21251865</guid>
<pubDate>Sat, 11 Oct 2008 17:38:37 EDT</pubDate>
</item>

<item>
<title>Re: Port Bonding In OpenSuSE 11</title>
<link>http://www.dslreports.com/forum/remark,21251813</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : <textarea name="code" class="text" cols=50 rows=10>modprobe bonding&#012;ifconfig bond0 192.168.1.1 netmask 255.255.255.0&#012;ifconfig eth0 up&#012;ifconfig eth1 up&#012;ifconfig eth2 up&#012;ifenslave bond0 eth0&#012;ifenslave bond0 eth1&#012;ifenslave bond0 eth2&#012;echo "The Internets is Serious Business"|wall&#012;</textarea><!--end code block-->]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21251813</guid>
<pubDate>Sat, 11 Oct 2008 17:20:45 EDT</pubDate>
</item>

<item>
<title>Port Bonding In OpenSuSE 11</title>
<link>http://www.dslreports.com/forum/remark,21251536</link>
<description><![CDATA[<A HREF="/useremail/u/1582774"><b>MaxCras</b></A> : I'm having an issue figuring out how to bond my ethernet interfaces in OpenSuSE 11.<br><br>I started out by properly configuring my 1st interface with an IP address, and then set the remaining 3 with out an IP address with the "No address for bonding interfaces" setting.<br><br>I have been searching around, but all I have been able to find are peoples posts about fixing their broken bonds, but nothing on how to set them up in the first place.<br><br>I am running a 4 port link to my Catalyst 2924XL switch (which I am having a hard time configuring as well) so if someone could even help me kill 2 birds with one stone... :D<br><br>Let me know what info you need (if any) and I will be happy to provide it.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,21251536</guid>
<pubDate>Sat, 11 Oct 2008 15:48:19 EDT</pubDate>
</item>

</channel>
</rss>
