hello,
I was trying UM to make my clients authenticate thru it. But some how its not working
MY network is like this:
ADSL Router connected to RB433GL(r52H 5GHz link) RB433GL(r52H 5Ghz link) TRANSPARENT BRIDGE
(2nd R52H distributing thru 2.4GHz link)
my UM is on 1st router IP address 192.168.1.200
configuration :
[admin@MikroTik] > tool user-manager customer pri
Flags: X - disabled
0 login="admin" password="admin" backup-allowed=yes time-zone=-00:00
permissions=owner signup-allowed=no paypal-allowed=no
paypal-secure-response=no paypal-accept-pending=no
[admin@MikroTik] > tool user-manager router pri
Flags: X - disabled
0 customer=admin name="router2" ip-address=192.168.1.201
shared-secret="123456" log=auth-ok,auth-fail,acct-ok,acct-fail
use-coa=no coa-port=1700
[admin@MikroTik] > tool user-manager user pri
Flags: X - disabled, A - active, I - incomplete
0 customer=admin name="00:C0:CA:5F:E5:57" password="" shared-users=1
wireless-psk="" wireless-enc-key="" wireless-enc-algo=none
last-seen=never
1 customer=admin name="04:46:65:8E:B4:53" password="" shared-users=1
wireless-psk="" wireless-enc-key="" wireless-enc-algo=none
last-seen=never
Distribution side configuration (192.168.1.201)
1 name="RADIUS" mode=none authentication-types=wpa-psk,wpa2-psk
unicast-ciphers=aes-ccm group-ciphers=aes-ccm wpa-pre-shared-key=""
wpa2-pre-shared-key="" supplicant-identity="" eap-methods=""
tls-mode=no-certificates tls-certificate=none static-algo-0=none
static-key-0="" static-algo-1=none static-key-1="" static-algo-2=none
static-key-2="" static-algo-3=none static-key-3=""
static-transmit-key=key-0 static-sta-private-algo=none
static-sta-private-key="" radius-mac-authentication=yes
radius-mac-accounting=yes radius-eap-accounting=no interim-update=0s
radius-mac-format=XX:XX:XX:XX:XX:XX radius-mac-mode=as-username
radius-mac-caching=disabled group-key-update=5m
management-protection=allowed management-protection-key=""
Radius setting:
SERVICE CAL... DOMAIN ADDRESS SECRET
0 wire... 192.168.1.200 123456
can some one tell me what I am doing wrong