Skip to content
Jim Cadden edited this page Jun 6, 2013 · 5 revisions

###Setup VDE Switch sudo vde_switch -tap tap0 -s /tmp/vde_switch0

###Running Bare-metal Hello Remote sudo qemu-system-x86_64 -nographic -net nic,model=virtio -net vde,sock=/tmp/vde_switch0 src/app/HelloRemote/HelloRemote.iso

Clone this wiki locally