Quote:
Originally Posted by !! hack-back !!
if i can know which is the download and which is the webpage so i can separate every one on another isp
so how i can do this ??
|
If you know which is a download and which is a webpage (which I don't ... I use site lists and send specific sites to one ISP)
I have 3 physically separate squid servers ... if you want to virtualize you will need to ask somewhere specific for your platform ... I use Solaris mainly.
2 squid servers are set up as normal squid proxies ...
1 squid server has "cache_peer"'s defined:
--
cache_peer isp1 parent 3128 3130 default allow-miss no-query
cache_peer isp2 parent 3128 3130 no-query
cache_peer_access isp2 allow download-sites
cache_peer_access isp2 allow download-sites2
cache_peer_access isp1 deny download-sites
cache_peer_access isp1 deny download-sites2
always_direct allow our_networks
never_direct allow all
--
isp1 is the default (non-download) isp, download-sites and download-sites2 are ACL's defined above ...