我可以使用 Radius 客户端向 Radius 服务器发送注销请求吗?

发布于 2024-12-06 14:42:43 字数 182 浏览 1 评论 0原文

有一台 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无所的.畏惧 2024-12-13 14:42:43

您已用多种语言标记了您的问题。

假设您想在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文