<html><head>
<meta http-equiv="X-UA-Compatible" content="IE=11">
<meta name="Generator" content="Novell Groupwise Client (Version 14.0.0  Build: 115243)">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body style="font: 10pt/normal Segoe UI; margin: 16px 16px 4px; font-size-adjust: none; font-stretch: normal;"><div class="GroupWiseMessageBody" id="GroupWiseSection_1443767536000_MariusVH@tourism.gov.za_EE2DC8D0038D0000AECEE8660496356A_"><div>Hi all. Can you help?</div><div><br></div><div>When I use the following lines in my squid.conf it works, but it connects to<br>a local proxy server:</div><div><br></div><div>cache_peer 10.185.131.46  parent    3128  3130  proxy-only default<br>cache_peer 10.185.131.13  sibling   3128  3130  proxy-only</div><div><br></div><div>When I use the following destination proxy server it does not work.</div><div><br></div><div>cache_peer 10.123.217.82  sibling   3128  3130  proxy-only default</div><div><br></div><div>Both the first 2 servers connect to this proxy and are working fine, but as<br>soon as I link this server to it squid fails to connect. </div><div><br></div><div>Any help will be appreciated. </div><div><br></div><div>Here follows my squid.conf file.</div><div><br></div><div><br>acl all src all<br>acl allow localhost<br>acl allow localnet<br>acl localhost src 127.0.0.1/32<br>acl manager proto cache_object<br>acl to_localhost dst 127.0.0.0/8<br>acl localnet src 10.0.0.0/8<br>acl localnet src 172.16.0.0/12<br>acl localnet src 192.168.0.0/16<br>acl SSL_ports port 443<br>acl Safe_ports port 80<br>acl Safe_ports port 3128   #http<br>acl Safe_ports port 21<br>acl Safe_ports port 443<br>acl Safe_ports port 70<br>acl Safe_ports port 210<br>acl Safe_ports port 1025-65535<br>acl Safe_ports port 280<br>acl Safe_ports port 488<br>acl Safe_ports port 591<br>acl Safe_ports port 777<br>acl CONNECT method CONNECT<br>acl shoutcast rep_header X-HTTP09-First-Line ^ICY\s[0-9]<br>acl apache rep_header Server ^Apache<br>http_access allow all<br>http_access allow manager localhost<br>http_access allow localhost<br>http_access allow localnet<br>http_access allow all<br>cache_peer 10.185.131.46  parent    3128  3130  proxy-only default<br>cache_peer 10.123.217.82  sibling   3128  3130  proxy-only<br>cache_peer 10.185.131.13  sibling   3128  3130  proxy-only<br>http_reply_access allow all<br>icp_access allow localnet<br>never_direct allow all<br>forwarded_for on<br>cache_mem 8 MB<br>memory_replacement_policy lru<br>cache_replacement_policy lru<br>maximum_object_size 4096 KB<br>cache_swap_low 90<br>cache_log /var/log/squid/cache.log<br>cache_store_log /var/log/squid/store.log<br>ftp_passive on<br>refresh_pattern ^ftp: 1440 20 10080<br>refresh_pattern ^gopher: 1440 0 1440<br>refresh_pattern -i  (/cgi-bin/|\?) 0 0 0<br>refresh_pattern . 0 20 4320<br>cache_swap_high 95</div><div><br></div><div>Kind Regards,</div><div><br></div><div>Marius<br></div><span style="margin-bottom: 5px; display: block;"> </span></div></body></html>