wpa2 enterprise

hi
i config my rb951-2hnd with following command but when the client want on connect to router the radius server reject
what is my problem ? and how to config mikrotik for setup wpa2 enterprise with user manager

thanks


/interface wireless
set [ find default-name=wlan1 ] disabled=no ht-rxchains=0 ht-txchains=0
l2mtu=2290 mode=ap-bridge tx-power=1 tx-power-mode=all-rates-fixed
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-eap mode=dynamic-keys
supplicant-identity=“”

/tool user-manager customer
set admin password=pass
/ip address
add address=192.168.1.150/24 interface=ether1 network=192.168.1.0
add address=192.168.20.150/24 interface=wlan1 network=192.168.20.0

/radius
add address=192.168.1.150 secret=1 service=ppp,login,wireless,dhcp

/tool user-manager router
add coa-port=1700 customer=admin disabled=no ip-address=192.168.1.150 log=
auth-ok,auth-fail,acct-ok,acct-fail name=router1 shared-secret=1 use-coa=
no
/tool user-manager user
add customer=admin disabled=no name=y password=y shared-users=1
wireless-enc-algo=none wireless-enc-key=“” wireless-psk=“”

your radius server should be logging the issue. Is the radius configured correctly? Shared secret correct? What do the logs show?

hi
thanks for reply

my radius worked correctly because i tested with ppp and it’s ok
i think my wlan configuration is not ok or like some time problem is from router OS but i’m not sure .
what is your idea and do you have a router and test by yourself ?

best regards

nobody hear ?
nobody hasn’t done?

Take a look at http://forum.mikrotik.com/t/wpa-wpa2-entreprise-with-eap-peap-autentications/55110/1

not work