Hello all, We have Installed squid-2.6STABLE9 and configured the WCCPv2. The configuration works with just WCCPv2, but when TPROXY is configured it doesn't work. The squid configuration details and router details are given below. http_port 3128 transparent tproxy tcp_outgoing_address SQUID-IP wccp2_router ROUTER-IP wccp_version 4 wccp2_forwarding_method 1 wccp2_return_method 1 wccp2_assignment_method 1 wccp2_service dynamic 80 wccp2_service_info 80 protocol=tcp flags=src_ip_hash priority=240 ports=80 wccp2_service dynamic 90 wccp2_service_info 90 protocol=tcp flags=dst_ip_hash,ports_source priority=240 ports=80 sysctl.conf: echo 0 >/proc/sys/net/ipv4/conf/wccp/rp_filter echo 1 >/proc/sys/net/ipv4/ip_forward Iptables: iptables -t tproxy -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j TPROXY --on-port 3128 Cisco 7200 series IOS version 12.3(16a) Route will be configured the squid FAQ document instrasions http://wiki.squid-cache.org/SquidFaq/InterceptionProxy#head-5887c3744368f290e63fda47fd1e4715c9bdbc9b I have checked the router access list the packets will be loopback the interface.At a time I get a message saying "request sent" in Browsers but doesn't seem to get the page What is the problem?. Please help me to solve this problem. Thanks in advance, -Jag