HOW TO: Configure a Secondary Internet Authentication Service Server on a Domain Controller (317589)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
This article was previously published under Q317589 SUMMARY
This step-by-step article describes how to install and configure a secondary Microsoft Internet Authentication Service (IAS) server in a domain.
IAS performs the function of a Remote Authentication Dial-In User Service (RADIUS) server. You can use IAS for centralized authentication and accounting of multiple Routing and Remote Access Service (RRAS) servers. You can use a secondary IAS server to provide fault-tolerance and load balancing in your domain.
back to the top
Install IAS
To install IAS:
- Click Start, point to Settings, and then click Control Panel.
- Double-click Add/Remove Programs, and then click Add/Remove Windows Components.
- In the Components list, click Networking Services (but do not select or clear its check box), and then click Details.
- Click to select the Internet Authentication Service check box, and then click OK.
- Click Next, and then click Finish.
- In the Add/Remove Programs dialog box, click Close.
- To start IAS, click Start, point to Programs, point to Administrative Tools, and then click Internet Authentication Service.
back to the top
Enable IAS to Authenticate Users in Active Directory
To register the IAS service in Active Directory:
- Start the IAS snap-in. To do this, click Start, point to Programs, point to Administrative Tools, and then click Internet Authentication Service.
- On the Action menu, click Register Service in Active Directory.
- Click OK to confirm the IAS registration in the local domain, and then click OK.
back to the top
Copy Primary IAS Configuration Settings to the Secondary IAS Server
You can copy the configuration settings, including registry settings from another IAS server by using the netsh command. To do this: NOTE: Both IAS servers must be running the same versions of Microsoft Windows 2000.
- Log on to the primary IAS server.
- Click Start, click Run, type cmd in the Open box, and then click OK.
- Type the following command, and then press ENTER
netsh aaaa show config > path\file.txt
where path and file is the complete path and file name in which you want to save the policy settings. For example, type netsh aaaa show config > a:\policy.txt to save the policy settings on drive A with a file name of Policy.txt. - Copy the text file that contains the configuration settings to the secondary IAS server.
- On the secondary IAS server, click Start, click Run, type cmd in the Open box, and then click OK.
- Type the following command, and then press ENTER
where path and file are the path and file name of the configuration settings that you copied from the primary IAS server.
The following message appears:aaaa server configuration successfully set.
- Quit the Internet Authentication Service snap-in, if it is running.
- Start the IAS snap-in. To do this, click Start, point to Programs, point to Administrative Tools, and then click Internet Authentication Service.
- Verify that the configuration settings have been imported. Configuration settings, including IAS server properties, clients, and policies should be listed in the corresponding containers of the Internet Authentication Service (Local) tree.
back to the top
Configure Remote Access Servers to Use the Secondary IAS Server
Configure each Routing and Remote Access Server (RRAS) with two RADIUS servers that correspond to the primary and secondary IAS servers. If one IAS server becomes unavailable, the RRAS server will automatically "fail over" to the other server.
- Log on to the RRAS computer as an administrator.
- Click Start, point to Programs, point to Administrative Tools, and then click Routing and Remote Access.
- Under Routing and Remote Access, right-click the server that you want, and then click Properties.
- Click the Security tab, and then click the Configure button that is next to the Authentication provider list. The primary IAS server should be displayed in the Server list.
- Click Add, type the Fully Qualified Domain Name (FQDN) name of the secondary IAS server in the Server name box, and then click Change.
- In the New secret box, type the "shared secret" password that you configured on the primary IAS server computer.
- Retype this password in the Confirm new secret box, and then click OK.
- Click OK, and then click OK.
- When you receive the notification message that states that you must restart the Routing and Remote Access service, click OK.
- Click the Configure button that is next to the Accounting provider list.
- Click Add, type the FQDN name of the secondary IAS server in the Server name box, and then click Change.
- In the New secret box, type the "shared secret" password that you configured on the primary IAS server computer.
- Retype this password in the Confirm new secret box, and then click OK.
- Click OK, click OK, click OK on the message that states that you must restart the Routing and Remote Access service, and then click OK.
- In the console tree, right-click the RRAS server that you want to restart, point to All Tasks, and then click Stop.
- Right-click the same server, point to All Tasks, and then click Start.
- Quit the Routing and Remote Access snap-in.
back to the top
REFERENCESFor additional information about how to configure a primary IAS server, click the article number below
to view the article in the Microsoft Knowledge Base:
317588 HOW TO: Configure a Primary Internet Authentication Service Server On a Domain Controller
For additional information about IAS, click Help on the Start menu, click the Search tab, type IAS, and then click List Topics.
For more information about IAS, view the following Microsoft Web site:
Additional information about RADIUS is contained in the following Request for Comment documents:
To view these documents, view the following Web sites:
back to the top
Modification Type: | Major | Last Reviewed: | 10/30/2003 |
---|
Keywords: | kbenv kbhowto kbHOWTOmaster kbnetwork KB317589 kbAudITPro |
---|
|