exactly. A switchboard is installed in a vm. We want to forward all inbound and outbound traffic to it to another vm.So do you mean you want to mirror all the network traffic to/from one vm to another vm?
What is your use case?
yes on the same physical.is your 2 vms on the same physical host? bridge or ovs ?
apt-get install daemonlogger
daemonlogger -i tap<vmid>i<ifacenumber> -o tap<vmid>i<ifacenumber>
[CODE]
ex:
daemonlogger -i tap100i0 -o tap101i0