<?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 Re: Auth-Proxy ACL issue in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428075#M429180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FINALLY ITS WORKING!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deleted the user and created another new user with same settings on ACS, I really do not know why but something was cached on that user profile that was messing up auth-proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2005 14:15:09 GMT</pubDate>
    <dc:creator>mariocabrejo</dc:creator>
    <dc:date>2005-05-11T14:15:09Z</dc:date>
    <item>
      <title>Auth-Proxy ACL issue</title>
      <link>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428072#M429176</link>
      <description>&lt;P&gt;Hi, Please need help on this, the following is my scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R3 is doing auth-proxy and R1 is running http server. Once I browse from PC to R1, get the auth-proxy prompt and get successfully authenticated by tacacs+ and shows established when do "sh ip auth-proxy cache". Now the problem is that it does not apply these ACL's from ACS(proxyacl's), because I still not allowed by my Access-list 100 that is applied on R3 e0 interface. Why is this ACL100 not being allowed by the Downloaded proxy acl's?, Is there anyway to see the dowloaded ACL's from Tacacs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1-e0.........e1-R3-e0 (auth-proxy/ACL100)...........Pix...........PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;priv-lvl=15&lt;/P&gt;&lt;P&gt;proxyacl#1=permit tcp any any &lt;/P&gt;&lt;P&gt;proxyacl#2=permit udp 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;R3#sh ip auth-proxy ca&lt;/P&gt;&lt;P&gt;Authentication Proxy Cache&lt;/P&gt;&lt;P&gt;Client IP 20.20.20.5(Natted PC) Port 1303, timeout 60, state HTTP_ESTAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mar 1 03:12:53.843: TAC+: Opened TCP/IP handle 0x82BD2ED0 to 20.20.20.125/49&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:53.847: TAC+: Opened 20.20.20.125 index=1&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:53.847: TAC+: 20.20.20.125 (842237140) AUTHOR/START queued&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:54.048: TAC+: (842237140) AUTHOR/START processed&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:54.048: TAC+: (842237140): received author response status = PASS_ADD&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:54.048: TAC+: Closing TCP/IP 0x82BD2ED0 connection to 20.20.20.125/49&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:54.052: TAC+: Received Attribute "priv-lvl=15"&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:54.052: TAC+: Received Attribute "proxy-acl#1=permit tcp any any"&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:54.052: TAC+: Received Attribute "proxy-acl#2=permit udp any any"&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:54.052: TAC+: Received Attribute "proxy-acl#3=permit icmp any any"&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:54.052: AAA/AUTHOR (842237140): Post authorization status = PASS_ADD&lt;/P&gt;&lt;P&gt;*Mar 1 03:12:59.392: %SEC-6-IPACCESSLOGP: list 100 denied tcp 20.20.20.5 (1304) -&amp;gt; R1-e0 IP (80), 1 packet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R3#&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login con none&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization exec con none &lt;/P&gt;&lt;P&gt;aaa authorization auth-proxy default group tacacs+ &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip auth-proxy name lab http &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface e0&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 100 in&lt;/P&gt;&lt;P&gt;ip auth-proxy lab&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any host R1-e0 www&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp host Nated_ACS eq tacacs host R3-e0&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any any eq bgp&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any eq bgp any&lt;/P&gt;&lt;P&gt;access-list 100 permit eigrp any any&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any any&lt;/P&gt;&lt;P&gt;access-list 100 deny ip any any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;exec-timeout 0 0&lt;/P&gt;&lt;P&gt;authorization exec con&lt;/P&gt;&lt;P&gt;logging synchronous&lt;/P&gt;&lt;P&gt;login authentication con&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;authorization exec con&lt;/P&gt;&lt;P&gt;logging synchronous&lt;/P&gt;&lt;P&gt;login authentication con&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:08:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428072#M429176</guid>
      <dc:creator>mariocabrejo</dc:creator>
      <dc:date>2019-03-10T21:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Auth-Proxy ACL issue</title>
      <link>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428073#M429177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does a "show access-list 100" after you've authenticated show the additional lines in the access-list?  If yes, then I have no idea what's going on  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then the only thing I can think of is that you've created them on the ACS server incorrectly.  How have you added those ACL lines into the user profile on the ACS server (are you even using ACS)?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way it's supposed to be done is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under Interface Config - TACACS, tick the New Service box for user and/or group, and enter "auth-proxy" in as the service name.  Now go under the Group (or User), under the TACACS settings you'll see an extra section there now called auth-proxy.  Check this and check the Custom Attributes box for it also, and in the Custom Attributes box enter in the priv-lvl and proxyacl lines as you've shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless those attributes are entered in as a TACACS auth-proxy service they won't get assigned to the user correctly on the router.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2005 00:35:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428073#M429177</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2005-05-09T00:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Auth-Proxy ACL issue</title>
      <link>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428074#M429179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "show access-list 100"&lt;/P&gt;&lt;P&gt;do not show any downloaded acl from ACS. My configuration on ACS for the user is just like you described. I am running  c2600-ik9o3s3-mz.122-15.T15.bin. Just tested on another system and same thing, unless i open up a whole on the acl for the remote system i try to access, the ACL 100 does not allow me in so definetely is not downloading the permits from ACS. In this other example i used the following acl:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp host 30.30.30.100 eq tacacs host 30.30.30.2&lt;/P&gt;&lt;P&gt;access-list 100 permit ospf any any&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any any&lt;/P&gt;&lt;P&gt;access-list 100 deny   ip any any log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I browse from a pc in from the router doing auth-proxy to the router behind and after authenticating on the web prompt, my acl denies me in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway i can find if its a bug or something. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  1 01:41:08.727: %SEC-6-IPACCESSLOGP: list 100 denied tcp 30.30.30.254(1034) -&amp;gt; 90.90.90.9(80), 2 packets&lt;/P&gt;&lt;P&gt;*Mar  1 01:41:08.727: %SEC-6-IPACCESSLOGP: list 100 denied tcp 30.30.30.254(1035) -&amp;gt; 90.90.90.9(80), 2 packets&lt;/P&gt;&lt;P&gt;*Mar  1 01:43:08.816: %SEC-6-IPACCESSLOGP: list 100 denied tcp 30.30.30.254(1036) -&amp;gt; 90.90.90.9(80), 2 packets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2005 14:07:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428074#M429179</guid>
      <dc:creator>mariocabrejo</dc:creator>
      <dc:date>2005-05-11T14:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Auth-Proxy ACL issue</title>
      <link>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428075#M429180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FINALLY ITS WORKING!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deleted the user and created another new user with same settings on ACS, I really do not know why but something was cached on that user profile that was messing up auth-proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2005 14:15:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auth-proxy-acl-issue/m-p/428075#M429180</guid>
      <dc:creator>mariocabrejo</dc:creator>
      <dc:date>2005-05-11T14:15:09Z</dc:date>
    </item>
  </channel>
</rss>

