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.
user initiates a script which starts an fopen request to website x
backendserver 1 uses our loadbalancer's ip for this request
the target website can't see the ip of our backend server
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.