Hi I compiled, configured and started squid version 3.1.0.3. Then I tried to get one static html page. I can only see repeated TCP_MISS in squid access.log for the same URL as below. 1229680604.890 21407 192.168.9.31 TCP_MISS/200 377 GET http://192.168.10.32/new.htm - DIRECT/192.168.10.32 text/html 1229690078.072 1119 192.168.9.31 TCP_MISS/200 377 GET http://192.168.10.32/new.htm - DIRECT/192.168.10.32 text/html In cache.log there is following WARNING WARNING: transparent proxying not supported When I start squid 3.1.0.3 I get these warning messages. 2008/12/19 04:37:58| WARNING: (B) '::/4294967200' is a subnetwork of (A) '::/4294967200' 2008/12/19 04:37:58| WARNING: because of this '::/4294967200' is ignored to keep splay tree searching predictable 2008/12/19 04:37:58| WARNING: You should probably remove '::/4294967200' from the ACL named 'all' Can someone explain what is this and what is the work around? Regards, Saurabh