<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>I been using drbd with heartbeat about a month now and it works fine. The setup is a two node cluster and drbd has its own direct connection. Recently i got another network card for both nodes so i wanted to do bonding of the network interfaces. I did the bonding with mode=1 so its the active passive mode. But when i shutdown a node or just the bond0 itself, it hangs and freezes. <br><br>Some files i configured for the bonding.<br><br>cat /etc/modprobe.conf<br>alias scsi_hostadapter ahci<br>alias snd-card-0 snd-hda-intel<br>options snd-card-0 index=0<br>options snd-hda-intel index=0<br>remove snd-hda-intel { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel<br>alias eth1 8139too<br>alias eth0 8139too<br>alias bond0 bonding<br>options bond0 miimon=100 mode=1 primary=eth1<br>alias dev17694 8139too<br>alias eth2 forcedeth<br><br>cat /etc/sysconfig/network-scripts/ifcfg-bond0<br>DEVICE=bond0<br>IPADDR=192.168.100.1<br>NETMASK=255.255.255.0<br>ONBOOT=yes<br>BOOTPROTO=none<br>USERCTL=no<br>TYPE=Ethernet<br><br>cat /etc/sysconfig/network-scripts/ifcfg-eth0<br>DEVICE=eth0<br>ONBOOT=yes<br>BOOTPROTO=none<br>TYPE=Ethernet<br>USERCTL=no<br>MASTER=bond0<br>SLAVE=yes<br>PEERDNS=yes<br>IPV6INIT=no<br><br>cat /etc/sysconfig/network-scripts/ifcfg-eth1<br>DEVICE=eth1<br>ONBOOT=yes<br>BOOTPROTO=none<br>TYPE=Ethernet<br>USERCTL=no<br>MASTER=bond0<br>SLAVE=yes<br>PEERDNS=yes<br>IPV6INIT=no<br><br>Thanks,<br>John<br><br /><hr />Sell your car for just $40 at CarPoint.com.au <a href='http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fsecure%2Dau%2Eimrworldwide%2Ecom%2Fcgi%2Dbin%2Fa%2Fci%5F450304%2Fet%5F2%2Fcg%5F801459%2Fpi%5F1004813%2Fai%5F859641&_t=762955845&_r=tig_OCT07&_m=EXT' target='_new'>It's simple! </a></body>
</html>