Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Featured Post

How to generate a CSR on Cisco ASA using CLI? CSR- (Certificate signing request)

First thing we need is an RSA key pair:   crypto key generate rsa label SSL-Key modulus 1024 noconfirm Create a trust-point crypto ca...

Recent Comments

Recent Post

Thursday 5 November 2015

Anyconnect gives error : Not calling vpn_remove_uauth: not IPv4! webvpn_svc_np_tear_down: no ACL


Error message when connecting to Anyconnect:
==============================================

Not calling vpn_remove_uauth: not IPv4!
webvpn_svc_np_tear_down: no ACL webvpn_svc_np_tear_down: no IPv6 ACL


So for me the issue was :

Anyconnect was trying to establish connection with Default RA group tunnel-group.
There was no IP pool called under it.

I then enabled tunnel-group-list enable under Webvpn
and
tunnel-group Bangalore webvpn-attributes
group-alias Bangalore enable


This resolved the issue.
 

3 comments:

brusamp said...

For me it was the ASA client installed on a Windows 7...

brusamp said...

For me it was an older AnnyConnect vesion installed on a Windows 7.

Raj said...

@brusamp, Thank you for your time to add a comment. Much appreciated.