Windows Server 2008 as a RADIUS Server for a Cisco ASA 5000 Series
MWahl | February 18, 2011 | 8:08 pm
Gear List
- Windows Server 2008
-
IP: 10.6.231.10
-
Cisco ASA Security Appliance:
- ASA 5510
- IP: 10.6.231.1
Cisco ASA Setup – Using the new Cisco ADSM tool
Create an IP Name object for the target
- Under the Firewall section, expand the Objects link and select the IP Names.
- Click the Add button at the top.
- Enter a descriptive name, the IP address and a description of the server.
- Name: SRV1
- IP: 10.6.231.10
- Description: AD Server
- Click OK and then Apply
Create a new AAA Server Group
- Click the Remote Access VPN section.
- Expand AAA Setup and select AAA Server Groups.
- Click the Add button to the right of the AAA Server Groups section.
- Give the server group a name, like AD server, and make sure the RADIUS protocol is selected.
- Accept the default for the other settings. And click OK
Add the RADIUS server to the Server Group.
- Select the server group created in the step above.
- Click the Add button to the right of Servers in the Select Group.
- Under the Interface Name select the interface on the ASA that will have access to the RADIUS server, most likely inside.
- Under Server Name or IP Address enter the IP Name you created for the RADIUS server above.
- Skip to the Server Secret Key field and create a complex password. Make sure you document this as it is required when configuring the RADIUS server. Re-enter the secret in the Common Password field.
- Leave the rest of the settings at the defaults and click Ok.
Setting Up RADIUS on Windows Server 2008
Add Network Policy Server
- Remote into Windows Server 2008 server and launch Server Manager.
- Click the Roles object and then click the Add Roles link on the right.
- Click Next on the Before You Begin page.
- Select the Network Policy and Access Services role and click Next.
- Under Role Service select only the Network Policy Server service and click Next.
- Click Install.
Setup your server using the Network Policy Server (NPS)
- After launching the NPS tool right-click on the entry NPS(Local) and click the Register Server in Active Directory.
Create a RADIUS client entry for the ASA.
- Expand the RADIUS Clients and Servers folder.
- Right-click on RADIUS Clients and select New RADIUS Client.
- Create a Friendly Name for the ASA device. Maybe LocationName_ASA_FW1.
- Enter the Server Secret Key specified on during the ASA configuration in the Shared secret and Confirm shared secret field.
- Leave the default values for the other settings and click OK.
Create a Connection Request Policy.
- Expand the Policies folder.
- Right-click on the Connection Request Policies and click New.
- Set the Policy Name to something meaningful. I used LocationNameFW because this policy is geared specifically for that RADIUS client. Leave the Type of network access server as Unspecified and click Next.
- Under Conditions click Add. Scroll down and select the Client Friendly Name condition and click Add…
- Specify the friendly name that you used when creating the RADIUS Client above. Click OK and Next.
- On the next two pages leave the default settings and click Next.
- Under the Specify a Realm Name select the Attribute option on the left. From the drop down menu next to Attribute: on the right select User-Name. Click Next again.
- Review the settings on the next page and click Finish.
Create a Network Policy.
- Right-click the Network Policy folder and click New.
- Set the Policy Name to something meaningful. Leave the Type of network access server as Unspecified and click Next.
- Under Conditions click Add.
- Add a User Group condition to limit access to a specific AD security group. You can use a generic group like Domain Users or create a group specifically to restrict access.
- Add a Client Friendly Name condition and again specify the Friendly Name you used for your RADIUS client.
- Click Next. Leave Access granted selected and click Next again.
- On the authentication methods leave the default selection and add Unencrypted authentication (PAP, SPAP).
- Accept the default Constraints and click Next.
- Accept the default Radius Settings and click Next. Review the settings and click Finish.

lopsa




