Dear All,
I am getting the following message is “Radius Server is not responding” in Mikrotik 450G, at that there was no internet connection.
So I need to Customize the logs as per our required message.
Please help me out from this issue.
Thanks
Dear All,
I am getting the following message is “Radius Server is not responding” in Mikrotik 450G, at that there was no internet connection.
So I need to Customize the logs as per our required message.
Please help me out from this issue.
Thanks
Where do you get that message? Do you mean the router log? Or do you mean the hotspot login page?
I am getting in router logs. Is there any possible to change ?
Is there any possible to change logs message in 450G router ? Kindly help me out for this situation.
I Need to change 450g router logs.
Why do you want to change the RADIUS error message?
What do you feel you will gain by disabling an informational error message?
Do you desire to use RADIUS for an authentication or authorization purposes.
The english in your first post contained almost zero content. It was probably automatically translated and came out saying almost nothing. That is part of why you are not getting good answers.
I will take a stab at figuring out what might have been intended.
If you are not using RADIUS, you can remove the configured RADIUS servers.
If you are using RADIUS, are the RADIUS servers “on the Internet”? Or are the RADIUS servers on the LAN?
Show us the output of
/radius export
and
/ip route print
and the relevant parts of
/log print
This is the type output we need:
/radius
add accounting-port=1646 address=10.10.10.10 authentication-port=1645 comment="Radius server 1" \
secret=******* service=dhcp src-address=10.1.1.1 timeout=500ms
add accounting-port=1646 address=10.10.11.10 authentication-port=1645 comment="Radius server 2" \
secret=******* service=dhcp src-address=10.1.1.1 timeout=500ms
1 ADo 0.0.0.0/0 10.1.1.2 110
2 ADo 10.10.10.0/24 10.1.4.1 110
3 ADo 10.10.11.0/24 10.1.5.1 110
4 ADC 10.1.1.0/30 10.1.1.1 ether1 0
5 ADC 10.1.4.0/29 10.1.4.4 ether2 0
6 ADC 10.1.5.0/29 10.1.5.2 ether3 0
dec/03 12:36:19 dhcp,error ap_dhcp1: radius authentication failed for bb:aa:xx:xx:xx:xx: RADIUS server is not responding
dec/03 12:36:24 dhcp,error ap_dhcp1: radius authentication failed for bb:aa:xx:yy:yy:yy: RADIUS server is not responding
dec/03 12:36:40 dhcp,error ap_dhcp1: radius authentication failed for bb:aa:xx:zz:zz:zz: RADIUS server is not responding