well you are giving nice cache log..

what version of squid you are using? from ubuntu repos?

also did you tried to see the access.log? (for HIT)


i have never seen these errors on squid cache.log

but if you will have more info that i asked you, i thing we will manage to get some...

Regards Eliezer


On 04/06/2011 00:16, MrNicholsB wrote:

Ok Ive had squid3 running rock solid for months, I recently migrated from Ubuntu 9 to 10.04 and now Squid is clearly not caching, but traffic IS passing through it, my conf is the same as it was before but now im getting an error on cache.log every time squid gets a request, any help would be great, im sure its something simple Im just not seeing..THANK YOU!!


ERRORs from cache.log
==============================
2011/06/03 13:57:32| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 13:58:53| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:00:12| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:01:27| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:03:04| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:05:19| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:06:59| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:08:50| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:10:27| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:11:32| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available 2011/06/03 14:12:39| clientNatLookup: NF getsockopt(SO_ORIGINAL_DST) failed: (92) Protocol not available




=======================
#squid..conf

visible_hostname central.server
http_port 3128 transparent
icp_port        0

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


dns_nameservers 127.0.0.1
cache_swap_low 95
cache_swap_high 98
access_log /var/log/squid3/access.log
cache_mem 2048 MB
memory_pools on
maximum_object_size_in_memory 50 MB
log_icp_queries off
cache_mgr ad...@meatspin.com
cache_dir ufs /var/spool/squid3 20000 32 256


acl localhost src 127.0.0.1/32
acl manager proto cache_object
acl our_networks src 10.10.1.0/24

acl localnet src 127.0.0.1/255.255.255.255
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 SSL_ports port 443
acl Safe_ports port 21          # ftp
acl Safe_ports port 80          # http
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
acl wuCONNECT dstdomain www.update.microsoft.com

http_access allow our_networks
http_access allow localnet
http_access allow CONNECT wuCONNECT our_networks
http_access allow windowsupdate our_networks
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow manager localhost
http_access deny manager
http_access allow  all



cache deny localhost manager localnet SSL_ports
maximum_object_size 300 MB


Reply via email to