LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Port redirection in LVS Localnode

To: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Port redirection in LVS Localnode
From: "Pablo Ares" <paresd@xxxxxxxxxx>
Date: Wed, 21 Jul 2004 15:19:10 +0200
Hi,

    The problem is solved. I applied NFCT patch http://www.ssi.bg/~ja/nfct/
and I add a second iptables rule in the POSTROUTING chain.

iptables -t nat -A POSTROUTING -p tcp -s $VIP--sport 8080 -j SNAT --to-source 
$VIP:80

    
Thanks
<Prev in Thread] Current Thread [Next in Thread>