<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;IOS and Active Directory intergration using Radius&#x27; in forum &#x27;Cisco&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/IOS-and-Active-Directory-intergration-using-Radius-23799900</link>
<description></description>
<language>en</language>
<pubDate>Fri, 24 May 2013 07:57:00 EDT</pubDate>
<lastBuildDate>Fri, 24 May 2013 07:57:00 EDT</lastBuildDate>

<item>
<title>Re: IOS and Active Directory intergration using Radius</title>
<link>http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23839461</link>
<description><![CDATA[Gramzster posted : The way we do it is using the NAS-Port-Type<br><br>After doing a few packet captures, we noticed that the Authentication Proxy uses a X.75 as the NAS-Port-Type, and Console Access and VPN use Virtual (VPN) as the NAS-Port-Type.<br><br>We have a policy to check NAS-Port-Type X.75 to authenticate users against the Auth Proxy.<br><br>Next, we have a policy that matches Virtual (VPN) and Async (Modem). This is for connecting to the console / Telnet / SSh. As it's for the Administrators, it also checks against our "Network Admin" group. If it's a match, it returns "shell:priv-lvl=15" to Log the user in as a privilege 15 user.<br><br>The next policy checks for a NAS-Port-Type of Virtual (VPN) and checkes to see if the user as a member of our VPN group. If they are, it authenticates the user, but returns no prvilege level (so users can log in via VPN.... but they don't have any privilege to try to log into the console)<br><br>Of course this also means the administrators have VPN access too.... they just log into the VPN with a privilege level of 15 (but of course that has no meaning when logging into the VPN)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23839461</guid>
<pubDate>Sun, 21 Feb 2010 19:54:48 EDT</pubDate>
</item>

<item>
<title>Re: IOS and Active Directory intergration using Radius</title>
<link>http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23836502</link>
<description><![CDATA[HELLFIRE posted : Mind putting up your whole config please?  Just for future reference?<br><br>Regards]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23836502</guid>
<pubDate>Sun, 21 Feb 2010 01:34:26 EDT</pubDate>
</item>

<item>
<title>Re: IOS and Active Directory intergration using Radius</title>
<link>http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23834302</link>
<description><![CDATA[refused posted : thats good you got it working, but its possible to do it without creating another interface. my suggestion is basically the same idea of what you did, except using a different attribute on the radius server, and without having to create the loopback interface. just a heads up.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23834302</guid>
<pubDate>Sat, 20 Feb 2010 15:28:39 EDT</pubDate>
</item>

<item>
<title>Re: IOS and Active Directory intergration using Radius</title>
<link>http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23833820</link>
<description><![CDATA[addp009 posted : Thanks guys, <br><br>I actually found solution that works.  I created loopback interfaces, then use aaa group server radius groups, set the radius server and a source interface to one of the loopbacks. <br>On the radius server, create clients based on the loopback interface addresses, then create policies matching on Client Friendly Name or Client Address (which are the loopbacks addresses)<br><br><pre class="brush: text">aaa group server radius vpnradius&#012; server-private 10.0.0.2 auth-port 1645 acct-port 1646 key &lt;deleted&gt;&#012; ip radius source-interface Loopback0&#012;!&#012;aaa authentication login vpnclientauth group vpnradius local&#012; &#012;</pre><!--end code block--><br><small>--<br><A HREF="http://external.benlaw.net"> Addp009's Site</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23833820</guid>
<pubDate>Sat, 20 Feb 2010 13:19:45 EDT</pubDate>
</item>

<item>
<title>Re: IOS and Active Directory intergration using Radius</title>
<link>http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23822385</link>
<description><![CDATA[Angralitux posted : you sure can get it to work. You may get some clues on this old thread, I was looking to authenticate users connecting PPTP VPN to a router.<br><br>&raquo;<A HREF="/forum/remark,15335754">[Info] anyone used MS IAS as a RADIUS for cisco devices?</A><br><br>is pretty much useless for what you're looking to, but you may get some ideas.<br><small>--<br>All Is possible...</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23822385</guid>
<pubDate>Thu, 18 Feb 2010 12:37:12 EDT</pubDate>
</item>

<item>
<title>Re: IOS and Active Directory intergration using Radius</title>
<link>http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23804107</link>
<description><![CDATA[refused posted : on the IAS/radius server, for your VPN group, use the "called-station-id" attribute and set its argument to your external IP that your VPN clients connect to. doing that will set that VPN group on your radius server to only authenticate connection requests to that external IP, no other IP's (routers internal interface, other routers, etc). this will eliminate that group from authenticating other connection requests to other interfaces/routers. this is assuming you dont have ssh/telnet or http access to that external interface/IP that your vpn clients connect to.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23804107</guid>
<pubDate>Sun, 14 Feb 2010 22:17:37 EDT</pubDate>
</item>

<item>
<title>Re: IOS and Active Directory intergration using Radius</title>
<link>http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23801765</link>
<description><![CDATA[nosx posted : I have never been able to successfully do that on a router.<br>On the ASAs however, you can use something called DAP (dynamic access policies) to match a group attribute returned by the AAA server. In that case, you would use AD (dont need RADIUS) to match a users global/universal group membership in a domain. So you would just greate a group called something like VPN_USER and join the users to it in AD. Then on the ASA you would match that group attribute and only permit users to login that authenticated and the domain controller replied with them being a member of that group.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-IOS-and-Active-Directory-intergration-using-Radius-23801765</guid>
<pubDate>Sun, 14 Feb 2010 09:11:21 EDT</pubDate>
</item>

<item>
<title>IOS and Active Directory intergration using Radius</title>
<link>http://www.dslreports.com/forum/IOS-and-Active-Directory-intergration-using-Radius-23799900</link>
<description><![CDATA[addp009 posted : I have a router that is providing a few services. I'd like to integrate user authentication into active directory via radius for VPN remotes, authentication proxy and console access.  But I need to be able to set different profiles on MS ISA so it can return the proper attributes for the services and only allow a subset of users to access the different services (ie, a VPN users should not have console access to the router, and etc). <br><br>So far, I haven't been able to find a way to setup the AAA authentication lists to send a unique identifier that I can match and sort into different profiles on MS IAS. <br><br>Any ideas? <br><small>--<br><A HREF="http://external.benlaw.net"> Addp009's Site</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/IOS-and-Active-Directory-intergration-using-Radius-23799900</guid>
<pubDate>Sat, 13 Feb 2010 18:09:25 EDT</pubDate>
</item>

</channel>
</rss>
