[f-nsp] Transparent cache problem
Bjørn Mork
bjorn at mork.no
Thu Feb 26 09:46:09 EST 2009
Jamie Orzechowski <admin at ripnet.com> writes:
> The problem is that I do not see any traffic going towards my caches
> and nothing on tcpdump. If I manually force the proxy it works fine.
> Any ideas why traffic is not being directed towards the cache?
> ... Here is my Config. I am directly connected to port 9 for testing.
> 10 is connected to my router
>
> server cache-name cacheA 66.78.96.10
> port http
> port http url "HEAD /"
Using "HEAD /" for the health check isn't going to work with a proxy
server. It requires a hostname.
> interface e 1
> port-name "Squid eth0"
> cache-group 1
>
> interface e 9
> port-name Workstation
> no cache-group
You want to switch the cache-group config on these two ports. Your
config is redirecting the requests coming from your proxy server and not
the requests from your Workstation.
Bjørn
More information about the foundry-nsp
mailing list