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 want to restrict access to a group of IPs in my network for certain users dialing in through my NAS. I have read the http://www.cisco.com/warp/public/480/tacacs_ACL1.html and it is exactly what I want to do. I'd like to create ACLs on the ACS Serve...
In order to block specific outgoing access on a PIX I am doing the following:access-list acl_in deny tcp any host 1.1.1.1 eq 80 access-list acl_in permit ip any anyaccess-group acl_in in interface inside The above does successfully block my inside us...
I'm trying to create an IPSec connection between a PIX and a VPN client on a windows machine. Unfortunately I could not make it work. Phase I does negotiate OK but the process gets stuck during the phase II negotiations. It seems that there is some k...
I'd like to manage my PIX by telnetting to it from the outside. I'd like to use the recommended method of creating a VPN and use VPN Client on my pc's side.The documentation at :http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/config/...
Glenn,Thanks for the suggestion. It is almost perfect.You see, apart from restricting access to outside world, I also have these incoming restrictions access-list, as: access-list incoming_acl permit tcp X.X.X.X eq smtp access-lis...
I'd like to use this thread and pose a small question on this subject.I am also using the access-lists discussed in this thread to block my inside users to access to a specific site/port as well. The solution suggested here works ok. The problem is t...