-1

I need to build a bridge (tap) between a simulated network (NS-3) and the real Linux host So when the "bridged" node receive a packet in NS-3, the real Linux host receive the packet. How i can build such bridge? Could you give example? Thanks.

1 Answers1

0

one way is to use linux bridge. Create a bridge and add the physical host interface & logical interface (tap) in the same bridge.

m2r0007
  • 47
  • 1
  • 7