My local network is behind a firewall.
There are two proxy servers outside firewall and these
are only servers which have direct internet connection.
All hosts inside firewall are have no internet connection.
I try to build a proxy server inside firewall with squid-2.2PRE2.
Squid-1.1 has inside_firewall directive in squid.conf to
specify a list of domains internal to my firewall.
But Squid-2.1 or higher replaced it with never_direct to my despair.
With following squid.conf
cache_host proxy1.parent.domain.com parent 8080 3130 round-robin
cache_host proxy2.parent.domain.com parent 8080 3130 round-robin
inside_firewall mydomain.parent.domain.com
where proxy[12].parent.domain.com is external proxy with Netscape-Proxy/2.5,
my internal proxy always fetch objects from proxy1 or proxy2.
But with folowing squid.conf,
cache_peer proxy1.parent.domain.com parent 8080 3130 round-robin
cache_peer proxy2.parent.domain.com parent 8080 3130 round-robin
never_direct mydomain.parent.domain.com
my internal proxy never fetch objects from proxy1 or proxy2.
How to make squid always fetch objects from proxy1 or proxy2 which have
internet connection?
-- \|/ ____ \|/ Office: +82-336-630-2147,2448 @~/ oO \~@ FAX: +82-336-630-2113 /_( \__/ )_\ EMail: seojs@sysic.hei.co.kr \__U_/ HiTEL/Shinbiro: LionMane __/ \__ Cellular: 017-227-2795Received on Mon Feb 01 1999 - 03:38:16 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:44:19 MST