cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
581
Views
0
Helpful
1
Replies

Unable to connect more than three VPN client users to PIX/ASA and the "Secure VPN Connection terminated locally by the client. Reason 413: User Authentication failed" error message appears - See more at: https://supportforums.cisco.com/document/51261/vpn

sudhak_79
Level 1
Level 1
Unable to connect more than three VPN client users to PIX/ASA and the "Secure VPN Connection terminated locally by the client.  Reason 413: User Authentication failed" error message appears - See more at: https://supportforums.cisco.com/document/51261/vpn-connection-terminated-locally-client-reason-413-user-authentication-failed-error#comment-10513376
Unable to connect more than three VPN client users to PIX/ASA and the "Secure VPN Connection terminated locally by the client.  Reason 413: User Authentication failed" error message appears - See more at: https://supportforums.cisco.com/document/51261/vpn-connection-terminated-locally-client-reason-413-user-authentication-failed-error#comment-10513376
1 Reply 1

FENG WANG
Level 1
Level 1

you may make the login user to be bingding an existing default tunnel-group  (DefaultRAGroup) , as the following:

 

! --- the username and password

ciscoasa(config)#username cisco123 password cisco123

! --- user is connected with the default tunnel-group of the ASA and the group-policy you made .

ciscoasa(config)#username cisco123 attributes

ciscoasa(config-username)#group-lock value DefaultRAGroup

ciscoasa(config-username)#vpn-group-policy xxxx

 

then you try , whether it is ok ?