Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi allI'm having problems setting up a new ASA 5510 with WCCP to our Squid server (worth nothing that we've never used WCCP before, so this is a first).We've created a GRE tunnel on the Squid box (running Linux):# iptunnel add gre1 mode gre remote 10...
That does work, however has a few failings which is why we went with WCCP:If the proxy server is unavailable, traffic will stop routing with route-maps. With WCCP, it removes the proxy from the list, and if there are no proxies remaining, the traffic...
And I should also point out that the "rp_filter" stuff IS important. If your system has /etc/sysctl.conf, make sure you set:net.ipv4.conf.default.rp_filter=0net.ipv4.conf.all.rp_filter=0net.ipv4.ip_forward=1Then either reboot (probably there is a bet...
Hi AndyWe did eventually get this working. The key things were:1. The remote IP used in the iptunnel needs to be the router identifier that the PIX/ASA presents. So in our case, we needed to change the iptunnel IP to 1.2.3.2. However in squid.conf...