如何实现PPPoe服务器?

发布于 2024-09-29 11:05:27 字数 62 浏览 9 评论 0原文

我想开发一个类似PPPoe的服务器,这样我就可以在服务器和客户端之间创建虚拟连接。有没有开源项目可以参考?谢谢

I want to develop one PPPoe-like server, so I can create a virtual connecting among server and client. Is there any opensource project for reference ? Thanks

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

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

发布评论

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

评论(1

当爱已成负担 2024-10-06 11:05:27

pppd 可以做 PPPoE(以及大约十亿个其他事情)。我不确定你所说的“虚拟”是什么意思。 PPPoE 连接的两端必须位于同一个以太网 LAN 上(严格来说,有很多方法可以解决此问题,但这涉及解决我认为您正在尝试解决的相同问题)。

我想您可能对 VPN(虚拟专用网络)更感兴趣。

pppd can do PPPoE (and about a billion other things). I'm not sure what you mean by "virtual" though. Both ends of PPPoE connection have to be on the same Ethernet LAN (strictly speaking there are ways around this, but that involves solving the same problem I think you are trying to solve).

I think you may be more interested in a VPN (Virtual Private Network).

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