Specifications

Configuring DHCP, DNS and IAS services
Summit WM Getting Started Guide, Software Version 5.158
IAS service configuration
Microsoft Internet Authentication Service (IAS) can run as a Remote Authentication Dial-in User Service
(RADIUS) server. You can use IAS for centralized authentication and accounting of multiple client
devices.
IAS configuration involves the following steps:
Step 1 – Installing IAS on Windows 2003 Server
Step 2 – Enabling IAS to authenticate users in active directory
Step 3 – Configuring IAS properties
Step 4 – Configuring Summit WM Controller as IAS client
Step 5– Configuring Remote Access Policies
Installing IAS on Windows 2003 Server
You must install IAS on Windows 2003 Server according to the documentation provided with the server.
You may also visit
http://support.microsoft.com to learn how to install IAS on Windows 2003.
Enabling IAS to authenticate users in active directory
To enable IAS to authenticate users in active directory:
1 Click Start, point to Programs, point to Administrative Tools, and then click Internet
Authentication Service.
2 In the Action menu, click Register Service in Active Directory.
3 To confirm the IAS registration in the local domain, click OK.
subnet 172.29.2.0 netmask 255.255.255.224
option routers 172.29.2.1; #### This is the WM-AD 2 gateway.
option subnet-mask 255. 255. 255.0
option domain-name toronto.xyznetworks.com”;
option domain-name-servers 192.1.1.3;
range 172.29.2.2 172.29.2.30;
default-lease-time 36000;
max-lease-time 7200000;###The figures are in seconds.
authoritative;
}