<?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: Cut through proxy for servers in DMZ only in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991942#M179805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Cut through proxy the per user acl should have taken place, can you paste the show access-lists | inc &lt;YOURUSERNAME&gt; &lt;/YOURUSERNAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you can hand down the ACL or you can assign the RDPAuth acl you created using the radius ietf filter attribute. However once you assign this ACL that is all you will have network access too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also on your interface access-lists do you have the per-user-override statement configured?&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;&lt;/P&gt;&lt;P&gt;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 20:42:56 GMT</pubDate>
    <dc:creator>Tarik Admani</dc:creator>
    <dc:date>2012-08-14T20:42:56Z</dc:date>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991939#M179802</link>
      <description>&lt;P&gt;I have this working with Microsoft RADIUS server however I only want to&amp;nbsp; restrict access to one server sitting in the DMZ using this method and&amp;nbsp; once users authenticate they can RDP to the server.&amp;nbsp; When I apply all&amp;nbsp; the settings I lose all access other than just to this server.&amp;nbsp; Can this&amp;nbsp; be done for one particular server in DMZ and rest of the traffic to the&amp;nbsp; Internet stays the way it is?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:25:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991939#M179802</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2019-03-11T02:25:37Z</dc:date>
    </item>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991940#M179803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What acl are you handing down to the client from the radius server? After the user authenticates can you paste the show access-lists?&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;&lt;/P&gt;&lt;P&gt;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 20:27:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991940#M179803</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-14T20:27:54Z</dc:date>
    </item>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991941#M179804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I created on the ASA:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 573px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 430pt;" width="573"&gt;access-list RDPAuth&amp;nbsp;&amp;nbsp; remark "This ACL is for RDP access to the servers in the DMZ"&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;access-list RDPAuth extended permit tcp&amp;nbsp;&amp;nbsp; any eq 3389 host 10.1.150.22 gt 1023&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;access-list RDPAuth extended permit tcp&amp;nbsp;&amp;nbsp; any gt 1023 host 10.1.150.22 eq 3389&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;access-list RDPAuth extended permit tcp&amp;nbsp;&amp;nbsp; any host 10.1.200.150 eq www&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;access-list RDPAuth extended permit tcp&amp;nbsp;&amp;nbsp; any host 10.1.200.150 eq telnet&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the RADIUS server I have it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip:inacl#1=permit tcp&amp;nbsp;&amp;nbsp; any eq 3389 host 10.1.150.22 gt 1023&lt;/P&gt;&lt;P&gt;ip:inacl#2=permit tcp&amp;nbsp;&amp;nbsp; any gt 1023 host 10.1.150.22 eq 3389&lt;/P&gt;&lt;P&gt;ip:inacl#3=permit tcp&amp;nbsp;&amp;nbsp; any host 10.1.200.150 eq www&lt;/P&gt;&lt;P&gt;ip:inacl#4=permit tcp&amp;nbsp;&amp;nbsp; any host 10.1.200.150 eq telnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now once I signed in using cut through proxy all I was able to do was RDP to that IP and lost my access to the internet etc.&amp;nbsp; I am trying for rest of the traffic to keep going out the way it is now but this ACL I only want to kick in when some one is trying to access the server in the DMZ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 20:37:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991941#M179804</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2012-08-14T20:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991942#M179805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Cut through proxy the per user acl should have taken place, can you paste the show access-lists | inc &lt;YOURUSERNAME&gt; &lt;/YOURUSERNAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you can hand down the ACL or you can assign the RDPAuth acl you created using the radius ietf filter attribute. However once you assign this ACL that is all you will have network access too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also on your interface access-lists do you have the per-user-override statement configured?&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;&lt;/P&gt;&lt;P&gt;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 20:42:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991942#M179805</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-14T20:42:56Z</dc:date>
    </item>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991943#M179806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tarik those dynamic ACL's did get applied I just removed them so that I can access other resources.&amp;nbsp; That whole part is working fine and it is doing what it needs to do and only giving me access to that one server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want this limitation to be applied to the traffic going to the DMZ only not to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I do not have the "per-user-override statement configured", what is the purpose of this command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 21:17:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991943#M179806</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2012-08-14T21:17:42Z</dc:date>
    </item>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991944#M179807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please clarify what you are requesting, you still want access to the DMZ and the internet after you authenticate? Then add another attribute:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip:inacl#5=permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 21:22:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991944#M179807</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-14T21:22:58Z</dc:date>
    </item>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991945#M179808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only want to use the cut through proxy for access to the DMZ servers, however it seems like that is not possible if I use that then it will also apply to the Internet and access to the other resrouces as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 22:37:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991945#M179808</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2012-08-14T22:37:51Z</dc:date>
    </item>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991946#M179809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use cut through proxy then you have to create the authentication match statement in order to match the traffic that you want to block that will trigger cut-through proxy. When you authenticate then the ACL that you hand down to the client is what will determine where they have access to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share your configuration, i am curious to see how you have this configured.&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;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 22:45:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991946#M179809</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-14T22:45:37Z</dc:date>
    </item>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991947#M179810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that and I am doing exactly that but like I said it is blocking my access to the internet so looks like I need to configure it so there is "ip any any" statement in there too for rest of the access.&amp;nbsp; What I was hoping to accomplish was only restrict access to the DMZ host not rest of the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list RDPAuth remark "This ACL is for RDP access to the servers in the DMZ"&lt;/P&gt;&lt;P&gt;access-list RDPAuth extended permit tcp any eq 3389 host 10.1.150.22 gt 1023&lt;/P&gt;&lt;P&gt;access-list RDPAuth extended permit tcp any gt 1023 host 10.1.150.22 eq 3389&lt;/P&gt;&lt;P&gt;access-list RDPAuth extended permit tcp any host 10.1.200.150 eq www&lt;/P&gt;&lt;P&gt;access-list RDPAuth extended permit tcp any host 10.1.200.150 eq telnet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 15:59:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991947#M179810</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2012-08-15T15:59:05Z</dc:date>
    </item>
    <item>
      <title>Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991948#M179811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your entire configuration.&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;&lt;/P&gt;&lt;P&gt;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 16:06:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991948#M179811</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-15T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991949#M179812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;access-list RDPAuth remark "This ACL is for RDP access to the servers in the DMZ"&lt;/P&gt;&lt;P&gt;access-list RDPAuth extended permit tcp any eq 3389 host 10.1.150.22 gt 1023&lt;/P&gt;&lt;P&gt;access-list RDPAuth extended permit tcp any gt 1023 host 10.1.150.22 eq 3389&lt;/P&gt;&lt;P&gt;access-list RDPAuth extended permit tcp any host 10.1.200.150 eq www&lt;/P&gt;&lt;P&gt;access-list RDPAuth extended permit tcp any host 10.1.200.150 eq telnet&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS (inside) host 10.1.5.236&lt;/P&gt;&lt;P&gt; key *****&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;virtual http 10.1.200.150&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication match RDPAuth inside RADIUS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 17:46:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991949#M179812</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2012-08-15T17:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991950#M179813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not see any cut through proxy configuring present in this configuration. Here is the configuration guide on how to create cut-through proxy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/access_fwaaa.html#wp1150203"&gt;http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/access_fwaaa.html#wp1150203&lt;/A&gt;&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;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 17:55:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991950#M179813</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-15T17:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991951#M179814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is there you wanted the full config so I pasted it. I updated it with just the config related to cut through proxy.&amp;nbsp; And I already have seen that guide.&amp;nbsp; Like I said it is working but it is being applied to all the traffic I just need to know if there is a way to apply it to the traffic to DMZ ONLY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 15:58:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991951#M179814</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2012-08-16T15:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991952#M179815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt see any of the authenticaiton match statements in the configuration you posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually when you add the authentication match statement (that forces authenticaiton for the traffic configured in the ACL).&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;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 16:02:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991952#M179815</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-16T16:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991953#M179816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are telling me you still don't see it?&amp;nbsp; And previously Authentication match statement was in "bold".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 16:24:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991953#M179816</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2012-08-16T16:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cut through proxy for servers in DMZ only</title>
      <link>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991954#M179817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that I tried to look for the entire config again...what is weird I did a grep for authentication but didn't get the match to the statement that is included in the update configuration. I see it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the entire config again so i can take a look one more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the ACL that you are using everything should work fine and it should only trigger authentication for traffic destined to those servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try adding a deny ip any any (it should be implicit) at the end of this access-list just to see if that helps?&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;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 19:03:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cut-through-proxy-for-servers-in-dmz-only/m-p/1991954#M179817</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-16T19:03:50Z</dc:date>
    </item>
  </channel>
</rss>

