Thanks a lot Amos for your reply,
Can i setup like this in the squid.conf for my two
outgoing gateway and two parent proxy with load balancing in squid proxy
problem.
Let's suppose
networkA on eth1 (ISP1 wan address)
networkB on eth2 (ISP2 Wan address)
eth0 is for LAN.All client in my network will points out this ip address as
their gateway and proxy.
acl networkA src 192.168.1.0/24
acl networkB src 192.168.2.0/24
cache_peer 1.2.3.4 parent 3128 3130 name=parentA allow-miss round-robin
no-query
cache_peer 5.6.7.8 parent 3128 3130 name=parentB allow-miss round-robin
no-query
cache_peer_access parentA allow networkA
cache_peer_access parentA deny all
cache_peer_access parentB allow networkB
cache_peer_access parentB deny all
Can i use like this or what is the best to do with multihomed load balancing
squid proxy server?
Thanks
-- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/two-outgoing-gateway-and-two-parent-proxy-with-load-balancing-in-squid-proxy-tp3807510p3809770.html Sent from the Squid - Users mailing list archive at Nabble.com.Received on Tue Sep 13 2011 - 11:25:22 MDT
This archive was generated by hypermail 2.2.0 : Wed Sep 14 2011 - 12:00:02 MDT