proxying outgoing requests

Clockwork

Well-Known Member
#1
we are using lslb in combination with lsws and would like to know if it's possible to proxy all outgoing requests from our backend machines through our loadbalancer.

e.g.

  1. user initiates a script which starts an fopen request to website x
  2. backendserver 1 uses our loadbalancer's ip for this request
  3. the target website can't see the ip of our backend server

is that possible somehow?
 

mistwang

LiteSpeed Staff
#2
It has to be done at network layer (layer 3), maybe use NAT to route outgoing traffic through the LB server IP.
It is beyond the scope of our support service.
 
Top