<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ACS2.4-NT and PIX Authentication Problem in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/acs2-4-nt-and-pix-authentication-problem/m-p/97021#M7311</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue:  Users accessing http authenticating via ACS-NT 2.4 off of a PIX 520.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At times, all users are not presented with a challenge to authenticate until we reboot the PIX.  ACS is functioning fine at these times.  At other times, the user is challenged three times for authentication that continue to appear to fail but then has access once browser is closed and reopened.  Any ideas?  Are there rules governing AAA rules order in the PIX (i.e., include must come before exclude, etc.)  Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 17:58:25 GMT</pubDate>
    <dc:creator>iholdings</dc:creator>
    <dc:date>2020-02-21T17:58:25Z</dc:date>
    <item>
      <title>ACS2.4-NT and PIX Authentication Problem</title>
      <link>https://community.cisco.com/t5/network-access-control/acs2-4-nt-and-pix-authentication-problem/m-p/97021#M7311</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue:  Users accessing http authenticating via ACS-NT 2.4 off of a PIX 520.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At times, all users are not presented with a challenge to authenticate until we reboot the PIX.  ACS is functioning fine at these times.  At other times, the user is challenged three times for authentication that continue to appear to fail but then has access once browser is closed and reopened.  Any ideas?  Are there rules governing AAA rules order in the PIX (i.e., include must come before exclude, etc.)  Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:58:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs2-4-nt-and-pix-authentication-problem/m-p/97021#M7311</guid>
      <dc:creator>iholdings</dc:creator>
      <dc:date>2020-02-21T17:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: ACS2.4-NT and PIX Authentication Problem</title>
      <link>https://community.cisco.com/t5/network-access-control/acs2-4-nt-and-pix-authentication-problem/m-p/97022#M7313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what version of the PIX software are you using? I have been running 5.26 with no problems. &lt;/P&gt;&lt;P&gt;Have you tried to convert your AAA rules with access-list &lt;/P&gt;&lt;P&gt;aaa authentication xxxxxx  match 101 (brevity)&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any any eq http&lt;/P&gt;&lt;P&gt;Do you have the latest service packs on your Windows ACS for NT 2.4 (6.a)?&lt;/P&gt;&lt;P&gt;As far as the order of the rules, you should include everybody first and deny afterwards or vice-versa. &lt;/P&gt;&lt;P&gt;Here is my config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# sh aaa-server&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server AOB protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server AOB (inside) host 10.1.1.200 secret timeout 30&lt;/P&gt;&lt;P&gt;aaa-server AIB protocol radius&lt;/P&gt;&lt;P&gt;aaa-server AIB (inside) host 10.1.1.200 secret timeout 30&lt;/P&gt;&lt;P&gt;pixfirewall# sh aaa&lt;/P&gt;&lt;P&gt;aaa authentication exclude http inside 10.1.1.205 255.255.255.255 0.0.0.0 0.0.0.&lt;/P&gt;&lt;P&gt;0 AOB&lt;/P&gt;&lt;P&gt;aaa authentication serial console AOB&lt;/P&gt;&lt;P&gt;aaa authentication telnet console AOB&lt;/P&gt;&lt;P&gt;aaa authentication include http inside 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 AOB&lt;/P&gt;&lt;P&gt;aaa authentication include ftp inside 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 AOB&lt;/P&gt;&lt;P&gt;aaa authentication include telnet inside 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 AOB&lt;/P&gt;&lt;P&gt;pixfirewall#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: the exclude statements were added at the end but show up before in the config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2001 23:46:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs2-4-nt-and-pix-authentication-problem/m-p/97022#M7313</guid>
      <dc:creator>pmoulay</dc:creator>
      <dc:date>2001-12-11T23:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: ACS2.4-NT and PIX Authentication Problem</title>
      <link>https://community.cisco.com/t5/network-access-control/acs2-4-nt-and-pix-authentication-problem/m-p/97023#M7314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not using a Pix firewall, but I have encountered the same problem when using the CBAC auth-proxy feature for authentication and authorization.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first time I installed the CiscoSecure ACS Server, my clients received a challenge just one time, and then no more challenges were received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The auth-proxy feature sets a timeout of the connection which authenticate.  Then, if you clear the cache (router# clear ip auth-proxy cache *), users start receiving a challenge from the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of rebooting the PIX, try to locate the respective cache for authentication and reduce the default timeout.  In the case of CBAC, the auth-proxy default timeout is 120 minutes.  I have reduce this timeout to 10 minutes.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process is as follows:&lt;/P&gt;&lt;P&gt;1.  A user start a new http session, a challenge is presented.&lt;/P&gt;&lt;P&gt;2.  The user continue browsing as normal.&lt;/P&gt;&lt;P&gt;3.  If a user stop browsing, the timeout start running for 10 minutes.&lt;/P&gt;&lt;P&gt;4.  Then, when the user returns after 10 minutes, a challenge is presented and the process start again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis Wilkes&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:lm_wilkes@hotmail.com"&gt;lm_wilkes@hotmail.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Dec 2001 00:28:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs2-4-nt-and-pix-authentication-problem/m-p/97023#M7314</guid>
      <dc:creator>j.mercado</dc:creator>
      <dc:date>2001-12-23T00:28:14Z</dc:date>
    </item>
  </channel>
</rss>

