Re: [Pacemaker] Configuring cluster with ports

2011-03-10 Thread tariq fillah
"tariq fillah" > To: pacemaker@oss.clusterlabs.org > Sent: Thursday, March 10, 2011 6:03:51 AM > Subject: Re: [Pacemaker] Configuring cluster with ports > > > Sorry, the image doesn't appear in the first mail, I attached it to this > one. > > > 2011/3/10 t

Re: [Pacemaker] Configuring cluster with ports

2011-03-10 Thread David McCurley
machine: iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport 8080 -j REDIRECT --to-ports 8082 - Original Message - From: "tariq fillah" To: pacemaker@oss.clusterlabs.org Sent: Thursday, March 10, 2011 6:03:51 AM Subject: Re: [Pacemaker] Configuring cl

Re: [Pacemaker] Configuring cluster with ports

2011-03-10 Thread tariq fillah
Sorry, the image doesn't appear in the first mail, I attached it to this one. 2011/3/10 tariq fillah > Hello the list, > > I have to make a cluster with two servers, having the architecture in the > image bellow > > > > The two severs share a virtual IP (VIP), and when we call the VIP in port >

[Pacemaker] Configuring cluster with ports

2011-03-10 Thread tariq fillah
Hello the list, I have to make a cluster with two servers, having the architecture in the image bellow 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 po