Radius Server is not Responding?

Hello Fellow help me out!!

I just installed a Wireless pci Card to a mikrotik pc. I run hotspot on that interface and it was successful. I could login and browse with the admin username and password.

I further configure radius server and usermanager and try one of the ticket that i generated and it keep giving me error message: Radius server not responding.

What is really wrong?

The RADIUS server is not responding.

Post your User Manager and RADIUS client configuration.

[admin@USA] /radius> pr
Flags: X - disabled

SERVICE CALLED-ID DOMAIN ADDRESS SECRET

0 hotspot 20.20.20.30 adigaichama
[admin@USA] /radius>

From Usermanager
Router.
Name IP Address Shared secret Log events

hotspot 20.20.20.30 adigaichama auth ok & auth fail & acct fail

Use 127.0.0.1 if they are on the same machine.

Still same problem
check out my hotspot profile is there any error?

Or could it be a firewall issue?

[admin@USA] > ip hotspot profile
[admin@USA] /ip hotspot profile> pr
Flags: * - default
0 * name=“default” hotspot-address=0.0.0.0 dns-name=“” html-directory=hotspot
rate-limit=“” http-proxy=0.0.0.0:0 smtp-server=0.0.0.0
login-by=http-chap split-user-domain=no use-radius=no

1 name=“hsprof1” hotspot-address=20.20.20.30 dns-name=“hotspot.logout”
html-directory=hotspot rate-limit=“” http-proxy=0.0.0.0:0
smtp-server=0.0.0.0 login-by=http-chap split-user-domain=no
use-radius=yes radius-accounting=yes radius-interim-update=received
nas-port-type=wireless-802.11 radius-default-domain=“”
radius-location-id=“” radius-location-name=“”
radius-mac-format=XX:XX:XX:XX:XX:XX
[admin@USA] /ip hotspot profile>

Can someone tell me what is wrong please.

Try some RADIUS testing utility to check if your server (User Manager) is configured correctly.

http://www.fileheap.com/software-radius-test-download-33553.html

Try to change login-by=http-chap to some other method, maybe PAP.

Hello House,

What is the solution to this problem?

Have you read my answer?

Try specify an interface (hotspot interface) for ‘out interface’ at Nat masquerade setting.
This is base on Sergejs comment regarding this.
http://forum.mikrotik.com/t/problem-with-hotspot-after-upgrade-to-4-3/33469/1

I’ve tried it and works.

But,
the user id at set at default local also can go through even we state to use radius there.

solved.

thnks all

Could you explain which option did you use to solve that problem?

The Nat Masquerading setting solved the issue