Hi,
I just wondering why the kick user off function in Radiusdesk is not working.
I'm using the following system:
Ubuntu 14.04.1
Nginx web server
Freeradius 2
Coovachilli
All installed on the same box.
The Radiusdesk returned "Item updated succesfully" but the user still able to surf the internet.
Rgds,
Lutfi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am facing the same problem, i tried to do it manually and it worked perfeclty.
I stopped radius service just to start it in debug mode (freeradius -X ) and i issued the command
FreeRadius response: Sent Disconnect-Request Id 94 from 0.0.0.0:54822 to 10.20.30.2:3799 length 44
User-Name = "sl_4_10209494202578596"
Received Disconnect-ACK Id 94 from 10.20.30.2:3799 to 0.0.0.0:0 length 20
The user is not more in activity monitor.
The user sl_4_10209494202578596 is a facebeook user. my 10.20.30.x is a pptp vpn.
I have not checked the code but it could be something related to it, i would like to know if we are the only ones to face this problem.
Cheers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi neXus, your NAS setup as direct or dynamic? I found out RD have a quite tricky part. if your NAS setup as direct but you insert your NAS id in that profile, it will treat it as dynamic. your NAS need to fetch heartbeat back to the RD (if you are using mikrotik).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi i have the AP in a raspberry pi and the RD in a VM apart, all connect well but the kick command not. Can you help me? Thanks
Edit: finally i could do it with the coaport option, but cant kick from the terminal/mobile, the user cant navigate but he dont know it unless he try it. How i can reset the mobile/wifi conecction?
Last edit: Sergio 2021-01-05
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I just wondering why the kick user off function in Radiusdesk is not working.
I'm using the following system:
Ubuntu 14.04.1
Nginx web server
Freeradius 2
Coovachilli
All installed on the same box.
The Radiusdesk returned "Item updated succesfully" but the user still able to surf the internet.
Rgds,
Lutfi
bumping as I am facing same problem.
I am facing the same problem, i tried to do it manually and it worked perfeclty.
I stopped radius service just to start it in debug mode (freeradius -X ) and i issued the command
root@wifiserver# echo "User-Name='sl_4_10209494202578596'" |radclient -c '1' -n '3' -r '3' -t '3' -x '10.20.30.2:3799' 'disconnect' 'testing123'
FreeRadius response:
Sent Disconnect-Request Id 94 from 0.0.0.0:54822 to 10.20.30.2:3799 length 44
User-Name = "sl_4_10209494202578596"
Received Disconnect-ACK Id 94 from 10.20.30.2:3799 to 0.0.0.0:0 length 20
The user is not more in activity monitor.
The user sl_4_10209494202578596 is a facebeook user. my 10.20.30.x is a pptp vpn.
I have not checked the code but it could be something related to it, i would like to know if we are the only ones to face this problem.
Cheers.
hi neXus, your NAS setup as direct or dynamic? I found out RD have a quite tricky part. if your NAS setup as direct but you insert your NAS id in that profile, it will treat it as dynamic. your NAS need to fetch heartbeat back to the RD (if you are using mikrotik).
Hi Ryan, i am using pptp connection on wr841n V10 customized firware.
Hi guys,
There is a CakePHP component called KickerComponent.php which decides how the kick action will take place.
This descision is based on the value of the type field in the nas table.
See the following snippet.
Try setting the type to CoovaChilli or CoovaChilli-AP and see if this fixes the problem.
Let us know.
Cheers
Hi i have the AP in a raspberry pi and the RD in a VM apart, all connect well but the kick command not. Can you help me? Thanks
Edit: finally i could do it with the coaport option, but cant kick from the terminal/mobile, the user cant navigate but he dont know it unless he try it. How i can reset the mobile/wifi conecction?
Last edit: Sergio 2021-01-05