This article provides information on how to configure Windows Server 2003 and a Wireless Juniper device (WLC/MX) to authenticate a MAC user.
How to configure Windows Server 2003 and a Wireless Juniper device (WLC/MX) to authenticate a MAC user.
Windows Server 2003 configuration:
- Make sure that AD (Active Directory Users and Computers) and IAS (Internet Authentication Service) are installed on Windows Server 2003.
- Configure a MAC user in Active Directory.
- Open AD and select the 'create user' icon.
- Enter a First name (i.e. user1)
- In the User logon name, enter the user MAC address into the left window (separated by hyphens i.e 00-00-00-00-46-94) and the domain name in the right window (i.e. @host1.example.com).
- Click Next
- Enter a password (default password on WLC/MX is trapeze)
- Click Next, and then Finish
- Right-click on the new user and select Properties > Dial-in; and then select Allow access:
IAS configuration:
- Start IAS:

- The RADIUS client is the WLC or MX device. Right click Radius Clients and select New RADIUS Client:

- Enter a device name and set the IP address of the access device; and then click Next.
- Select Radius Standard from the Client-Vendor drop-down menu, type the Radius secret (it must be the same password that was configured on the WLC device), and then click Finish
-
Add the remote access policies:
Now, create a remote access policy to authenticate and authorize the users:
- Right-click Remote Access Policies and click New Remote Access Policy
- Click Next and enter a name for the policy. Click Next
- Select Wireless and then click Next
- Grant access for either the required User or Group (i.e. in this example, select Group; the user configured earlier is a member of a domain). Click Next:
- For the Authentication Methods type, select Protected EAP (PEAP) authentication. Click Configure, if you want to select a different certificate or change the EAP type. Click Next and then Finish
- After the remote access policy is created, click it and select Properties, and then click Edit Profile to proceed.

- Click the Authentication tab and select the Unencrypted authentication (PAP, SPAP) check box:

Configuration on the WLC or MX device:
Via the CLI:
For example:
MX# set service-profile router ssid-name USER-MAC
MX# set service-profile router ssid-type clear
MX# set service-profile router wpa-ie auth-dot1x disable
MX# set service-profile router rsn-ie auth-dot1x disable
MX# set service-profile router attr vlan-name vlanname
MX# set radius mac-addr-format hyphens
MX# set radius server radiusserver address 172.31.203.104 deadtime key secret
MX# set server group radiusserver-group members radiusserver
MX# set authentication mac ssid USER-MAC * radiusserver-group
2020-10-10: Archived article.
2020-02-21: minor non-technical edits