<?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 Windows 2003 IAS -&amp;gt; RADIUS query in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490618#M427975</link>
    <description>&lt;P&gt;I have a Primary Win 2k3 AD &amp;amp; an additional Win 2k3 AD which I'm using as RADIUS server for my PIX-515E VPN clients. In the list of RADIUS Servers in PIX I have already defined both of them, but I find tht if 1 of these Server's r down the AAA request doesnt get forwarded to the other Server &amp;amp; hence my VPN authentication fails. Both the Servers r otherwise functioning perfectly as RADIUS Servers. Can some1 help me out with this. Thnx in advance.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 21:25:02 GMT</pubDate>
    <dc:creator>baudhayan</dc:creator>
    <dc:date>2019-03-10T21:25:02Z</dc:date>
    <item>
      <title>Windows 2003 IAS -&gt; RADIUS query</title>
      <link>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490618#M427975</link>
      <description>&lt;P&gt;I have a Primary Win 2k3 AD &amp;amp; an additional Win 2k3 AD which I'm using as RADIUS server for my PIX-515E VPN clients. In the list of RADIUS Servers in PIX I have already defined both of them, but I find tht if 1 of these Server's r down the AAA request doesnt get forwarded to the other Server &amp;amp; hence my VPN authentication fails. Both the Servers r otherwise functioning perfectly as RADIUS Servers. Can some1 help me out with this. Thnx in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:25:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490618#M427975</guid>
      <dc:creator>baudhayan</dc:creator>
      <dc:date>2019-03-10T21:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Windows 2003 IAS -&gt; RADIUS query</title>
      <link>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490619#M427976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the part of your config that has to do with the radius server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2005 22:11:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490619#M427976</guid>
      <dc:creator>Patrick Laidlaw</dc:creator>
      <dc:date>2005-12-31T22:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Windows 2003 IAS -&gt; RADIUS query</title>
      <link>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490620#M427977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS (inside) host AMDomainController2 &lt;SHARED-SECRET&gt; timeout 5&lt;/SHARED-SECRET&gt;&lt;/P&gt;&lt;P&gt;aaa-server RADIUS (inside) host AMDomainController1 &lt;SHARED-SECRET&gt; timeout 5&lt;/SHARED-SECRET&gt;&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;crypto map outside_map client authentication RADIUS LOCAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jan 2006 07:28:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490620#M427977</guid>
      <dc:creator>baudhayan</dc:creator>
      <dc:date>2006-01-01T07:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Windows 2003 IAS -&gt; RADIUS query</title>
      <link>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490621#M427978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the Windows Event Viewer (System) for the IAS entries for the failed VPN attempts?  Why do you have LOCAL defined as an authentication group?  If one Radius server fails, is the PIX trying to LOCAL-ly authenticate the users?  Take out the LOCAL  at the end of your crypto map statement and see what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 04:05:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490621#M427978</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2006-01-06T04:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Windows 2003 IAS -&gt; RADIUS query</title>
      <link>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490622#M427979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot check the Event Viewer for IAS failed attempts, as a failed attempt only happens if the Server is down. Anyways I'll try 2 remove d LOCAL option &amp;amp; c if it works. Thnx 4 ur suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 13:12:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490622#M427979</guid>
      <dc:creator>baudhayan</dc:creator>
      <dc:date>2006-01-06T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Windows 2003 IAS -&gt; RADIUS query</title>
      <link>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490623#M427980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But you have two Windows servers acting as radius servers. Check the event viewer on the one that doesN'T go down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 13:31:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490623#M427980</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2006-01-06T13:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Windows 2003 IAS -&gt; RADIUS query</title>
      <link>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490624#M427981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ichked d logs but no AAA requests were rcvd if 1 was down. Anyways removing that LOCAL option solves the problem. Thnx 1ce again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 14:05:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/windows-2003-ias-gt-radius-query/m-p/490624#M427981</guid>
      <dc:creator>baudhayan</dc:creator>
      <dc:date>2006-01-06T14:05:00Z</dc:date>
    </item>
  </channel>
</rss>

