如何实现PPPoe服务器?
我想开发一个类似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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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).