03-09-2007 12:19 AM - edited 03-10-2019 03:02 PM
I have to configure my ASA 7.2.2 for cut-through proxy but when the users use authentication prompt ,
but only , for (http://1.1.0.2/netaccess/connstatus.html) the ASA send the following message:
"
User Authentication
User Authentication is not required.
"
help me
it is ok when one uses cut-through-proxy by ACL :
"
access-list ACL_INT extended permit tcp object-group PC-UAUTH_DYN host MVINCT19 eq www
access-list ACL_AUTH line 1 extended permit tcp host poste_auvinet host MVINCT19 eq www
aaa-server auth_inside protocol radius
aaa-server auth_inside host SVR-ACS-IN
key xxx
username admin password xxx privilege 15
aaa authentication match ACL_AUTH inside auth_inside
aaa authentication listener http inside port www
"
on a pix 525 is OK
03-09-2007 05:13 AM
Hi,
The config looks good. Please remember that successful authentication is cached (show uauth) and till it expires user will not need to authenticate again.
Please clear uauth and see if it helps.
Regards,
Vivek
03-09-2007 06:40 AM
after "show uauth"
it no user to connect there, and always the same message!!
03-10-2007 05:52 AM
Hi,
Can you get debug aaa authentication and debug radius ?
Regards,
Vivek
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