Hi,
I searched anywhere to solve this problem. but its not working in my case!
sorry for repeat this subject. help me plz...
these are my logs:
[admin@AFIFNET Sadra] >[/color] radius print
Flags: X - disabled
SERVICE CAL... DOMAIN ADDRESS S
0 hotspot 127.0.0.1 1
[admin@AFIFNET Sadra] > ip hotspot profile print
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=cookie,http-chap http-cookie-lifetime=3d
split-user-domain=no use-radius=no
1 name="hsprof1" hotspot-address=192.168.100.1 dns-name=""
html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0
smtp-server=0.0.0.0 login-by=mac,http-chap,https,http-pap
mac-auth-password="" ssl-certificate=none split-user-domain=no
use-radius=yes radius-accounting=no nas-port-type=ethernet
radius-default-domain="" radius-location-id="" radius-location-name=""
radius-mac-format=XX:XX:XX:XX:XX:XX
[admin@AFIFNET Sadra]tool user-manager router pr
int
Flags: X - disabled
0 customer=ramtin name="router1" ip-address=127.0.0.1 shared-secret="1"
log=auth-ok,auth-fail,acct-fail use-coa=no
noib
September 3, 2013, 1:13pm
3
It looks like you have set your Radius to 127.0.0.1 .. do you have a running Radius server on the mikrotik device, and did you double check the ports (mikrotik radius is not on port 1812 by default) ?
ramtin7
September 4, 2013, 12:01pm
4
thanks.
but my radius port is 1812
yes i have UM on my mikrotik.
no other idea?
noib
September 6, 2013, 9:35am
5
I think you have to test what is wrong: it can be either the radius server, either the radius client
To test the server, use a simple radius client for windows and try to connect to your routerboard.
To test the client, make the routerboard connect to another radius.. windows/Lunix Radius server if you have one available, or install FreeRadius on your desktop.
ramtin7
September 7, 2013, 10:41am
6
Hi.
Tnx dude. But my radius server is usermanager.
I followed these steps:
http://wiki.mikrotik.com/wiki/User_Manager/Hotspot_Example
ramtin7
September 16, 2013, 2:07pm
7
please help me to solve this
I cant solve my problem
Please somebody help
Sent from my iPhone using Tapatalk
bax
March 11, 2014, 2:42pm
9
It must work … probably your config is bad … try setup again … everbody is work … so must be something wrong with setup
Would sb please login to my router and check my config?
Sent from my iPhone using Tapatalk
pepinw
August 29, 2014, 6:02pm
11
So,
I was having this problem for the last couple days..
Its true, that the UM works if you use the public interface address, however, mine was a DHCP client address, and would have been complicated to manage.
TLDR;
I needed an accept rule to make the 127.0.0.1 UM host work locally.
/ip firewall filter
add chain=input comment=“allows user manager to work with local hosts” src-address=127.0.0.0/24
I put this as my first rule in the firewall filter chain. & BOOM. – Done.
– Pepin
pepinw:
So,
I was having this problem for the last couple days..
Its true, that the UM works if you use the public interface address, however, mine was a DHCP client address, and would have been complicated to manage.
TLDR;
I needed an accept rule to make the 127.0.0.1 UM host work locally.
/ip firewall filter
add chain=input comment=“allows user manager to work with local hosts” src-address=127.0.0.0/24
I put this as my first rule in the firewall filter chain. & BOOM. – Done.
– Pepin
This works perfectly! Thanks Pepin.
Hello, try extending radius client timeout, sometimes radius server can take some time to send a response.
Enviado desde mi Alcatel_4060A mediante Tapatalk
ashpri
November 25, 2018, 8:12am
15
rgraham:
So,
I was having this problem for the last couple days..
Its true, that the UM works if you use the public interface address, however, mine was a DHCP client address, and would have been complicated to manage.
TLDR;
I needed an accept rule to make the 127.0.0.1 UM host work locally.
/ip firewall filter
add chain=input comment=“allows user manager to work with local hosts” src-address=127.0.0.0/24
I put this as my first rule in the firewall filter chain. & BOOM. – Done.
– Pepin
2018 and this post solved my issue. Bump for the benefit of others with RADIUS server not responding issue.
kvee
September 8, 2023, 7:41pm
16
rgraham:
So,
I was having this problem for the last couple days..
Its true, that the UM works if you use the public interface address, however, mine was a DHCP client address, and would have been complicated to manage.
TLDR;
I needed an accept rule to make the 127.0.0.1 UM host work locally.
/ip firewall filter
add chain=input comment=“allows user manager to work with local hosts” src-address=127.0.0.0/24
I put this as my first rule in the firewall filter chain. & BOOM. – Done.
– Pepin
This seems to be working fine in 2023!
I don’t see RADIUS no response in the log few days now.
I don’t know why before add this rule, RADIUS randomly show me no response warnings, errors.