Specifications
HWC_GSG_ConfiguringExternalServers.fm
Configuring DHCP, DNS and IAS services
IAS service configuration
120385-00 Rev 01, March 2007
Summit WM, Getting Started Guide 67
6.2 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 Switch as IAS client
• Step 5– Configuring Remote Access Policies
subnet 172.29.31.0 netmask 255.255.255.224
option routers 172.29.31.1; #### This is the WM-AD 1 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.31.2 172.29.31.30;
default-lease-time 36000;
max-lease-time 7200000;###The figures are in seconds.
authoritative;
}
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;
}