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.
Hello,I want to deploy AnyConnect SSL VPN client with an ASA appliance, using certificate authentication only.I order to be able to request a certificate via SCEP on the AnyConnect client, I have to download a AnyConnect xml profile from the ASA. But...
Hello,I haven't found in only documentation if the Internet Key Exchange version 2 (IKEv2) is/would be implemented on Cisco ASA firewall.My question is linked with next release 3.0 of the Cisco Anyconnect software that would support IPsec only with...
I've got site-to-site IPSEC VPN tunnel between two Cisco ASA.My ASAs have the following LAN configuration :ASA1 : lan ip address 172.16.1.1ASA2 : lan ip address 172.16.2.1From ASA2, I can test the VPN tunnel by using the follogin command :ping inside...
Dear Erik
Have you set in your configuration a command such as :
ssl trust-point theRightTrustPoint
Where theRightTrustPoint is the trust point for your GlobalSign certificate
Regards,
Vincent
Hi Nirav,If you've got a linux server, you can copy/past the "show conn" command output in a file and just use the awk command :cat /tmp/ASA_show_conn_ouput |awk '{print $9, $1, $3, $5}' |sort -nr | head -10You will get the TOP10 connexions by nb ...
Hi Raymond,We have encounter the same issue with one of our sales director, the upgrade to MAC OS-X Lion breaks the VPN IPsec connexion. We have tryed various type of tunning with no sucess.Finally, as wordaround, we have installed the AnyConnect cli...
Hi,May be you have been provided with 2 public IP addresses because one is the failover for the other. In that case, you can configure 2 vpn peer for the same crypto map.crypto map MYVPN 1 ipsec-isakmp set peer PUBIP_ONE set peer PUBIP_TWO set tran...
Hi Sati,have you tried to re-install the VPN client since you have install the Checkpoint software ? Because we have got the same sort of problem with f-secure software, and it appears that Cisco VPN client "prefer" to be install. last.Vincent