2009/5/27 Christopher J. Gibbons <cgibb...@dragonfire.dyndns.org>: > > I found this in the README.OpenBSD for QEMU to be most helpful when doing a > similar sort of thing (plus you get the bonus of not having to run QEMU > as root): > > $ sudo sh -c "sudo -u $USER qemu -nographic -net nic -net tap,fd=3 \ > B B B B B B -no-fd-bootchk -hda virtual.img 3<>/dev/tun0" > B B B B B B B B B B B B B B B B B B B B B B B B ^^^^^^^^^ > Make that your tunX device. >
Tried and worked like a charm!! :D README.OpenBSD for QEMU have changed a lot, 4.3 here was a lot shorter and didn't have anything like that, I guess I should upgrade soon!! Thanks for the tip!! :D