AP-VPN Deployment
20.2 Configuring AP and Controller for AP-VPN Operations
SCALANCE W1750D UI
Configuration Manual, 02/2018, C79000-G8976-C451-02
337
If you are using the Windows 2003 server, perform the following steps to configure the
external whitelist database on it. There are equivalent steps available for the Windows
Server 2008 and other RADIUS servers.
1. Add the MAC addresses of all the APs in the Active Directory of the RADIUS server:
–
Open the
Active Directory and Computers
window, add a new user and specify the
MAC address (without the colon delimiter) of the AP for the username and password,
respectively.
– Right-click the user that you have just created and click
.
– On the
tab, select
in the
section and
click
.
– Repeat Step a through Step c for all APs.
– Define the remote access policy in the Internet Authentication Service:
–
In the
Internet Authentication Service
window, select
.
– Launch the wizard to configure a new remote access policy.
2. Define filters and select
grant remote access permission
in the
window.
– Right-click the policy that you have just created and select
.
– In the
tab, select the policy condition, and click
.
– In the
tab, select
, and click
to add new vendor-specific
attributes.
– Add new vendor-specific attributes and click
.
– In the
tab, provide the IP address of the AP and click
.
VPN Local Pool Configuration
The VPN local pool is used to assign an IP address to the AP after successful XAUTH VPN.
(scalance) # ip local pool "rapngpool" <startip> <endip>
Role Assignment for the Authenticated APs
Define a role that includes an Source-NAT rule to allow connections to the RADIUS server
and for the Dynamic RADIUS Proxy in the AP to work. This role is assigned to APs after
successful authentication.
(scalance) (config) #ip access-list session iaprole
(scalance) (config-sess-iaprole)#any host <radius-server-ip> any src-nat (scalance)
(config-sess-iaprole)#any any any permit
(scalance) (config-sess-iaprole)#! (scalance) (config) #user-role iaprole
(scalance) (config-role) #session-acl iaprole
VPN Profile Configuration
The VPN profile configuration defines the server used to authenticate the AP (internal or an
external server) and the role assigned to the AP after successful authentication.
(scalance) (config) #aaa authentication vpn default-iap
(scalance) (VPN Authentication Profile "default-iap") #server-group default
(scalance) (VPN Authentication Profile "default-iap") #default-role iaprole