[squid-users] Cascading Squid

2009-03-21 Thread ondemandemails

dear frnds,

i m looking to deploy multiple squid servers under windows in such a manner 
that around 5 squid servers each having 20 clients should get connected to 
parent squid server having a high bandwidth connection. how to achieve this.

the parent squid server ip: 192.168.2.1/255.255.240.0
other 5 squid ips: 192.168.2.2-192.168.2.6/255.255.240.0



  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/



Re: [squid-users] Cascading Squid

2009-03-21 Thread Amos Jeffries

ondemandema...@yahoo.com wrote:

dear frnds,

i m looking to deploy multiple squid servers under windows in such a manner 
that around 5 squid servers each having 20 clients should get connected to 
parent squid server having a high bandwidth connection. how to achieve this.

the parent squid server ip: 192.168.2.1/255.255.240.0
other 5 squid ips: 192.168.2.2-192.168.2.6/255.255.240.0



http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#head-c050a0a0382c01fbfb9da7e9c18d58bafd4eb027
http://www.squid-cache.org/Doc/config/cache_peer/

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE6 or 3.0.STABLE13
  Current Beta Squid 3.1.0.6


[squid-users] Cascading Squid

2009-03-20 Thread Vicks

dear frnds,

i m looking to deploy multiple squid servers under windows in such a manner 
that around 5 squid servers each having 20 clients should get connected to 
parent squid server having a high bandwidth connection. how to achieve this.

the parent squid server ip: 192.168.2.1/255.255.240.0
other 5 squid server ips: 192.168.2.2-192.168.2.6/255.255.240.0

thnx in advance


  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/



Re: [squid-users] Cascading Squid

2009-03-20 Thread Chris Robertson

Vicks wrote:

dear frnds,

i m looking to deploy multiple squid servers under windows in such a manner 
that around 5 squid servers each having 20 clients should get connected to 
parent squid server having a high bandwidth connection. how to achieve this.

the parent squid server ip: 192.168.2.1/255.255.240.0
other 5 squid server ips: 192.168.2.2-192.168.2.6/255.255.240.0

thnx in advance
  


http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#head-c050a0a0382c01fbfb9da7e9c18d58bafd4eb027

Chris


Re: [squid-users] cascading squid - non-squid proxy server.

2004-08-03 Thread Henrik Nordstrom
On Mon, 2 Aug 2004, Jayakumar Dwarakadas wrote:

   I would like to cascade squid to another non-squid
 proxy server. Can I do that? If so, How do I
 configure?
 
 Browser - Squid - Non-squid Proxy server -
 Internet.

See FAQ.

Regards
Henrik



[squid-users] cascading squid - non-squid proxy server.

2004-08-02 Thread Jayakumar Dwarakadas
Hi,

  I would like to cascade squid to another non-squid
proxy server. Can I do that? If so, How do I
configure?

Browser - Squid - Non-squid Proxy server -
Internet.

Thanks,
Jayakumar.






__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


Re: [squid-users] cascading squid - non-squid proxy server.

2004-08-02 Thread Kiran Maraju

hi jayakumar,

U can acieve it by  configuring squid.conf with the following :
cache_peer ur non squid proxy server parent ur non squid proxy-port 0
no-query default proxy-only login=PASS  

kiran 

---


Quoting Jayakumar Dwarakadas [EMAIL PROTECTED]:

 Hi,
 
   I would like to cascade squid to another non-squid
 proxy server. Can I do that? If so, How do I
 configure?
 
 Browser - Squid - Non-squid Proxy server -
 Internet.
 
 Thanks,
 Jayakumar.
 
 
 
 
 
   
 __
 Do you Yahoo!?
 New and Improved Yahoo! Mail - Send 10MB messages!
 http://promotions.yahoo.com/new_mail 
 
 



RE: [squid-users] cascading squid - non-squid proxy server.

2004-08-02 Thread Elsen Marc

 
 
 Hi,
 
   I would like to cascade squid to another non-squid
 proxy server. Can I do that? If so, How do I
 configure?
 
 Browser - Squid - Non-squid Proxy server -
 Internet.
 
 
 Check :

   cache_peer

 directive in squid.conf.detault and comments.
 Use option 'no-query' if the proxy doesn't understand ICP.
 
 M.