0
votes
0answers
145 views

EnableDeadGWDetect and Resetting the Routing Table

I will soon have have three satellite gateways at my disposal and have been told to do poor man's load balancing with them. Basically, assign an even number of machines to each gateway. I have already ...
3
votes
1answer
754 views

Utilize two gateways on the same network same interface with load balancing

My setup is two ISPs on a single interface and single network. I can either set my default gateway to 192.168.0.1 or 192.168.1.250 and either work. Edit: Netmask (as noticed in the comment) is ...
0
votes
3answers
2k views

Error 504 Gateway timeout

I would like to know if an error 504 Gateway timeout always come from the load balancer or it can also be originated from Apache and the PHP code it's running ? Thanks
1
vote
1answer
1k views

load balancing multiple gateway using route and iptables

under linux, how do I load balancing multiple gateway by using route, note that I have one input interface lets say eth0, and one output interface lets say eth1. eth1 can connect to multiple IP ...
3
votes
1answer
233 views

Internal+external interfaces with multiple default gateways on Win2003

I'm trying to set up several web servers for a load balanced cluster and need to have each server connected to the internal network (for load balancing) as well as to an external network (Internet - ...