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.
我需要在模拟网络(NS-3)和真正的 Linux 主机之间建立一个桥接(tap)所以当“桥接”节点在 NS-3 中接收到一个数据包时,真正的 Linux 主机会接收到这个数据包。我怎样才能建造这样的桥梁?你能举个例子吗?谢谢。
一种方法是使用linux桥。创建一个网桥并在同一个网桥中添加物理主机接口和逻辑接口(点击)。