03-03-2014 01:23 PM - edited 02-21-2020 07:32 PM
Get Error
The secure gateway has rejected the connection attempt. A new connection attempt to the same or another secure gateway is needed, which requires re-authentication. The follow message was received from the secure gateway: No address available for SVC connection.
ip local pool VPN 192.168.250.50-192.168.250.60 mask 255.255.255.0
tunnel-group SSL type remote-access tunnel-group SSL general-attributes address-pool VPN tunnel-group Any-Connect type remote-access tunnel-group Any-Connect general-attributes address-pool VPN
I have a VPN pool
I can make a clientless SSL connection
03-03-2014 11:03 PM
Hi,
Maybe you are not falling into that tunnel-group SSL? By default, you will fall into the DefaultWebvpnGroup unless you choose the TG via a dropdown or directly access the group via a groupurl.
Example: When no 'tunnel-group-list' or 'group-url' is configured:
Accessing https://
When 'tunnel-group-list enable' is configured under webvpn, you will get a dropdown of tunnel-groups to choose from [provided you have an alias defined for the group]
When group-url is configured for a particular TG, say https://
So basically, you would need to check which group you are hitting. Running 'debug webvpn 255' should also show you this.
Thanks
Rahul
05-13-2014 03:08 PM
Another reason you may get this is because of the address assignment policy.
If the ASA is set to use an authentication server or an external DHCP then it will fail until you specify one in the connection profile.
The following line fixed this for me by forcing the router to default to a local assignment of addresses for the VPN:
ASA5510(config)# vpn-addr-assign local reuse-delay 5
Hope this helps anyone else that is looking.
09-26-2014 09:39 AM
Hi Dorkyninja,
Thanks for your answer!
Your answer has been very useful for me to solve the issues with ASA Anyconnect VPN. Thanks again!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide