我可以使用 Radius 客户端向 Radius 服务器发送注销请求吗?
有一台 pptp 服务器,我使用 radius 服务器进行身份验证。有时VPN客户端会不明原因地离线,因此radius无法清除客户端的会话。
我想用radius客户端运行一个进程来监视客户端,如果客户端没有心跳,该进程将向客户端发送注销请求到radius服务器。
所以我想知道radius客户端中的注销请求消息是什么?
There is one pptp server and I use radius server for authentication. Sometimes the vpn client is off line with unknow reason , so the radius can not clear the session for client.
I want to run one process with radius client to monitor the client, if the client has no heartbeat, the process will send logout request to radius server for client.
So i want to know what is the logout request message in radius client?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您已用多种语言标记了您的问题。
假设您想在 Python 中执行此操作,您可以使用 Pyrad 并使用其中一种方法来自pyrad.packet。
You've tagged your question with several languages.
Assuming you would like to do this in Python, you can use Pyrad and use one of the method from
pyrad.packet
.