<?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 ASA Cut Through (Authentication) Proxy for a Single ACL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420104#M307741</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;Have not had to deal with this that many times myself but I would guess that you can only include this certain traffic for the AAA and exclude all other traffic so that it is not affected by the feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will have to see if I have the time to test this at home.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 14:51:38 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-12-04T14:51:38Z</dc:date>
    <item>
      <title>ASA Cut Through (Authentication) Proxy for a Single ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420103#M307739</link>
      <description>&lt;P&gt;I have a customer that wants to authenticate users at the ASA before being allowed access from the outside into a payroll server on the DMZ.&amp;nbsp; I am aware of the cut through proxy feature, but doesn't that affect all traffic entering the DMZ?&amp;nbsp; Is there a way to only authenticate users accessing one server?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:12:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420103#M307739</guid>
      <dc:creator>Michael Lyons</dc:creator>
      <dc:date>2019-03-12T03:12:41Z</dc:date>
    </item>
    <item>
      <title>ASA Cut Through (Authentication) Proxy for a Single ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420104#M307741</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;Have not had to deal with this that many times myself but I would guess that you can only include this certain traffic for the AAA and exclude all other traffic so that it is not affected by the feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will have to see if I have the time to test this at home.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 14:51:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420104#M307741</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-12-04T14:51:38Z</dc:date>
    </item>
    <item>
      <title>ASA Cut Through (Authentication) Proxy for a Single ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420105#M307745</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;Seems to me the easiest way to do this is you are connecting to the destination server with either Browser or CLI based connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if its a browser based connection then you could configure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;username &lt;USERNAME&gt; password &lt;PASSWORD&gt; privilege &lt;PRIVILEGE level=""&gt;&lt;/PRIVILEGE&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list PROXY-AUTH extended permit tcp any host &lt;DESTINATION host=""&gt; eq http&lt;/DESTINATION&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list PROXY-AUTH extended permit tcp any host &lt;DESTINATION host=""&gt; eq https&lt;/DESTINATION&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list PROXY-AUTH extended deny ip any any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authentication match PROXY-AUTH LAN LOCAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you even need the "deny" statement since there is an implicit deny at the end of each ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &lt;STRONG&gt;"LAN"&lt;/STRONG&gt; is my interface &lt;STRONG&gt;"nameif" &lt;/STRONG&gt;connect to my LAN network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my understanding if you are using some application for this connection that doesnt apply in this situation then you would have to configure this in another way and the user would have to first connect manually to the ASA for authentication and would then be allowed to connect to the resource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this document for some help&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/products/ps6120/products_tech_note09186a0080ba6110.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a0080ba6110.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 16:50:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420105#M307745</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-12-04T16:50:02Z</dc:date>
    </item>
    <item>
      <title>ASA Cut Through (Authentication) Proxy for a Single ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420106#M307751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your response.&amp;nbsp; That certainly points me in the right direction.&amp;nbsp; I just got dragged into the emergency of the day (nature of our business I suppose), but I'll try this out and let you know how it works out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 18:23:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420106#M307751</guid>
      <dc:creator>Michael Lyons</dc:creator>
      <dc:date>2013-12-04T18:23:40Z</dc:date>
    </item>
    <item>
      <title>ASA Cut Through (Authentication) Proxy for a Single ACL</title>
      <link>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420107#M307754</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;Just to add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the connection will be done to HTTP, HTTPS,Telnet or FTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you will need to configure virtual-telnet virtual HTTP or HTTP redirect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can provide help if any of those is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just let us know and remember to rate all of the helpful posts &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 19:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cut-through-authentication-proxy-for-a-single-acl/m-p/2420107#M307754</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-04T19:55:42Z</dc:date>
    </item>
  </channel>
</rss>

