Hi All,
I’m new to DUO, trying to set up DUO as MFA for our WIFI.
Background: Guest wifi and WPA-Enterprise ( Staff wifi) with our NPS Server.
Only 1 server running AD, DNS, and NPS.
Tried the guide: https://help.duo.com/s/article/4785?language=en_US
config as below
[ad_client]
host=10.10.10.12
service_account_username=administrator
service_account_password=password
search_dn=DC=awh,DC=local
[radius_client]
host=10.10.10.12
secret=password
pass_through_all=true
port=1812
[radius_server_auto]
ikey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
api_host=■■■■■■■■■■■■■■■■■■■■■■■■■■■■
radius_ip_1=10.10.10.12
radius_secret_1=password
failmode=safe
client=radius_client
port=1812
I’m puzzling over the radius client IP address. Is it referring to my NPS or authentication proxy?
It’s installed on the same server.
Come back with a warning after hitting validation.
[warn] We cannot confirm that the Auth Proxy was able to establish a RADIUS connection to 10.10.10.12:1812. In the case of an actual failure, this may be due to a misconfigured secret or network issues. This may also happen if the upstream RADIUS Server does not support the Status-Server message
Need help…