On 7 October 2015 at 22:59, David Halls <[email protected]> wrote: > This works: > > rumprun kvm -M 160 -I 'qnet0,vioif,-net user' -g '-redir tcp:3000::3000' > -W qnet0,inet,dhcp -i build/out/Release/node.bin > > As does this:
rumprun kvm -M 160 -I 'nic,vioif,-net user,hostfwd=tcp::3000-:3000' -W nic,inet,dhcp -i build/out/Release/node.bin
