 |
|
 |
 |
As stated in the previous section, to keep the unauthorized and authorized traffic separate and secure, you will divide them into two separate VLANs. The first VLAN, ID=2, will be used to hold the unauthorized traffic. The second VLAN, ID=3, will be used to hold the authorized traffic.
4.1 Configure the VLANs
In order to support the authorized and unauthorized VLANs on the HP ProCurve Switch 5400zl, you need to create the VLANs and assign the uplink ports to the designated VLANs. Connect to the 5400zl switch and enter the following commands:

» Return to top
4.2 Configure access to the RADIUS server
Now that you have created the VLANs, you need to tell the HP ProCurve Switch 5400zl how to authorize clients and how to handle client traffic. Connect to the 5400zl switch and enter the following commands to tell the switch to access a RADIUS server:

 » Return to top
4.3 Configure the ProCurve switch for MAC authentication
After the 5400zl switch knows the address of the RADIUS server, you next restrict the security on the switch and enable MAC authentication. Restricting the access to the switch and specifying secure communication to it is necessary to create a secure environment.
The following steps create local usernames, set up SSL communications, and set the MAC authentication parameters to the switch:

 » Return to top
|
 |
 |
|
 |
 |
With the switch configured, the next step is to configure the Windows 2003 IAS RADIUS server.
5.1 Configure the policy
You first need to define a policy to allow MAC authentication to work. To configure the policy:
- In IAS, right click “Remote Access Policies” and choose “New Remote Access Policy”. You see the New Remote Access Policy Wizard pop up.

- In the New Remote Access Policy Wizard, click Next. You see the Policy Configuration Method window:

- In the Policy Configuration Method window, select Use the wizard and provide a policy name (for example, Wired MD5 Authentication). Then click Next.
- Select Ethernet and click Next. You see a window to choose user or group access.

- Select Group and click the Add button. You see the Select Groups window:

- In the Enter the object names to select text box enter Authorized Users and click the Check Names button. The group name will be validated and should show as underlined.
- When the group name has been validated, click the OK button.
- Select Next.
- Verify MD5−Challenge is selected in the Type drop down box and press Next. You see the window for Completing the New Remote Access Policy Wizard.
- Select Finish.
- In the Internet Authentication Service window, right-click on Internet Authentication Service (local) and select Register Service in Active Directory.

- Select OK at Register dialog box and on following boxes.
- Right-click on the policy you just created, Wired MD5 Authentication, and select Properties.
- Click the Edit Profile button, and select the Authentication tab. You see the screen with choices for authentication:

- In the Authentication tab, select the MS−CHAP v2, MS−CHAP, and CHAP check boxes to turn on these authentication methods, and click OK.
- Select No to the Help Topic warning box.
- Select OK at the Authentication Properties screen.
» Return to top
5.2 Configure IAS clients
You now need to configure the IAS server to recognize the RADIUS client and users making the requests. This means that you need to identify the ProCurve Switch 5400zl as a RADIUS client. To do this in a Windows 2003 environment, you add the switch to the IAS client table, as follows:
- To load the IAS management console on the IAS server, go to Start > Programs > Administrative Tools >
Internet Authentication Service. You see the Welcome page:

- Right−click on RADIUS Clients and select New Client. You see the Add Client window:

- In the Add Client window, enter a name for the HP ProCurve 5400zl (for example, 5400Static) in the Friendly name text box and click Next. You see the Add RADIUS Client window:

- In the Add RADIUS Client window:
- Enter the IP Address or DNS Name of the HP ProCurve Switch 5400zl (for example, 10.24.3.80).
- Select RADIUS Standard as the Client−Vendor.
- Enter a secret (for example, hpsecret) in the Shared secret field.
- And make sure the check box next to Client must always send the signature attribute in the request is not selected.
- Then click Finish to complete adding the RADIUS client.
 » Return to top
 |
 |
 |
|
 |
 |
Since the only authorization performed with MAC−Auth is verification of the MAC address, you need to define the user machine's MAC address in the user database. With IAS, the user database is Windows Active Directory. This presents a security issue, since the MAC address is listed as a user with the password matching the username.
To help prevent unwanted access by a machine spoofing a MAC address, you need to remove the user record from the Domain Users group and add it to a restricted group that has access only to needed resources.
In addition to adding the MAC address as the username and password, you will need to adjust the password policy requirements for the domain. When Windows 20003 Enterprise Server Active Directory is installed, it has a set of policies for user passwords, and one of these can be that the password must meet complexity requirements. Unfortunately, with MAC authentication you need to turn off complexity requirements for passwords. This reduces the security of your passwords by disabling any password restrictions other than password length, password history, and password age.
The following steps explain how to add a new MAC-authenticated user, configure passwords, and add the user to a restricted group.
» Return to top
6.1 Modify the password policy
To allow MAC authentication you need to first modify the password policy in Active Directory:
- Open the Users and Computers Manager (Start | Administrative Tools | Active Directory Users and
Computers).
- Right−click on your domain and select Properties.
- Select the Group Policy tab and press the Edit button.
- Under the Computer Configuration tree, open the Windows Settings folder.
- Open the Security Settings tree.
- Open the Account Policies tree.
- Click on Password Policy. You see the Group Policy Object Editor.
- Right−click on Password must meet complexity requirements in the Policy pane and select Properties.
- Select the Disabled radio button and click the OK button.
- Press Alt−F4 to close the Group Policy Object Editor.
- At the domain Properties window, select the OK button.
- Reset the phone. When it reboots you see a display indicating 802.1X authentication:
» Return to top
6.2 Manually update Group Policy
Now you force Windows Active Directory to update Group Policy.
- Open a command prompt window (Start | Run, type cmd and press OK).
- At the command prompt type gpupdate and hit Return.
- At the command prompt type exit and hit Return to close the command window.
» Return to top
6.3 Add the new MAC user
Now you can add the new MAC user to Windows Active Directory:
- Under the domain, Select the Users organizational unit.
- In the toolbar, click on the New User icon to create a new user. You see the first page of the New Object - User wizard.

- In the New Object - User first page:
- Enter the machine name (for example, authpc) in the First Name field.
- Enter the machine’s MAC address in the User logon name field.
Then click the Next button. You see the second page of the New Object - User wizard.
- In the second page:
- Deselect the User must change password at next logon check box.
- Check the Password never expires check box.
- Enter the MAC Address of the client (for example, 000bcd1cfe32) in the Password and Confirm password text boxes.
Then click the Next button.
- Click the Finish button.
» Return to top
6.4 Create a new group for the user
Next, you create a new restricted group:
- Click on the New Group icon in the toolbar to create a new group.
- Enter Restricted Users in the Group name field. In addition:
- Make sure Global is chosen for the Group scope.
- Make sure Security is chosen for the Group type.
Then click the OK button.
- Double-click on the user you just created (authpc) to see the Properties tabs for this user, and select the Member Of tab.

- Select the Add button.
- In the Enter the object names to select, type Authorized Users and press the Check Names button.
- Select the OK button.
- Click once on the Authorized Users group and select the Set Primary Group button.
- Highlight Domain Users in the Member of list and select the Remove button. This step removes the user from the Domain Users group.
- Select Yes to the Remove user from group message box.
- Select the Account tab, and select the Store password using reversible encryption check box in the Account options scroll box.
- Select the Dial−In tab, and select the Allow access radio button in the Remote Access Permission (Dial−in or VPN) group box.
- Select the OK button to save your changes.
Remember to add the Authorized Users group to all resources you want this machine to have access to.
» Return to top
|
 |
|