<?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 ACS-Auth-proxy Security misconfig in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679169#M422876</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an issue with ACS and authentication proxy. It turns out that I want users to have only one session at a given time, but the ACS is allowing more than one session per user.&lt;/P&gt;&lt;P&gt;Imagine the following sequence of events:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) user A logs in ok&lt;/P&gt;&lt;P&gt;2) another user A tries to log in and is correctly blocked&lt;/P&gt;&lt;P&gt;3) user B logs in ok&lt;/P&gt;&lt;P&gt;4) another user B tries to log in and is correctly blocked&lt;/P&gt;&lt;P&gt;5) If at this point another user A tries to log in, it is not blocked&lt;/P&gt;&lt;P&gt;   and I have the same user A account logged in twice.&lt;/P&gt;&lt;P&gt;At this point, I can log another user B, without problem, resulting in two accounts conected for user B, wich is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The router config is attached.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ACS Server, I have the User max session set to 1, and the auth-proxy priv-lvl is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;priv-lvl=15&lt;/P&gt;&lt;P&gt;proxyacl#1=deny tcp any host 10.10.10.1 eq telnet ! this is to prevent users from telnetting into the rtr.&lt;/P&gt;&lt;P&gt;proxyacl#2=permit ip any any&lt;/P&gt;&lt;P&gt;proxyacl#3=permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help you can provide, will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 21:45:17 GMT</pubDate>
    <dc:creator>e-alvarez</dc:creator>
    <dc:date>2019-03-10T21:45:17Z</dc:date>
    <item>
      <title>ACS-Auth-proxy Security misconfig</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679169#M422876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an issue with ACS and authentication proxy. It turns out that I want users to have only one session at a given time, but the ACS is allowing more than one session per user.&lt;/P&gt;&lt;P&gt;Imagine the following sequence of events:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) user A logs in ok&lt;/P&gt;&lt;P&gt;2) another user A tries to log in and is correctly blocked&lt;/P&gt;&lt;P&gt;3) user B logs in ok&lt;/P&gt;&lt;P&gt;4) another user B tries to log in and is correctly blocked&lt;/P&gt;&lt;P&gt;5) If at this point another user A tries to log in, it is not blocked&lt;/P&gt;&lt;P&gt;   and I have the same user A account logged in twice.&lt;/P&gt;&lt;P&gt;At this point, I can log another user B, without problem, resulting in two accounts conected for user B, wich is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The router config is attached.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ACS Server, I have the User max session set to 1, and the auth-proxy priv-lvl is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;priv-lvl=15&lt;/P&gt;&lt;P&gt;proxyacl#1=deny tcp any host 10.10.10.1 eq telnet ! this is to prevent users from telnetting into the rtr.&lt;/P&gt;&lt;P&gt;proxyacl#2=permit ip any any&lt;/P&gt;&lt;P&gt;proxyacl#3=permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help you can provide, will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:45:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679169#M422876</guid>
      <dc:creator>e-alvarez</dc:creator>
      <dc:date>2019-03-10T21:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: ACS-Auth-proxy Security misconfig</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679170#M422878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you have full session accounting on - max sessions wont work otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how are you testing this? If ACS see's a second authentication on the same port it will 1st session must have ended and clear it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look in the ACS accounting report and/or passed auths - do you see any "NAS Port re-used" messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 10:00:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679170#M422878</guid>
      <dc:creator>darpotter</dc:creator>
      <dc:date>2006-09-21T10:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: ACS-Auth-proxy Security misconfig</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679171#M422879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, Darran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I have lines for accounting for things that I do not even plan to use, just to be on the safe side:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ Oasis&lt;/P&gt;&lt;P&gt; server 10.10.10.5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group Oasis none&lt;/P&gt;&lt;P&gt;aaa authorization exec default group Oasis none &lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group Oasis none &lt;/P&gt;&lt;P&gt;aaa authorization auth-proxy default group Oasis local &lt;/P&gt;&lt;P&gt;aaa accounting send stop-record authentication failure &lt;/P&gt;&lt;P&gt;aaa accounting auth-proxy default start-stop group Oasis&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group Oasis&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group Oasis&lt;/P&gt;&lt;P&gt;aaa accounting system default start-stop group tacacs+ group Oasis&lt;/P&gt;&lt;P&gt;aaa accounting resource default start-stop group Oasis&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;ip dhcp relay information trust-all&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 10.10.10.1 10.10.10.10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool Oasis_dhcp&lt;/P&gt;&lt;P&gt;   import all&lt;/P&gt;&lt;P&gt;   network 10.10.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   default-router 10.10.10.1 &lt;/P&gt;&lt;P&gt;   dns-server xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy&lt;/P&gt;&lt;P&gt;   lease infinite&lt;/P&gt;&lt;P&gt;   update arp&lt;/P&gt;&lt;P&gt;ip auth-proxy auth-proxy-banner http&lt;/P&gt;&lt;P&gt;ip auth-proxy auth-proxy-audit&lt;/P&gt;&lt;P&gt;ip auth-proxy name acceso http inactivity-time 60&lt;/P&gt;&lt;P&gt;ip admission auth-proxy-banner http&lt;/P&gt;&lt;P&gt;ip admission auth-proxy-audit&lt;/P&gt;&lt;P&gt;ip name-server xxx.xxx.xxx.xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description Switch Ethernet 4Ptos 10-100&lt;/P&gt;&lt;P&gt; ip dhcp relay information trusted&lt;/P&gt;&lt;P&gt; ip dhcp client update dns&lt;/P&gt;&lt;P&gt; ip address 10.10.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip access-group 150 in&lt;/P&gt;&lt;P&gt; ip auth-proxy acceso&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http authentication aaa&lt;/P&gt;&lt;P&gt;no ip http secure-server&lt;/P&gt;&lt;P&gt;ip nat inside source list 20 interface Dialer1 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, on the ACS, I have  the Max sessions set to 1, but on the acs reports, I do not see any port re-used message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lab with 4 pc?s and the ACS server (Win2003, standard). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks for your interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 15:12:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679171#M422879</guid>
      <dc:creator>e-alvarez</dc:creator>
      <dc:date>2006-09-22T15:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: ACS-Auth-proxy Security misconfig</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679172#M422880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thing I have noticed, is that when I go to see "Connected Users" in the ACS, the users "disappear" from the ACS after a while, although the same user is still connected in the router (as seen with the "sh ip auth-proxy cache")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 19:55:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-auth-proxy-security-misconfig/m-p/679172#M422880</guid>
      <dc:creator>e-alvarez</dc:creator>
      <dc:date>2006-09-22T19:55:23Z</dc:date>
    </item>
  </channel>
</rss>

