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.
I'm trying to route all web traffic over a site to site ipsec vpn. The vpn is up and running with no issue. The issue I've been struggling with is that I have a route-map statement that is seeing the correct traffic but for some reason its not being...
Here is the answer to this if anyone is interested. The policy map was never going to work the way it was previously. There was no place to route the traffic. What I needed was a gre tunnel. interface Tunnel0
ip address 10.10.10.2 255.255.255.252
i...
Yes! That was what I was acutally trying to accomplish here. I figured I needed to get the IPSEC tunnel up first which is why I was going through all this. The proxy portion is painless, its the fact that I wanted it through an IPSEC tunnel that se...
You are the second person to suggest VTI to me. I'm more than happy to upload both configs. Unfortunately the second device is not a cisco. Its a linux box running Openswan. After talking to jon earlier it turns out that yes the issue is that the...
Yeh, I see that now. Actually I don't think they were ever up. Looking below i just assumed that if I saw it there it was up. I didn't notice the Active SA's was 0 on both the 443 and the 80. So yes it looks like thost are not up. I have 0 idea ...