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,I have an ASUS RT-AC66U wireless router on my network configured as a VPN server using PPTP. We recently purchased a Cisco 2921 with an EHWIC-D-8ESG that has 8 switch ports that we want to use as our core router to our ISP (Comcast). I am trying...
Hi,I have a CIsco 2921 running IOS 15.3-3.M1. I am trying to create a zone based firewall rule to permit ssh traffic from any host outside my network to use NAT to forward port 8222 to 22 to connect to a specific server inside my network (192.168.10...
Wow, it's been a long few days and nights, but I finally figured it out. The order of operations in the policy-map is important an it turns out my PPTP-Pass-Through-Traffic class map needs to run before the OUTSIDE_TO_INSIDE and the INSIDE_TO_OUTSID...
Well, making some progress...the orginal error I received in the Cisco log when the VPN client connection failed was:*Dec 18 15:34:56.937: %FW-6-DROP_PKT: Dropping Unknown-l4 session 192.168.10.3:0 XX.XX.168.84:0 on zone-pair INSIDE_TO_OUTSIDE class ...
Well, after reading more posts and trying a few things, I have gone past the error 800 and 807 and now have an error 691 on the "Verifying username and password" dialog. In short the only change I made to get past the 800 and 807 errors was to updat...
Felipe,Thanks for the reply. I was able to get it working by changing my access list from:ip access-list extended outside_to_insidepermit tcp any any eq 8222permit tcp any eq 8222 anypermit tcp any any eq 22permit tcp any eq 22 anyto:ip access-list ...