Why can't I access a webserver through a load balancer on my local network?
Posted
by
Karptonite
on Server Fault
See other posts from Server Fault
or by Karptonite
Published on 2012-05-31T21:46:32Z
Indexed on
2012/05/31
22:43 UTC
Read the original article
Hit count: 164
load-balancing
When I try to use curl (or wget, lynx, etc) to connect from a server on our local network to our website, which is on a local server behind a CoyotePoint load balancer, curl fails. Ping does not have this problem.
When I curl directly to any of the servers behind that load balancer (from and to the same local network), I also have no problem. It doesn't matter whether the local server I'm curling from is behind the load balancer or not.
Does anyone have any idea why I can't access my webserver through the load balancer on my local network?
© Server Fault or respective owner