<?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: AAA Authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372301#M303734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks lot Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more request,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the four inside interfaces and one DMZ interface. For each inside interface users have to access the Terminal Server authenticate by AAA using different Username and Password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks once again&lt;/P&gt;&lt;P&gt;S.Rajkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 09:25:41 GMT</pubDate>
    <dc:creator>singraj2001</dc:creator>
    <dc:date>2010-04-22T09:25:41Z</dc:date>
    <item>
      <title>AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372299#M303732</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="font-variant: normal !important; color: #000000; "&gt;I Have ASA 5520 In My Network, Here From Inside Users Have To Access The Terminal Server Which Is Located In DMZ. If I Want To Access The Terminal Server From Inside Users It Has To Authenticate By AAA Local Database.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:04:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372299#M303732</guid>
      <dc:creator>singraj2001</dc:creator>
      <dc:date>2019-03-11T00:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372300#M303733</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;I believe you can do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username user password pass&lt;/P&gt;&lt;P&gt;access-list ACL_AAA permit tcp INSIDE_NETWORK mask host DMZ_SERVER eq 3389&lt;/P&gt;&lt;P&gt;aaa authentication match ACL_AAA inside LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way, when the INSIDE_NETWORK requests to the RD server on the DMZ arrives to the inside interface of the ASA, there's an ACL that's going to match that traffic and also match the aaa authentication for the local database on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ASA, the command ''sh uauth'' shows if the users are getting authenticated or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 03:01:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372300#M303733</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-04-16T03:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372301#M303734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks lot Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more request,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the four inside interfaces and one DMZ interface. For each inside interface users have to access the Terminal Server authenticate by AAA using different Username and Password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks once again&lt;/P&gt;&lt;P&gt;S.Rajkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 09:25:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372301#M303734</guid>
      <dc:creator>singraj2001</dc:creator>
      <dc:date>2010-04-22T09:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372302#M303735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a local database of users:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username user1 password pass1&lt;BR /&gt;username user2 password pass2&lt;BR /&gt;username user3 password pass3&lt;BR /&gt;username userx password passx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an object-group that groups the four inside networks and apply the object-group to the ACL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ACL_AAA permit tcp object-group INSIDE_NETWORKS mask host DMZ_SERVER eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify the ACL on the AAA rule:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;aaa authentication match ACL_AAA inside LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 17:19:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372302#M303735</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-04-22T17:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372303#M303736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks federico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 00:39:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372303#M303736</guid>
      <dc:creator>singraj2001</dc:creator>
      <dc:date>2010-04-23T00:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372304#M303737</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;When try to configure below comments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a local database of users:&lt;BR /&gt; &lt;BR /&gt;username user1 password pass1&lt;BR /&gt;username user2 password pass2&lt;BR /&gt;username user3 password pass3&lt;BR /&gt;username userx password passx&lt;BR /&gt; &lt;BR /&gt;Create an object-group that groups the four inside networks and apply the object-group to the ACL:&lt;BR /&gt; &lt;BR /&gt;access-list ACL_AAA permit tcp object-group INSIDE_NETWORKS mask host DMZ_SERVER eq 3389&lt;BR /&gt; &lt;BR /&gt;Specify the ACL on the AAA rule:&lt;/P&gt;&lt;P&gt;aaa authentication match ACL_AAA inside LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the error which I discribed below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA does not support interactive authentication for the rules that are applied to traffic other than FTP, HTTP, HTTPS, Telnet and SSH. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 09:09:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication/m-p/1372304#M303737</guid>
      <dc:creator>singraj2001</dc:creator>
      <dc:date>2010-06-16T09:09:11Z</dc:date>
    </item>
  </channel>
</rss>

