Hotspot with usermanager

Hello,
i have an RB 600 with routeros 4.1,
i configured a hotspot with the hotspot setup.
With a local user it works.

then i installed the user manager package and did the following commands:

radius add service=hotspot address=127.0.0.1 secret=12345
ip hotspot profile set hsprof1 use-radius=yes
tool user-manager customer add login=“Admin” password=“password” permissions=owner
tool user-manager router add subscriber=Admin ip-address=127.0.0.1 shared-secret=12345

then i created a user with the usermanager.
but if i want to log in the loginscript answer “radius server not respondig”

Could anybody help me with this problem?

thanks sebastian

What do you have at /radius and /ip firewall nat?

Radius:
/radius
add accounting-backup=no accounting-port=1813 address=127.0.0.1
authentication-port=1812 called-id=“” disabled=no domain=“” realm=“”
secret=12345 service=hotspot timeout=300ms
/radius incoming
set accept=no port=3799


nat:
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough

1 chain=srcnat action=masquerade

2 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.230.0/24
[admin@MT_Testnet_Hotspot] >

set out-interface or specify src-address for /ip firewall nat masquerade rule, then it should work.

thanks,

it works