Community discussions

MikroTik App
 
2152
just joined
Topic Author
Posts: 6
Joined: Tue Oct 23, 2018 12:27 pm

RADIUS accounting stop request not sent: no response

Wed Jul 13, 2022 8:24 am

Hi I am facing RADIUS accounting stop request not sent: no response, repeatedly I am using hotspot, due this RADIUS accounting stop request not sent: no response errors some of my users getting logins repeatedly, and even I changed Radius server timeout to 3000ms. Please help me out. I am attaching screenshots for reference
You do not have the required permissions to view the files attached to this post.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 11968
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: RADIUS accounting stop request not sent: no response

Wed Jul 13, 2022 2:57 pm

without see the FULL configuration of the radius (firewall included) and the client, can be everything...
 
User avatar
kvee
newbie
Posts: 38
Joined: Mon Feb 13, 2023 7:59 pm

Re: RADIUS accounting stop request not sent: no response

Wed Sep 06, 2023 6:25 pm

I have the same problem.
RADIUS accounting stop request not sent: no response
And
RADIUS accounting request not sent: no response
It's Errors and warnings.

I thought it because I had moved user manager DB to sd card and there is problem with the card. So, I moved back to system storage (128MB) but problem still exists.
I had checked sqlite DB with `pragma integrity_check` and `pragma quick_check;` but seems to not be corrupted. I can't see any data because it is in BLOB (ROS 7, UM 5).

I have to change RADIUS timeout to 10000ms but there are still warnings but less.

Here is my config.
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
    disabled=yes
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "Accept all from VLAN 100 to internet. (by vee)" in-interface=vlan100
add action=accept chain=input comment=\
    "Accept all from VLAN 101 to internet. (by vee)" in-interface=vlan101
add action=accept chain=input comment=\
    "Accept all from VLAN 102 to internet. (by vee)" in-interface=vlan102
add action=accept chain=input comment="Accept RADIUS authentication. (by vee)" \
    dst-address=127.0.0.1 dst-port=1812 protocol=udp
add action=accept chain=input comment="Accept RADIUS accounting. (by vee)" \
    dst-address=127.0.0.1 dst-port=1813 protocol=udp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack; This \
    need to be disabled to make hotspot speed limits work (vee)." \
    connection-state=established,related disabled=yes hw-offload=yes
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
    invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \
    connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
add action=drop chain=forward comment=\
    "Block access from non management IPs to ISP router. (by vee)" dst-address=\
    192.168.26.1 src-address-list=!internal-devices-adl

/ip hotspot profile
add dns-name=instant.hotspot hotspot-address=192.168.241.1 http-cookie-lifetime=1d install-hotspot-queue=yes name=\
    hsprof1 radius-interim-update=10m rate-limit=200M/300M use-radius=yes
/ip hotspot
add address-pool=hotspot-pool1 disabled=no idle-timeout=1h interface=vlan101 keepalive-timeout=1h name=\
    hotspot-vlan101 profile=hsprof1
/ip hotspot user profile
set [ find default=yes ] idle-timeout=23h keepalive-timeout=1h session-timeout=23h shared-users=2

/radius
add address=127.0.0.1 comment="Hotspot RADIUS (by vee)" service=hotspot timeout=10s
/radius incoming
set accept=yes

/user-manager
set certificate=*0 enabled=yes use-profiles=yes
/user-manager profile-limitation
add limitation=user-limits profile=wifi-until-checkout
/user-manager router
add address=127.0.0.1 name=router1
CPU usage: very little, less than 25%
Memory: less than 13% of 1024MiB

Edit: This ( viewtopic.php?p=1024272#p1024272 ) seems to be fixed.

Who is online

Users browsing this forum: No registered users and 7 guests