Here is some usefull information from cache.log: 2008/09/09 15:10:55| IPInterception.cc(171) NetfilterTransparent: NF getsockopt(IP_TRANSPARENT) failed: (92) Protocol not available 2008/09/09 15:11:56| commBind: Cannot bind socket FD 35 to 10.12.6.198:1974: (98) Address already in use 2008/09/09 15:11:56| comm.cc(1002) commResetFD: bind: (98) Address already in use 2008/09/09 15:11:57| IPInterception.cc(137) NetfilterInterception: NF getsockopt(SO_ORIGINAL_DST) failed: (11) Resource temporarily unavailable 2008/09/09 15:11:57| IPInterception.cc(171) NetfilterTransparent: NF getsockopt(IP_TRANSPARENT) failed: (92) Protocol not available 2008/09/09 15:12:58| IPInterception.cc(137) NetfilterInterception: NF getsockopt(SO_ORIGINAL_DST) failed: (11) Resource temporarily unavailable 2008/09/09 15:12:58| IPInterception.cc(171) NetfilterTransparent: NF getsockopt(IP_TRANSPARENT) failed: (92) Protocol not available 2008/09/09 15:13:23| commBind: Cannot bind socket FD 66 to 10.12.6.198:2015: (98) Address already in use 2008/09/09 15:13:23| comm.cc(1002) commResetFD: bind: (98) Address already in use 2008/09/09 15:13:26| commBind: Cannot bind socket FD 51 to 10.12.6.198:2018: (98) Address already in use 2008/09/09 15:13:26| comm.cc(1002) commResetFD: bind: (98) Address already in use 2008/09/09 15:13:30| commBind: Cannot bind socket FD 86 to 10.12.6.198:2018: (98) Address already in use 2008/09/09 15:13:30| comm.cc(1002) commResetFD: bind: (98) Address already in use 2008/09/09 15:13:30| commBind: Cannot bind socket FD 86 to 10.12.6.198:2018: (98) Address already in use 2008/09/09 15:13:30| comm.cc(1002) commResetFD: bind: (98) Address already in use 2008/09/09 15:13:31| commBind: Cannot bind socket FD 86 to 10.12.6.198:2018: (98) Address already in use 2008/09/09 15:13:31| comm.cc(1002) commResetFD: bind: (98) Address already in use 2008/09/09 15:13:59| IPInterception.cc(137) NetfilterInterception: NF getsockopt(SO_ORIGINAL_DST) failed: (11) Resource temporarily unavailable 2008/09/09 15:13:59| IPInterception.cc(171) NetfilterTransparent: NF getsockopt(IP_TRANSPARENT) failed: (92) Protocol not available 2008/09/09 15:14:14| commBind: Cannot bind socket FD 94 to 10.12.6.198:2035: (98) Address already in use 2008/09/09 15:14:14| comm.cc(1002) commResetFD: bind: (98) Address already in use 2008/09/09 15:15:00| IPInterception.cc(137) NetfilterInterception: NF getsockopt(SO_ORIGINAL_DST) failed: (0) Success 2008/09/09 15:15:00| IPInterception.cc(171) NetfilterTransparent: NF getsockopt(IP_TRANSPARENT) failed: (92) Protocol not available 2008/09/09 15:16:02| IPInterception.cc(137) NetfilterInterception: NF getsockopt(SO_ORIGINAL_DST) failed: (11) Resource temporarily unavailable -----Original Message----- From: Ritter, Nicholas Sent: Tuesday, September 09, 2008 3:03 PM To: squid-users@xxxxxxxxxxxxxxx Subject: (99) Cannot Assign Requested Address errors I have deployed a field test of a squid 3HEAD box running TPROXY in a WCCP configuration. Under more client load (that could not be simulated in my lab) I am noticing that users are getting "(99) Cannot assign requested address" errors from the squid box. The odd thing is that some web sites cause the error to happen almost all the time when the user gets to a certain point through the website. Additonally the same sites work fine in Safari on MacOS 10, but not in IE6 on WindowsXP SP2 (and SP3). An observation from one enduser noted that if they hit the refresh button in the browser enough, the error goes away. Some sites that are giving problems are: www.surveymonkey.com shl-isp.com bestkits.com metraonline.com I am using the following software versions: CentOS 5.2 (x86_64) squid/3.HEAD-20080721, with tproxy-onresetfd.patch from Amos Jeffries (back on 7/26/08) iptables-1.4.0, with tproxy-iptables-20080204-1915.patch kernel 2.6.25-11, with tproxy-kernel-2.6.25-20080519-165031-1211208631 I am still getting the following entries in my cache.log, but not super often since setting] "echo 1 > /proc/sys/net/ipv4/ip_nonlocal_bind" in /proc. 008/09/09 14:55:22| IPInterception.cc(137) NetfilterInterception: NF getsockopt(SO_ORIGINAL_DST) failed: (11) Resource temporarily unavailable 2008/09/09 14:55:22| IPInterception.cc(171) NetfilterTransparent: NF getsockopt(IP_TRANSPARENT) failed: (92) Protocol not available My squid.conf uses this for the http_port setting: http_port 3128 tproxy intercept disable-pmtu-discovery=always My question is, what can I do to troubleshoot this, or give members of this list more information to help isolate the problem? Does anyone have suggestions? I can post any information as requestion regarding the specific configuration, etc.