Re: [squid-users] intercept problem squid 3.1.18 SOLVED

2012-01-02 Thread jeffrey j donovan
On Dec 31, 2011, at 11:32 PM, Amos Jeffries wrote: On 1/01/2012 11:23 a.m., jeffrey j donovan wrote: turns out to be an OSX 10.6 issue previous systems were set to 0 the default on 10.6 is 1. disable this and squid then gets the hit transparently. sysctl -w net.inet.ip.scopedroute=0

Re: [squid-users] intercept problem squid 3.1.18 SOLVED

2011-12-31 Thread jeffrey j donovan
turns out to be an OSX 10.6 issue previous systems were set to 0 the default on 10.6 is 1. disable this and squid then gets the hit transparently. sysctl -w net.inet.ip.scopedroute=0 -j

Re: [squid-users] intercept problem squid 3.1.18 SOLVED

2011-12-31 Thread Amos Jeffries
On 1/01/2012 11:23 a.m., jeffrey j donovan wrote: turns out to be an OSX 10.6 issue previous systems were set to 0 the default on 10.6 is 1. disable this and squid then gets the hit transparently. sysctl -w net.inet.ip.scopedroute=0 -j Thank you for that info. I've added it to the IPFW