From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brenton Rothchild Date: Mon, 09 Oct 2006 10:18:26 -0500 Subject: [Cluster-devel] LVS port translation In-Reply-To: <452A5CD3.60500@cesca.es> References: <452A5CD3.60500@cesca.es> Message-ID: <452A6842.5020608@dorm.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit What version of piranha are you using? I have a patch against piranha-0.8.1 and piranha-0.8.2 that I've been using in heavy production for about 9 months now. We just added a "port" value to real server sections in the lvs.cf file, i.e. virtual server_XYZ { address = 123.456.789.1 eth0 active = 1 port = 80 ... (additional options) ... server node-X { address = 192.168.10.1 port = 82 active = 1 weight = 1 } ... } I can send the patch to the list if you're interested - shouldn't be too hard to patch against other versions (I haven't looked to see if the RPMs have been updated lately.) -Brenton Rothchild Jordi Prats wrote: > Hi all, > It's possible to configure piranha to allow to define a different port > on real servers using NAT? > > Using ipvsadm would be: > > /sbin/ipvsadm -a -t 123.456.789.1:80 -r 192.168.10.1:82 -m -w 1 > > On the current version is not possible, there is any patch to allow > this? If there is not, I could do it. Would it be accepted as a > contribution on main distribution? Witch roules would I have to follow? > > Thanks, >