czwartek, 7 marca 2013

Mikrotik with Active Directory


AAA with Active Directory

Also refer to this forum post:
How to setup Hotspot AAA Microsoft IAS RADIUS for use with MikroTik – By Rodney Yeo: [1]

Example One

MT setup
 /ip radius add
   service=ppp,wireless
   address=
   secret=
   authentication_port=1812
   accounting_port=1813
 /ip ppp AAA
   use_radius=yes
   accounting=yes
 /ip ppp pptp-server
   enabled=yes
   authentication=mschap1,mschap2
Windows Setup
 Start->Control Panel-Administrative Tools->Internet Authentication Service
 Right-click on RADIUS Clients->New
 Friendly Name: MikroTik
 Address: 
 Client-Vendor: RADIUS Standard
 Shared secret: 

Example Two

Part A - Setup IAS RADIUS on Active Directory Services
Setup IAS on a server acting as Active Directory Services Domain Controller and register it’s services. IAS-Setup1.JPG
Give a meaningful description and enable logging for authentication status. IAS-Setup2.JPG
User respective 1812 for Authentication and 1813 for Accounting port only. IAS-Setup3.JPG
Create a Realms profile, find “User-Name” replace it with “DOMAIN\User-Name” variables into IAS. IAS-Setup4.JPG
Create a “hotspot.com” client profile and set IP address pointing to MikroTik hotspot server 172.19.1.253. Set Client Vendor to RADIUS Standard and enter a unique password for IAS. Do not enable Attributes Signature check box. IAS-Setup5.JPG
Enable Remote Access Logging check box for all properties. IAS-Setup6.JPG
Select IAS Format and set Log Time Period to Daily. IAS-Setup7.JPG
Create Remote Access Policies profile to “hotspot.com”. Add “Windows-Groups” matches “DOMAIN\Username” profile. Enable Grant remote access permission. IAS-Setup8.JPG
At Authentication tab Enable check box for “MS-CHAP v2, MS-CHAP, CHAP and PAP” method. Note HotSpot only uses PAP method. IAS-Setup9.JPG
At Encryption tab Enable all the check box allowed by this profile. IAS-Setup10.JPG
At Advance tab do not add any additional connection attributes. IAS-Setup11.JPG

Part B - Setup IAS RADIUS with MikroTik
Add a RADIUS server profile and enable service for “hotspot”. Enter IP Address of IAS RADIUS server. Enter the same password created earlier for RADIUS secret. Use port 1812 for Authentication and 1813 for Accounting with Timeout at 300ms. IAS-MT-Config1.JPG
At “Hotspot Server Profiles” Login By check “HTTP PAP” only. IAS-MT-Config2.JPG
At “Hotspot Server Profiles” check Use RADIUS and Accounting. NAS Port Type leave it as (19 wireless-802.11) or change to 15 (Ethernet) mode. IAS-MT-Config3.JPG

Part C – Testing IAS RADIUS with PC
  1. Use NTRadPing Test Utility to verify the communication link with a test PC. http://www.dialways.com/download/
  2. Remember to add in the test PC IP Address intended for testing into the IAS Client Profile before initiating test.
  3. Enter the IAS RADIUS server IP Address and port “1812” for Request Type “Authentication Request” mode followed by the RADIUS Secret Key. IAS-Test1.JPG
  4. Also enter the User-Name found in the Active Directory Service User Domain Lists. If successful response reply will be “Access-Accepted”.
  5. Next change port to “1813” for Request Type “Accounting Start” click send and reply should be “Accounting-Response” if the RADIUS server is working. IAS-Test2.JPG
Part D – Activating Domain Users for IAS RADIUS
Check for respective User properties if they are member of “RAS and IAS Server” groups, if not add them as group members. AD-User IAS1.JPG
Next check the Dial-in tab and enable Allow access for Remote Access Permission. AD-User IAS2.JPG