Why can't I access a webserver through a load balancer on my local network?
- by Karptonite
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?