<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Forum<br>
I have a problem how to make  the corosync config well<br>
 I have 2  networkinterfaces on each node (2 nodes)<br>
One is for the normal network with ip failover (node1: 192.168.1.21
node2:192.168.1.22 failover ip 192.168.1.23<br>
the other is  a crossover cable for ring1 using drbd (node1 10.10.10.1
node2: 10.10.10.2)<br>
Later i will work with  <b><big>drbd with primary both  </big></b><big>3
Luns as iscsi target presented to an vmware virtual-center</big> <b><br>
</b><br>
at the moment it looks on both node for interface eth0<br>
<br>
rrp_mode none<br>
interface {<br>
 ringnumber 0<br>
 bindnetaddr: 192.168.1.0<br>
 mcastaddr: 226.x.x.x<br>
 mcastport: xxxx<br>
}<br>
-------------------<br>
now i want to add new ringnumber1 for interface eth1 (direct attached
crossover cable). i will make it like the follwing- but i don't know if
this is the correct way <br>
<br>
node1:<br>
rrp_mode active<br>
interface {<br>
ringnumber 0<br>
 bindnetaddr: 192.168.1.0<br>
 mcastaddr: 226.x.x.x<br>
 mcastport: xxxx<br>
<br>
ringnumber 1<br>
 bindnetaddr: 10.10.10.0<br>
}<br>
<br>
node 2<br>
 rrp_mode passive<br>
 <br>
interface {<br>
the same as node1<br>
} <br>
<br>
So can someone tell me it this is a correct config ??<br>
<br>
Thanks Norbert<br>
<pre class="moz-signature" cols="72">


</pre>
</body>
</html>