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 ASA 5510 (8.0.2), ASDM 6.1 and ASA-SSM-10. Our clients are using Cisco VPN client 5.0.02. One of them connects successfully but can not ping or connect anywhere. His account and PC settings are OK since he can connect when he changes his In...
Hi,I have ASA 5510 (8.0.2), ASDM 6.1 and ASA-SSM-10 6.1.When I run "sh shun statistics" at ASA, I receive the folloing:outside=OFF, cnt=351inside_backup=OFF, cnt=0dmz=OFF, cnt=26059inside=OFF, cnt=18414Does it mean that Shunning is not working. If so...
Hi,I have ASA 5510 (8.0.2), ASDM 6.1 and ASA-SSM-10 6.1. We have a web site located at DMZ with a Public IP address. It is accessible from Internet via the public IP address. While keeping web site access enabled, I need to block access to http://X.X...
Thanks everone for the help.I have already used Kusankar's link for this. But it started working only after I used one parameter rather than 2.For the delay in rejecting the access, I changed the action to reset rather than drop connection as recomen...
Hi Kusankar,No, we do not have CSC.Actually, after I removed the second regular expression and left only login2 (login.aspx), it started working. Now, we can access to the web site at normal time and noone can access to http://X.X.X.X/login.aspx . Th...
Hi Kusankar,Just an update, it reached to http://X.X.X.X but extremely slow. It takes around 5 minutes to load the web site. It also blocks login.aspx. But if I remove the inspection, it loads in 10 seconds.ThanksSemih
Hi Kusankar,Yes, I followed that link's instructions for "Block spefific uris". But with the following changes:1. I used case insensitive regular expressions to cover login or login.aspx:regex login2 "/[Ll][Oo][Gg][Ii][Nn].[Aa][Ss][Pp][Xx]"regex logi...