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.
我已经在 Mikrotik 中成功设置了 PPPOE 服务器。一切都很好。我可以通过 PPPOE 向客户提供公共 ip。但我有一些问题。例如,我有 2 个具有公共 ip 的客户端希望能够相互连接,这是行不通的。两个公共 ip 无法相互访问。
客户端 1 本地 IP 远程 IP aaaa bbbb
客户 2 aaab bbbb
有没有办法让这两个 IP 互相通信?
虽然这是一个非常古老的问题。答: 1. 两个客户端都将使用 ppp 链接连接到 pppoe 服务器。2. pppoe服务器开启ipv4/ipv6路由,如果是linux需要开启ip转发。
以上是合乎逻辑的答案,我自己没有尝试过。