RE: Is bonding supported ?
"Terry, Jason" <[email protected]>
| Newsgroups | gmane.linux.highavailability.ultramonkey |
|---|---|
| Message-ID | <[email protected]> |
Well I'm running on Fedora Core 4. Not RHEL AS 3.0... But I know they are very close in configuration, and they use the same RPM for ultramonkey. Here's my relevant config files for my network setup /etc/modprobe.conf alias eth1 tg3 alias eth2 tg3 alias bond0 bonding options bond0 miimon=100 /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0 IPADDR=10.10.226.10 NETMASK=255.255.252.0 GATEWAY=10.10.224.1 BROADCAST=10.10.227.255 ONBOOT=yes BOOTPROTO=none USERCTL=no /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1 ONBOOT=yes BOOTPROTO=none SLAVE=yes MASTER=bond0 USERCTL=no /etc/sysconfig/network-scripts/ifcfg-eth2 DEVICE=eth2 ONBOOT=yes BOOTPROTO=none SLAVE=yes MASTER=bond0 USERCTL=no You probably use eth0 and eth1..... ________________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Shi, Josh (Unix Admin - PCS) Sent: Friday, September 30, 2005 8:49 AM To: '[email protected]' Subject: RE: Is bonding supported ? Great. Thanks, Jason. May I ask which mode or bonding policies did you use ? Thanks. -----Original Message----- From: Terry, Jason [mailto:[email protected]] Sent: Thursday, September 29, 2005 3:01 PM To: [email protected] Subject: RE: Is bonding supported ? I've got my cluster setup on bond0 and working fine. However I did find a few scripts that were setup specifically for eth0. Simply changing these to bond0 worked. This was the file that had eth0 hardcoded /usr/sbin/arptables-noarp-addr ________________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Shi, Josh (Unix Admin - PCS) Sent: Thursday, September 29, 2005 10:32 AM To: '[email protected]' Subject: Is bonding supported ? Does Ultramonkey support ethernet boding on RHEL AS 3.0 ? Thanks -- Ultra Monkey - http://www.ultramonkey.org/ To UNSUBSCRIBE, email to [email protected], with a body: unsubscribe ultramonkey-users [email protected] where "[email protected]" is YOUR email address.