[squid-users] windows update not working squid 3.5.2

--Ahmad-- ahmed.zaeem at netstream.ps
Tue Sep 6 15:13:40 UTC 2016


yes i did .

here is conf file  again :
#########
acl windowsupdate dstdomain windowsupdate.microsoft.com <http://windowsupdate.microsoft.com/>
acl windowsupdate dstdomain .update.microsoft.com <http://update.microsoft.com/>
acl windowsupdate dstdomain download.windowsupdate.com <http://download.windowsupdate.com/>
acl windowsupdate dstdomain redir.metaservices.microsoft.com <http://redir.metaservices.microsoft.com/>
acl windowsupdate dstdomain images.metaservices.microsoft.com <http://images.metaservices.microsoft.com/>
acl windowsupdate dstdomain c.microsoft.com <http://c.microsoft.com/>
acl windowsupdate dstdomain www.download.windowsupdate.com <http://www.download.windowsupdate.com/>
acl windowsupdate dstdomain wustat.windows.com <http://wustat.windows.com/>
acl windowsupdate dstdomain crl.microsoft.com <http://crl.microsoft.com/>
acl windowsupdate dstdomain sls.microsoft.com <http://sls.microsoft.com/>
acl windowsupdate dstdomain productactivation.one.microsoft.com <http://productactivation.one.microsoft.com/>
acl windowsupdate dstdomain ntservicepack.microsoft.com <http://ntservicepack.microsoft.com/>

acl CONNECT method CONNECT
acl wuCONNECT dstdomain www.update.microsoft.com <http://www.update.microsoft.com/>
acl wuCONNECT dstdomain sls.microsoft.com <http://sls.microsoft.com/>

#http_access allow CONNECT wuCONNECT localnet
#http_access allow windowsupdate localnet
#######################
# Updates: Windows
refresh_pattern -i windowsupdate.com/.* <http://windowsupdate.com/.*>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims
refresh_pattern -i microsoft.com/.* <http://microsoft.com/.*>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims
refresh_pattern -i windows.com/.* <http://windows.com/.*>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims
refresh_pattern -i microsoft.com.akadns.net/.* <http://microsoft.com.akadns.net/.*>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims
refresh_pattern -i deploy.akamaitechnologies.com/.* <http://deploy.akamaitechnologies.com/.*>\.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims
###########
refresh_pattern -i microsoft.com/.* <http://microsoft.com/.*>\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 4320 80% 43200 reload-into-ims
refresh_pattern -i windowsupdate.com/.* <http://windowsupdate.com/.*>\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 4320 80% 43200 reload-into-ims
refresh_pattern -i windows.com/.* <http://windows.com/.*>\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 4320 80% 43200 reload-into-ims
# DONT MODIFY THESE LINES
refresh_pattern \^ftp:           1440    20%     10080
refresh_pattern \^gopher:        1440    0%      1440
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
refresh_pattern .               0       20%     4320
#################################################################
###########################
#
# Recommended minimum configuration:
#

# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 10.0.0.0/8     # RFC1918 possible internal network
acl localnet src 172.16.0.0/12  # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl localnet src fc00::/7       # RFC 4193 local private network range
acl localnet src fe80::/10      # RFC 4291 link-local (directly plugged) machines

acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT

#
# Recommended minimum Access Permission configuration:
#
# Deny requests to certain unsafe ports
http_access allow CONNECT wuCONNECT localnet
http_access allow windowsupdate localnet
http_access deny !Safe_ports

# Deny CONNECT to other than secure SSL ports
http_access deny CONNECT !SSL_ports

# Only allow cachemgr access from localhost
http_access allow localhost manager
http_access deny manager

# We strongly recommend the following be uncommented to protect innocent
# web applications running on the proxy server who think the only
# one who can access services on "localhost" is a local user
#http_access deny to_localhost

#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#

# Example rule allowing access from your local networks.
# Adapt localnet in the ACL section to list your (internal) IP networks
# from where browsing should be allowed
http_access allow localnet
http_access allow localhost

# And finally deny all other access to this proxy
http_access deny all

# Squid normally listens to port 3128
http_port 192.168.0.1:3128

# Uncomment and adjust the following to add a disk cache directory.
cache_dir ufs /var/cache/squid 100 16 256

# Leave coredumps in the first cache dir
coredump_dir /var/cache/squid

#
# Add any of your own refresh_pattern entries above these.
#
#refresh_pattern ^ftp:          1440    20%     10080
#refresh_pattern ^gopher:       1440    0%      1440
#refresh_pattern -i (/cgi-bin/|\?) 0    0%      0
#refresh_pattern .              0       20%     4320
#############
range_offset_limit 5 Gb windowsupdate
maximum_object_size 5 Gb
quick_abort_min -1
#########
http_port 3129 intercept
#####################



cheers
>> 
>> =======================
>> 
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~# du -sh /var/cache/squid/
>> 17M     /var/cache/squid/
>> root at raspberrypi:~#
>> 
>> ==============
>> here is squid config :
>> 
>> root at raspberrypi:~# cat /etc/squid/squid.conf
>> #########
>> acl windowsupdate dstdomain windowsupdate.microsoft.com
>> acl windowsupdate dstdomain .update.microsoft.com
>> acl windowsupdate dstdomain download.windowsupdate.com
>> acl windowsupdate dstdomain redir.metaservices.microsoft.com
>> acl windowsupdate dstdomain images.metaservices.microsoft.com
>> acl windowsupdate dstdomain c.microsoft.com
>> acl windowsupdate dstdomain www.download.windowsupdate.com
>> acl windowsupdate dstdomain wustat.windows.com
>> acl windowsupdate dstdomain crl.microsoft.com
>> acl windowsupdate dstdomain sls.microsoft.com
>> acl windowsupdate dstdomain productactivation.one.microsoft.com
>> acl windowsupdate dstdomain ntservicepack.microsoft.com
>> 
>> acl CONNECT method CONNECT
>> acl wuCONNECT dstdomain www.update.microsoft.com
>> acl wuCONNECT dstdomain sls.microsoft.com
>> 
>> #######################
>> refresh_pattern -i
> microsoft.com/.*\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 4320 80%
> 43200 reload-into-ims
>> refresh_pattern -i
> windowsupdate.com/.*\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 4320
> 80% 43200 reload-into-ims
>> refresh_pattern -i
> windows.com/.*\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 4320 80%
> 43200 reload-into-ims
>> # DONT MODIFY THESE LINES
>> refresh_pattern \^ftp:           1440    20%     10080
>> refresh_pattern \^gopher:        1440    0%      1440
>> refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
>> refresh_pattern .               0       20%     4320
>> #################################################################
>> ###########################
>> #
>> # Recommended minimum configuration:
>> #
>> 
>> # Example rule allowing access from your local networks.
>> # Adapt to list your (internal) IP networks from where browsing
>> # should be allowed
>> acl localnet src 10.0.0.0/8     # RFC1918 possible internal network
>> acl localnet src 172.16.0.0/12  # RFC1918 possible internal network
>> acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
>> acl localnet src fc00::/7       # RFC 4193 local private network range
>> acl localnet src fe80::/10      # RFC 4291 link-local (directly
> plugged) machines
>> 
>> acl SSL_ports port 443
>> acl Safe_ports port 80          # http
>> acl Safe_ports port 21          # ftp
>> acl Safe_ports port 443         # https
>> acl Safe_ports port 70          # gopher
>> acl Safe_ports port 210         # wais
>> acl Safe_ports port 1025-65535  # unregistered ports
>> acl Safe_ports port 280         # http-mgmt
>> acl Safe_ports port 488         # gss-http
>> acl Safe_ports port 591         # filemaker
>> acl Safe_ports port 777         # multiling http
>> acl CONNECT method CONNECT
>> 
>> 
>> http_access allow CONNECT wuCONNECT localnet
>> http_access allow windowsupdate localnet
>> http_access deny !Safe_ports
>> 
>> # Deny CONNECT to other than secure SSL ports
>> http_access deny CONNECT !SSL_ports
>> 
>> # Only allow cachemgr access from localhost
>> http_access allow localhost manager
>> http_access deny manager
>> 
>> 
>> http_access allow localnet
>> http_access allow localhost
>> 
>> # And finally deny all other access to this proxy
>> http_access deny all
>> 
>> # Squid normally listens to port 3128
>> http_port 192.168.0.1:3128
>> 
>> # Uncomment and adjust the following to add a disk cache directory.
>> cache_dir ufs /var/cache/squid 100 16 256
>> 
>> # Leave coredumps in the first cache dir
>> coredump_dir /var/cache/squid
>> 
>> 
>> #############
>> range_offset_limit 200 MB windowsupdate
>> maximum_object_size 200 MB
>> quick_abort_min -1
>> #########
>> http_port 3129 intercept
>> maximum_object_size 200000 KB
>> 
>> 
>> 
>> 
>> thank you
>> 
>> _______________________________________________
>> squid-users mailing list
>> squid-users at lists.squid-cache.org
>> http://lists.squid-cache.org/listinfo/squid-users
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
> 
> iQEcBAEBCAAGBQJXztpBAAoJENNXIZxhPexGSx4H/0bK8485yWhpNbGUIGtwvx9h
> PTuRhfJP+f8xoTbTh/zH1TgXs21M953uf5DoYlynMBSeVXCfQQiUhDOs+0bqAjfD
> JsLCXVpZdSYYWyX2aErjfZqKQO67aVkX+zJbAY/zlTJKG6Gxg1+ssQSEJaFWu6cK
> J8KBudfWaKmPc9xdiZRfYFE6LKBSeQr93BqBF6s1SwdAPKEkspQmDTuqPZEwMwW5
> zQfuI/HnIvynSE+SxCFYOAwka2zVAdewXfVyWqYyFCHaHnDkXkPmK/5zZJDOmqGi
> erifbGQHRHAFWNnT4mMsHGjM3Wfz1bbhr+j+tZJkY4x116eVUMrVbbXRApY5nn0=
> =ZaFG
> -----END PGP SIGNATURE-----
> 
> <0x613DEC46.asc>_______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20160906/7961e78a/attachment-0001.html>


More information about the squid-users mailing list