[K12OSN] Servers, K12LTSP, and workstation numbers, etc.

Huck dhuckaby at paasda.org
Fri Aug 4 22:34:44 UTC 2006


Found the line that was missing...but it wasn't documented in the
 >> http://www.linux-corner.info/bonding.html   HOWTO...


DEVICE=bond0
IPADDR=192.168.0.254
NETWORK=192.168.0.0     <----THAT line was missing...
NETMASK=255.255.255.0
USERCTL=no
BOOTPROTO=none
ONBOOT=yes


But now I have this in my 'ps aux' output...not sure of it's 
significance..cuz clients boot all jazzy and stuff ;)

root     15933  0.0  0.0     0    0 ?        Z    15:20   0:00 [ip] 
<defunct>

and changing the DHCPDARGS in /etc/init.d/dhcpd  to "bond0" was required.

--Huck

Huck wrote:
> Hrm...maybe I spoke too soon...
> This was fast to setup...but now I'm not getting any dhcp leases...
> 
> I checked the /etc/init.d/dhcpd and changed the DHCPDARGS = eth0 to 
> bond0 but that didn't seem to help either..
> 
> any thoughts?
> 
> on another note as well...is it just as easy to setup the 2nd GIG-E card 
> to hand out DHCP by merely adding it to  DHCPDARGS="eth0","eth1"
> 
> this way I can segment library traffic from the rest of the school 
> simply by putting eth0 one Switch A and eth1 on Switch B..?
> 
> and then my "eth2" is a 10/100 card that plugs into the 'internet' side 
> of the LAN...
> 
> --Huck
> 
> 
> Jim Kronebusch wrote:
>>> 2. Switch independent method: use adaptive load balancing with the 
>>> bonding module. This requires that the kernel drivers for the NICs 
>>> support changing the MAC address on the fly for each NIC. (NOTE** The 
>>> cheap Hawking cards don't work with this as the r8169 driver must be 
>>> unloaded to change the MAC address).
>>>
>>> What all of the bonding method does is allow multiple Gb NICs to appear
>>> as a single IP address so you have higher bandwidth for the clients.
>>
>> Here is a howto for NIC bonding in Linux:
>>
>> http://www.linux-corner.info/bonding.html
>>
>> For load balancing instead of failover simply change the "options" 
>> line in
>> /etc/modprobe.conf to:
>>
>> options bond0 mode=balance-alb
>>
>> This only takes minutes to setup and as far as I know has virtually no 
>> limit
>> as to what and what type of NIC's you bond.  Of course, I am sure 
>> there is a
>> practical limit.
>>
>> I don't have any specific data but I have been using teamed adaptors 
>> for 3
>> years now on dumb dell switches.
>>
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
> 
> 




More information about the K12OSN mailing list