I have a reverse proxy setup for caching using Squid. I want to use LVS to load balance 3 web servers. I need to make sure persistence works for our web servers. If the LVS receives the request from Squid will persistence still work? I'm thinking not because LVS would always see the same IP address, Squid's IP address. Thanks.