On Tue, 2008-02-05 at 16:45 +0100, Greg wrote: > I want to do the staff that LVS do : > internet client ---> LB server with LVS ---> round-robin internal server > NATed > > but in reverse order : > > internal server ---> LB server with round-robin SNAT ip ---> internet server
I think the short answer is: you can't. At least, not with LVS. LVS requires a defined set of target servers; you're talking about target *routes*. You probably can do this with netfilter/iptables and advanced routing using iproute2, but it's outside the scope of this mailing list. Graeme _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
