This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这是我要采用的解决方案:
/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:
/dev/modem0
,/dev/modem1
, ...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./dev/modem.
peer to/dev/null
so the modem can be re-used for a connection to a different peer.Thanks for your comments!
它是否必须由 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?