<div dir="ltr">Thank you very much, I well try this.<br><br><div class="gmail_quote">2011/3/10 David McCurley <span dir="ltr"><<a href="mailto:mac@fabric.com">mac@fabric.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Okay, so assuming the VIP travels with the active server, one idea would be to have an iptables rule on each server that does a local redirect:<br>
<br>
On the 8081 machine:<br>
<br>
iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport 8080 -j REDIRECT --to-ports 8081<br>
<br>
And on the 8082 machine:<br>
<br>
iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport 8080 -j REDIRECT --to-ports 8082<br>
<div><div></div><div class="h5"><br>
----- Original Message -----<br>
<br>
<br>
From: "tariq fillah" <<a href="mailto:tariqfcb@gmail.com">tariqfcb@gmail.com</a>><br>
To: <a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a><br>
Sent: Thursday, March 10, 2011 6:03:51 AM<br>
Subject: Re: [Pacemaker] Configuring cluster with ports<br>
<br>
<br>
Sorry, the image doesn't appear in the first mail, I attached it to this one.<br>
<br>
<br>
2011/3/10 tariq fillah < <a href="mailto:tariqfcb@gmail.com">tariqfcb@gmail.com</a> ><br>
<br>
<br>
<br>
Hello the list,<br>
<br>
I have to make a cluster with two servers, having the architecture in the image bellow<br>
<br>
<br>
<br>
The two severs share a virtual IP (VIP), and when we call the VIP in port 8080 VIP:8080, it must be redirected to the first server (if active) on port 8081 or to the second (if active) on port 8082 (IP1:8081 or IP2:8082).<br>

How is it possible to tell pacemaker the ports that we need to redirect the request to.<br>
<br>
Thanks in advance.<br>
Regards<br>
<br>
<br>
</div></div>_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
</blockquote></div><br></div>