<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Configuration example</title><link>https://sourceforge.net/p/nps-mab-plugin/wiki/Configuration%2520example/</link><description>Recent changes to Configuration example</description><atom:link href="https://sourceforge.net/p/nps-mab-plugin/wiki/Configuration%20example/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 24 Jan 2019 12:17:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nps-mab-plugin/wiki/Configuration%20example/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Configuration example page</title><link>https://sourceforge.net/p/nps-mab-plugin/wiki/Configuration%2520example/?limit=25#15c7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you for sharing this plugin.&lt;br/&gt;
It would be better if the image link could be fixed, although it does not affect reading.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yanqian</dc:creator><pubDate>Thu, 24 Jan 2019 12:17:38 -0000</pubDate><guid>https://sourceforge.netd4c6eb6ade3ff8cd88ac895966716563992dd3a6</guid></item><item><title>Configuration example modified by Mikhail Monko</title><link>https://sourceforge.net/p/nps-mab-plugin/wiki/Configuration%2520example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,7 +3,8 @@
 &lt;p&gt;You can create a new rule using NPS regex to match requests where there is a mac-address in the username. It looks like following:&lt;/p&gt;
 &lt;p&gt;&lt;strong&gt;^(([0-9]|[a-f]|[A-F]){12})$&lt;/strong&gt;&lt;/p&gt;
 &lt;p&gt;Below is a screenshot of such a policy. It's recommended to put it at the bottom of your policy list.&lt;/p&gt;
-&lt;p&gt; &lt;img alt="" height="356" src="../images/conn.png" width="475"/&gt;&lt;/p&gt;
+&lt;p&gt; &lt;img alt="" height="356" rel="nofollow" src="http://infosys-solutions.com/images/conn.png" width="475"/&gt;&lt;/p&gt;
+&lt;p&gt;If you work only with Cisco equipment you can replace regex with following condition: Service Type = Call-Check.&lt;/p&gt;
 &lt;p&gt;You can also add one more condition - NAS Port type =  Ethernet.&lt;/p&gt;
 &lt;p&gt;It's not needed to update your Network Policies because authorization will be done by the MAB plugin.&lt;/p&gt;
 &lt;p&gt; &lt;/p&gt;
@@ -17,12 +18,12 @@
 &lt;p&gt; &lt;/p&gt;
 &lt;h3&gt;Step 3 - MAB plugin installation and configuration&lt;/h3&gt;
 &lt;p&gt;Final step is installing the plugin on the NPS server and filling in mac-address database.&lt;/p&gt;
-&lt;p&gt;Please note that before installing the plugin you have to install Microsoft .Net framework 4.5.2 x64 and Microsoft Visual C++ Redistributable 2015 x64. Send a request to &lt;a href="mailto:customers@infosys-solutions.com"&gt;customers@infosys-solutions.com&lt;/a&gt; in order to get a setup package for an extended version or download a free version from &lt;a href="http://www.infosys-solutions.com/NPS.MAB/downloads/stand-alone/NPS.MAB.stand-alone.x64.zip" rel="nofollow"&gt;here&lt;/a&gt;.&lt;/p&gt;
-&lt;p&gt;One the packages and the plugin are installed open the editor.&lt;/p&gt;
+&lt;p&gt;Please note that before installing the plugin you have to install Microsoft .Net framework 4.5.2 x64 and Microsoft Visual C++ Redistributable 2015 x64. They are included in the installation package.&lt;/p&gt;
+&lt;p&gt;Once the packages and the plugin are installed open the editor.&lt;/p&gt;
 &lt;p&gt;First of all you should add/update your authorization profiles that can be found in Settings menu.&lt;/p&gt;
-&lt;p&gt;&lt;img alt="" height="222" src="../images/settings.png" width="358"/&gt;&lt;/p&gt;
+&lt;p&gt;&lt;img alt="" height="222" rel="nofollow" src="http://infosys-solutions.com/images/settings.png" width="358"/&gt;&lt;/p&gt;
 &lt;p&gt;There are 3 types of authorization profiles: permit access only, permit access and put device to a voice vlan (for ip phones), permit access and put device to a specified data vlan.&lt;/p&gt;
 &lt;p&gt;When necessary profiles are configured go back to the main window and add mac-addresses of your devices that are going to be authenticated with help of MAB.&lt;/p&gt;
-&lt;p&gt;&lt;img alt="" height="291" src="../images/macs2.png" width="388"/&gt;&lt;/p&gt;
+&lt;p&gt;&lt;img alt="" height="291" rel="nofollow" src="http://infosys-solutions.com/images/macs2.png" width="388"/&gt;&lt;/p&gt;
 &lt;p&gt;When done press Save config button. As the plugin hasn't been running yet you have to restart NPS service to load it.&lt;/p&gt;
 &lt;p&gt;Refer to Windows Application Event log to see if plugin's initialization was successful. You can enable debugging to a text file if you experience problems (go to Settings menu of the editor and press Enable Debug button). It will take effect after NPS restart or within 30 minutes after auto-reload of the plugin.&lt;/p&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikhail Monko</dc:creator><pubDate>Sat, 11 Jun 2016 08:30:25 -0000</pubDate><guid>https://sourceforge.neta00455e5b8640d5a4bd9b77fd6c4b1903fdefc44</guid></item><item><title>Configuration example modified by Mikhail Monko</title><link>https://sourceforge.net/p/nps-mab-plugin/wiki/Configuration%2520example/</link><description>&lt;div class="markdown_content"&gt;&lt;h3&gt;Step 1 - NPS policy update&lt;/h3&gt;

&lt;p&gt;First of all you have to adapt your NPS Connection Request Policy if existing policy doesn't match mac-address authentication requests.&lt;/p&gt;

&lt;p&gt;You can create a new rule using NPS regex to match requests where there is a mac-address in the username. It looks like following:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;^(([0-9]|[a-f]|[A-F]){12})$&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Below is a screenshot of such a policy. It's recommended to put it at the bottom of your policy list.&lt;/p&gt;

&lt;p&gt; &lt;img alt="" height="356" src="../images/conn.png" width="475"/&gt;&lt;/p&gt;

&lt;p&gt;You can also add one more condition - NAS Port type =  Ethernet.&lt;/p&gt;

&lt;p&gt;It's not needed to update your Network Policies because authorization will be done by the MAB plugin.&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;h3&gt;Step 2 - Cisco switch configuration&lt;/h3&gt;

&lt;p&gt;Next step is configuring your network devices for MAB. It's assumed that you work with Cisco Catalyst switches. If you are using 802.1x already you need to add just one command on all access-ports: mab&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;Full configuration is present below:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;aaa new-model&lt;/em&gt;&lt;br/&gt;&lt;em&gt;aaa authentication dot1x default group radius&lt;/em&gt;&lt;br/&gt;&lt;em&gt;aaa authorization network default group radius&lt;/em&gt;&lt;br/&gt;&lt;em&gt;dot1x system-auth-control&lt;/em&gt;&lt;br/&gt;&lt;em&gt;radius-server host &amp;lt;IP&amp;gt; key &amp;lt;key&amp;gt; &lt;/em&gt;&lt;span style="text-decoration: underline;"&gt;(you can use server group in the new software versions)&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;em&gt;interface range &amp;lt;your access ports&amp;gt;&lt;/em&gt;&lt;br/&gt;&lt;em&gt;switchport mode access&lt;/em&gt;&lt;br/&gt;&lt;em&gt;switchport voice vlan &amp;lt;id&amp;gt; &lt;/em&gt;&lt;span style="text-decoration: underline;"&gt;(if present)&lt;/span&gt;&lt;br/&gt;&lt;em&gt;authentication port-control auto&lt;/em&gt;&lt;br/&gt;&lt;em&gt;authentication host-mode multi-domain&lt;/em&gt;&lt;br/&gt;&lt;em&gt;dot1x pae authenticator&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;You can tune dot1x timers if necessary.&lt;/p&gt;

&lt;p&gt;By default, switches try to authenticate device with dot1x but if there is no reply they start MAB after a timeout.&lt;/p&gt;

&lt;p&gt;Enable "debug radius" to check what info is sent to NPS in requests and what is received in replies.&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;h3&gt;Step 3 - MAB plugin installation and configuration&lt;/h3&gt;

&lt;p&gt;Final step is installing the plugin on the NPS server and filling in mac-address database.&lt;/p&gt;

&lt;p&gt;Please note that before installing the plugin you have to install Microsoft .Net framework 4.5.2 x64 and Microsoft Visual C++ Redistributable 2015 x64. Send a request to &lt;a href="mailto:customers@infosys-solutions.com"&gt;customers@infosys-solutions.com&lt;/a&gt; in order to get a setup package for an extended version or download a free version from &lt;a href="http://www.infosys-solutions.com/NPS.MAB/downloads/stand-alone/NPS.MAB.stand-alone.x64.zip" rel="nofollow"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;One the packages and the plugin are installed open the editor.&lt;/p&gt;

&lt;p&gt;First of all you should add/update your authorization profiles that can be found in Settings menu.&lt;/p&gt;

&lt;p&gt;&lt;img alt="" height="222" src="../images/settings.png" width="358"/&gt;&lt;/p&gt;

&lt;p&gt;There are 3 types of authorization profiles: permit access only, permit access and put device to a voice vlan (for ip phones), permit access and put device to a specified data vlan.&lt;/p&gt;

&lt;p&gt;When necessary profiles are configured go back to the main window and add mac-addresses of your devices that are going to be authenticated with help of MAB.&lt;/p&gt;

&lt;p&gt;&lt;img alt="" height="291" src="../images/macs2.png" width="388"/&gt;&lt;/p&gt;

&lt;p&gt;When done press Save config button. As the plugin hasn't been running yet you have to restart NPS service to load it.&lt;/p&gt;

&lt;p&gt;Refer to Windows Application Event log to see if plugin's initialization was successful. You can enable debugging to a text file if you experience problems (go to Settings menu of the editor and press Enable Debug button). It will take effect after NPS restart or within 30 minutes after auto-reload of the plugin.&lt;/p&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikhail Monko</dc:creator><pubDate>Sat, 11 Jun 2016 08:23:53 -0000</pubDate><guid>https://sourceforge.net10c1cecd48567eb62e3a5871145c13f9ebf10975</guid></item></channel></rss>