- 12 Jul 2022
- 1 Minute to read
- Contributors
- Print
- DarkLight
RADIUS Configuration for VPN MFA
- Updated on 12 Jul 2022
- 1 Minute to read
- Contributors
- Print
- DarkLight
RADIUS Settings
If desired, specific registry settings can be configured for different connection policies within NPS. Simply create a new registry key underneath the Radius key and name it the same as the Connection Policy in NPS to which these settings should apply.
Server RADIUS Feature
RADIUS / Network Policy Overview
Check that the NPS is on.
Configure the RADIUS Client.
Configure the Connection Request Policy.
Configure the Network Policy.
Enable RADIUS.bat.
(Powershell)
cd "C:\Program Files\2FA\ONE Server\tools"
.\Enable_2FA_RADIUS.bat
{height="" width="750px"}
net stop IAS & sc start IAS
By default, the NPS server does not have logging enabled. You will have to enable this logging either through the Network Policy Server GUI or through the CLI with the following command:
Run as Administrator:
auditpol /set /subcategory:"Network Policy Server" /success:enable /failure:enable
- Cycle NPS Server.
net stop IAS & sc start IAS
Network Policy Server