rendered paste body# switch one
/usr/bin/vde_switch -t tap0 -s /var/run/vdeswitch.ctl
# switch two
/usr/bin/vde_switch -s /var/run/vdeswitch2.ctl
# openbsd
/usr/bin/qemu-system-x86_64 \
-net nic,model=e1000,macaddr=52:54:00:12:34:52 \
-net nic,model=e1000,macaddr=52:54:00:12:34:54 \
-net vde,sock=/var/run/vdeswitch.ctl \
-net vde,sock=/var/run/vdeswitch2.ctl \
-hda openbsd50.hd0
# windows xp
/usr/bin/qemu-system-x86_64 \
-net nic,model=e1000,macaddr=52:54:00:00:EE:06,model=virtio \
-net vde,sock=/var/run/vdeswitch2.ctl \
-drive file=xp.hd0,if=virtio,media=disk,format=qcow2 \
-drive file=xp.hd1,if=virtio,media=disk,format=qcow2