Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开发一个类似 PPPoe 的服务器,这样我就可以在服务器和客户端之间创建一个虚拟连接。有没有开源项目可以参考?谢谢
pppd 可以做 PPPoE(以及大约 10 亿件其他事情)。不过,我不确定您所说的“虚拟”是什么意思。PPPoE 连接的两端必须在同一个以太网 LAN 上(严格来说,有一些方法可以解决这个问题,但这涉及到解决我认为您正在尝试解决的同一个问题)。
我认为您可能对 VPN(虚拟专用网络)更感兴趣。