Good morning,
I recently configured the following set up:
Windows 2008 NPS server communicating with an active directory environment and the openwrt als Radius client
|
Openwrt (radius client of the NPS server) with MSCHAPV2 PEAP
|
Laptop
Everything worked and the users were able to login with their AD account.
What I am trying to achieve is to change the MSCHAPV2 PEAP with certificates.
So basicly the clients need to be authenticated with their certificates.
I already imported the client certificate on the users laptop ( and also the CA certificate ).
I also already change the NPS server to make sure it authenticates the certificate of the user.
I also changed the clients computer to make sure that it will use the correct certificate and also set it up to not check the server certificate ( this will be implemented later on, I want it to work step by step else I don't know where things are messed up ).
Would anyone please be so kind as to provide me the settings for OPENWRT as I think I messed it up in there.
I got the following settings set in /etc/config/wireless:
option device 'radio 0'
option mode 'ap'
option isolate '0'
option bgscan '0'
option wds '0'
option ssid 'Internal'
option network 'vlan 10' <--- This has been set up correctly and isn't the issue as I can communicate with the server (ping)
option encryption 'wpa2+aes'
option key 'sameasontheradiusserver'
option port '1812'
option server '172.16.10.20'
Do I also need to change other files in order to get certificates working?
Please keep in mind that the basic settings are correct ( as it does work with MSCHAPV2 ).
Any help would be much appreciated.
Ps.: I read something about the eap.conf file. Do I need to update that one aswell?