<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">thanks for reply <div class=""><br class=""></div><div class="">but i still  don’t see even the hdd drive getting increasing when windows updates go on !!!!</div><div class=""><br class=""></div><div class="">i tested it on windows 7 </div><div class=""><br class=""></div><div class="">i never seen TCP_HIT and  the hdd size still the same !!!</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">here is again my  squid.conf in final form on my server :</div><div class=""><br class=""></div><div class=""><div class="">root@raspberrypi:~# cat /etc/squid/squid.conf</div><div class="">#########</div><div class="">acl windowsupdate dstdomain <a href="http://windowsupdate.microsoft.com" class="">windowsupdate.microsoft.com</a></div><div class="">acl windowsupdate dstdomain .<a href="http://update.microsoft.com" class="">update.microsoft.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://download.windowsupdate.com" class="">download.windowsupdate.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://redir.metaservices.microsoft.com" class="">redir.metaservices.microsoft.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://images.metaservices.microsoft.com" class="">images.metaservices.microsoft.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://c.microsoft.com" class="">c.microsoft.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://www.download.windowsupdate.com" class="">www.download.windowsupdate.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://wustat.windows.com" class="">wustat.windows.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://crl.microsoft.com" class="">crl.microsoft.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://sls.microsoft.com" class="">sls.microsoft.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://productactivation.one.microsoft.com" class="">productactivation.one.microsoft.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://ntservicepack.microsoft.com" class="">ntservicepack.microsoft.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://au.download.windowsupdate.com" class="">au.download.windowsupdate.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://ds.download.windowsupdate.com" class="">ds.download.windowsupdate.com</a></div><div class="">acl windowsupdate dstdomain <a href="http://ctldl.windowsupdate.com" class="">ctldl.windowsupdate.com</a></div><div class="">acl windowsupdate dstdomain .<a href="http://data.microsoft.com" class="">data.microsoft.com</a></div><div class="">acl windowsupdate dstdomain .<a href="http://l.windowsupdate.com" class="">l.windowsupdate.com</a></div><div class="">acl windowsupdate dstdomain .<a href="http://microsoft.com.akadns.net" class="">microsoft.com.akadns.net</a></div><div class="">acl windowsupdate dstdomain .<a href="http://deploy.akamaitechnologies.com" class="">deploy.akamaitechnologies.com</a></div><div class="">################################################### </div><div class="">acl CONNECT method CONNECT</div><div class="">acl wuCONNECT dstdomain <a href="http://www.update.microsoft.com" class="">www.update.microsoft.com</a></div><div class="">acl wuCONNECT dstdomain <a href="http://sls.microsoft.com" class="">sls.microsoft.com</a></div><div class="">####################################</div><div class="">refresh_pattern -i <a href="http://windowsupdate.com/.*" class="">windowsupdate.com/.*</a>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims</div><div class="">refresh_pattern -i <a href="http://microsoft.com/.*" class="">microsoft.com/.*</a>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims</div><div class="">refresh_pattern -i <a href="http://windows.com/.*" class="">windows.com/.*</a>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims</div><div class="">refresh_pattern -i <a href="http://microsoft.com.akadns.net/.*" class="">microsoft.com.akadns.net/.*</a>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims</div><div class="">refresh_pattern -i <a href="http://deploy.akamaitechnologies.com/.*" class="">deploy.akamaitechnologies.com/.*</a>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims</div><div class="">########################################################</div><div class="">refresh_pattern \^ftp:           1440    20%     10080</div><div class="">refresh_pattern \^gopher:        1440    0%      1440</div><div class="">refresh_pattern -i (/cgi-bin/|\?) 0     0%      0</div><div class="">refresh_pattern .               0       20%     4320</div><div class="">########################################################</div><div class="">acl localnet src 10.0.0.0/8     # RFC1918 possible internal network</div><div class="">acl localnet src 172.16.0.0/12  # RFC1918 possible internal network</div><div class="">acl localnet src 192.168.0.0/16 # RFC1918 possible internal network</div><div class="">acl localnet src fc00::/7       # RFC 4193 local private network range</div><div class="">acl localnet src fe80::/10      # RFC 4291 link-local (directly plugged) machines</div><div class=""><br class=""></div><div class="">acl SSL_ports port 443</div><div class="">acl Safe_ports port 80          # http</div><div class="">acl Safe_ports port 21          # ftp</div><div class="">acl Safe_ports port 443         # https</div><div class="">acl Safe_ports port 70          # gopher</div><div class="">acl Safe_ports port 210         # wais</div><div class="">acl Safe_ports port 1025-65535  # unregistered ports</div><div class="">acl Safe_ports port 280         # http-mgmt</div><div class="">acl Safe_ports port 488         # gss-http</div><div class="">acl Safe_ports port 591         # filemaker</div><div class="">acl Safe_ports port 777         # multiling http</div><div class="">acl CONNECT method CONNECT</div><div class=""><br class=""></div><div class="">#</div><div class=""># Recommended minimum Access Permission configuration:</div><div class="">#</div><div class=""># Deny requests to certain unsafe ports</div><div class="">http_access allow CONNECT wuCONNECT localnet</div><div class="">http_access allow windowsupdate localnet</div><div class="">http_access deny !Safe_ports</div><div class=""><br class=""></div><div class=""># Deny CONNECT to other than secure SSL ports</div><div class="">http_access deny CONNECT !SSL_ports</div><div class=""><br class=""></div><div class=""># Only allow cachemgr access from localhost</div><div class="">http_access allow localhost manager</div><div class="">http_access deny manager</div><div class=""><br class=""></div><div class=""># We strongly recommend the following be uncommented to protect innocent</div><div class=""># web applications running on the proxy server who think the only</div><div class=""># one who can access services on "localhost" is a local user</div><div class="">#http_access deny to_localhost</div><div class=""><br class=""></div><div class="">#</div><div class=""># INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS</div><div class="">#</div><div class=""><br class=""></div><div class=""># Example rule allowing access from your local networks.</div><div class=""># Adapt localnet in the ACL section to list your (internal) IP networks</div><div class=""># from where browsing should be allowed</div><div class="">http_access allow localnet</div><div class="">http_access allow localhost</div><div class=""><br class=""></div><div class=""># And finally deny all other access to this proxy</div><div class="">http_access deny all</div><div class=""><br class=""></div><div class=""># Squid normally listens to port 3128</div><div class="">http_port 192.168.0.1:3128</div><div class=""><br class=""></div><div class=""># Uncomment and adjust the following to add a disk cache directory.</div><div class="">cache_dir ufs /var/cache/squid 20000 16 256</div><div class=""><br class=""></div><div class=""># Leave coredumps in the first cache dir</div><div class="">coredump_dir /var/cache/squid</div><div class=""><br class=""></div><div class="">#</div><div class=""># Add any of your own refresh_pattern entries above these.</div><div class="">#</div><div class="">#refresh_pattern ^ftp:          1440    20%     10080</div><div class="">#refresh_pattern ^gopher:       1440    0%      1440</div><div class="">#refresh_pattern -i (/cgi-bin/|\?) 0    0%      0</div><div class="">#refresh_pattern .              0       20%     4320</div><div class="">#############</div><div class="">range_offset_limit 5 Gb windowsupdate</div><div class="">maximum_object_size 5 Gb</div><div class="">quick_abort_min -1</div><div class="">#########</div><div class="">http_port 3129 intercept</div><div class="">#####################</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">any other suggestions ???</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">kind regards</div><div><blockquote type="cite" class=""><div class="">On Sep 7, 2016, at 10:32 AM, L.P.H. van Belle <<a href="mailto:belle@bazuin.nl" class="">belle@bazuin.nl</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">acl windowsupdate dstdomain<span class="Apple-converted-space"> </span><a href="http://au.download.windowsupdate.com/" style="color: blue; text-decoration: underline;" class="">au.download.windowsupdate.com</a><o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">acl windowsupdate dstdomain<span class="Apple-converted-space"> </span><a href="http://ds.download.windowsupdate.com/" style="color: blue; text-decoration: underline;" class="">ds.download.windowsupdate.com</a><o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">acl windowsupdate dstdomain<span class="Apple-converted-space"> </span><a href="http://ctldl.windowsupdate.com/" style="color: blue; text-decoration: underline;" class="">ctldl.windowsupdate.com</a><o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">acl windowsupdate dstdomain .<a href="http://data.microsoft.com/" style="color: blue; text-decoration: underline;" class="">data.microsoft.com</a><o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">acl windowsupdate dstdomain .<a href="http://l.windowsupdate.com/" style="color: blue; text-decoration: underline;" class="">l.windowsupdate.com</a><o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">acl windowsupdate dstdomain .<a href="http://microsoft.com.akadns.net/" style="color: blue; text-decoration: underline;" class="">microsoft.com.akadns.net</a><o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">acl windowsupdate dstdomain .<a href="http://deploy.akamaitechnologies.com/" style="color: blue; text-decoration: underline;" class="">deploy.akamaitechnologies.com</a><o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class=""><o:p class=""> </o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">and add this one to your refresh.<o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class="">refresh_pattern -i<span class="Apple-converted-space"> </span><a href="http://deploy.akamaitechnologies.com/.*" style="color: blue; text-decoration: underline;" class="">deploy.akamaitechnologies.com/.*</a>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims<o:p class=""></o:p></span></font></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman'; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font size="2" color="navy" face="Arial" class=""><span style="font-size: 10pt; font-family: Arial; color: navy;" class=""><o:p class=""> </o:p></span></font></div></div></blockquote></div><br class=""></div></body></html>