| RADIUSCTL(8) | System Manager's Manual | RADIUSCTL(8) |
radiusctl —
control the RADIUS protocol daemon
radiusctl |
command [argument ...] |
The radiusctl utility controls the
radiusd(8) daemon.
The following commands are available:
test
hostname radius_secret
user_name [options]interval
secondsmaxwait
secondsmethod
methodpap, chap, or
mschapv2. If this option is omitted,
pap is used.nas-port
nas-portpassword
passwordport
porttries
numbermsgauth
yes | noipcp
showipcp
dump [-json]-json is specified,
radiusctl shows the sessions in JSON format.ipcp
monitor [-json]-json is specified,
radiusctl shows the sessions in JSON format.ipcp
disconnect sequenceipcp
delete sequence(show all sessions) $ doas radiusctl ipcp show Seq Assigned Username Start Tunnel From --- --------------- ---------------------- -------- ------------------------- 21 192.168.1.99 mifune@example.jp 11:35AM 203.0.113.32:34859 22 192.168.1.103 nakadai@example.jp 11:56AM 192.0.2.4:61794 $ (disconnect Nakadai's session) $ doas radiusctl ipcp disconnect 22 $
| September 15, 2024 | openbsd |