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
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?
Thanks.