On Fri, 2012-04-06 at 02:05 +0000, David Hofmann wrote:
> I'm attempting to load balance two windows servers using a Linux
> server. They are all on the same network and share a router and I
> prefer not to have to setup a sub network behind the load balancer.
Then your options would be either LVS-DR or a one-network LVS-NAT
> Ideal I'd like the traffic to come in through the load balancer, go to
> the web servers and then go back out through the load balancer.
That only works with LVS-NAT. LVS-DR is:
client -> lvs -> webserver -> client
> I've been going through the documentation. I can get it using direct
> routing to send the request to the web servers. I can see the request
> in the logs, but it appears the response isn't coming back as I keep
> getting timeout in my browser.
> Any suggestions of where to go look or any tutorials I should read
> would be appreciated.
main howto:
http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/
in particular:
http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.LVS-NAT.html#one_network
Léon
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|