michael kapelko wrote:
Hello.
I have PC1 which is available from local network to which I want give
access to.
PC1 can go to PC2 and over squid at PC2 get to PC2 local network.
I tried as told in
http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#head-c050a0a0382c01fbfb9da7e9c18d58bafd4eb027
to add the following line to /etc/squid/squid.conf:
cache_peer 10.102.100.118 parent 3128 0 no-query default never_direct
allow all
"never_direct" is not an argument to the "cache_peer" directive, but is
a directive itself.
to make those who connect to proxy at PC1 to access local network of
PC2, but it doesn't work. squid at PC2 works fine.
What am I doing wrong?
Putting it all on one line.
See http://www.squid-cache.org/Doc/config/cache_peer/ and
http://www.squid-cache.org/Doc/config/never_direct/.
Thanks.
Chris