Linux 中使用调制解调器组的 PPP 请求拨号

发布于 2024-07-09 02:28:47 字数 1570 浏览 10 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

望喜 2024-07-16 02:28:47

这是我要采用的解决方案:

  • 将调制解调器枚举为 /dev/modem0, /dev/modem1, ...
  • 启动 pppd< 的实例/code> 在每个对等点的请求拨号模式下,但不是“真正的”调制解调器,而是将其附加到 /dev/modem.peer,其中“ppp- on-dialer”脚本动态软链接到第一个可用的调制解调器。
  • 当连接超时且调制解调器离线时,将 /dev/modem.peer 软链接到 /dev/null,以便调制解调器可以重新用于与不同对等点的连接。

感谢您的意见!

This is the solution I'm going with:

  • Enumerate the modems as /dev/modem0, /dev/modem1, ...
  • Start an instance of pppd in demand-dial mode for each peer, but instead of a "real" modem, attach it to /dev/modem.peer, which the "ppp-on-dialer" script soft-links to the first available modem dynamically.
  • When the connection times out and the modem goes offline, soft link /dev/modem.peer to /dev/null so the modem can be re-used for a connection to a different peer.

Thanks for your comments!

无远思近则忧 2024-07-16 02:28:47

它是否必须由 Linux 盒子直接驱动,或者你可以使用旧的 Lucent Portmaster boxen 之类的东西吗?

Does it have to be directly driven by the Linux box, or could you use something like the old Lucent Portmaster boxen?

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