<?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: ASA auth-proxy virtual service problem in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/asa-auth-proxy-virtual-service-problem/m-p/1000159#M391100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the configuration the way you have it, you will only require HTTPS to be authenticated. &lt;/P&gt;&lt;P&gt;Please refer to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_70/config/fwaaa.htm#wp1046750" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_70/config/fwaaa.htm#wp1046750&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for details on the various possibilities for that type of configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially, you just need to add ssh to the authentication access-list&lt;/P&gt;&lt;P&gt;so that that type of traffic mandates an active authentication session.&lt;/P&gt;&lt;P&gt;This is assuming that an HTTPS server is listening on the TS server you&lt;/P&gt;&lt;P&gt;have inside. It is mandatory to have at least one of the following&lt;/P&gt;&lt;P&gt;service: telnet, ftp, http, https on that destination server. If you&lt;/P&gt;&lt;P&gt;have an HTTPS service on your TS server, just add the following to your&lt;/P&gt;&lt;P&gt;configuration:&lt;/P&gt;&lt;P&gt;access-list 170 extended permit tcp any any eq ssh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to proceed would be to use a virtual telnet or http server&lt;/P&gt;&lt;P&gt;on the ASA. However, it mandates to use another ip address than is not&lt;/P&gt;&lt;P&gt;in use by the ASA interface or NAT pool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 16:20:44 GMT</pubDate>
    <dc:creator>ebreniz</dc:creator>
    <dc:date>2008-03-27T16:20:44Z</dc:date>
    <item>
      <title>ASA auth-proxy virtual service problem</title>
      <link>https://community.cisco.com/t5/network-access-control/asa-auth-proxy-virtual-service-problem/m-p/1000158#M391071</link>
      <description>&lt;P&gt;Hi, all&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  I have setup a lab for aaa auth-proxy, ASA5510 version is 7.0, ACS 4.0; There are two problems as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1, after successful authentication by https via ASA's virtual services, the prompt page flash quickly, which even we didn't have time to see. The ASA5510's configuration is as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     auth-prompt prompt -- Welcome to ABC company -- &lt;/P&gt;&lt;P&gt;     auth-prompt accept -- thanks, you can go ahead -- &lt;/P&gt;&lt;P&gt;     auth-prompt reject -- You are failed to be authenticated --  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     It seems there are no command to specify auth-prompt page's existing time at ASA5510.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Does anyone know whether it can be specified so that we can see the success page so that we know we succeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2, When http traffic were authenticated, ASA can challenge the prompt window, and I finished the authentication succesfully. But when I click another hyperlink which is http 8000 port, the ASA reply " Error: Must authenticate before using this service"&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     I want to know it is for 8000 port, or for http cache reauthentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:44:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/asa-auth-proxy-virtual-service-problem/m-p/1000158#M391071</guid>
      <dc:creator>hetao1601</dc:creator>
      <dc:date>2019-03-10T22:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA auth-proxy virtual service problem</title>
      <link>https://community.cisco.com/t5/network-access-control/asa-auth-proxy-virtual-service-problem/m-p/1000159#M391100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the configuration the way you have it, you will only require HTTPS to be authenticated. &lt;/P&gt;&lt;P&gt;Please refer to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_70/config/fwaaa.htm#wp1046750" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_70/config/fwaaa.htm#wp1046750&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for details on the various possibilities for that type of configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially, you just need to add ssh to the authentication access-list&lt;/P&gt;&lt;P&gt;so that that type of traffic mandates an active authentication session.&lt;/P&gt;&lt;P&gt;This is assuming that an HTTPS server is listening on the TS server you&lt;/P&gt;&lt;P&gt;have inside. It is mandatory to have at least one of the following&lt;/P&gt;&lt;P&gt;service: telnet, ftp, http, https on that destination server. If you&lt;/P&gt;&lt;P&gt;have an HTTPS service on your TS server, just add the following to your&lt;/P&gt;&lt;P&gt;configuration:&lt;/P&gt;&lt;P&gt;access-list 170 extended permit tcp any any eq ssh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to proceed would be to use a virtual telnet or http server&lt;/P&gt;&lt;P&gt;on the ASA. However, it mandates to use another ip address than is not&lt;/P&gt;&lt;P&gt;in use by the ASA interface or NAT pool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 16:20:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/asa-auth-proxy-virtual-service-problem/m-p/1000159#M391100</guid>
      <dc:creator>ebreniz</dc:creator>
      <dc:date>2008-03-27T16:20:44Z</dc:date>
    </item>
  </channel>
</rss>

