On 05/26/2009 at 11:05PM, Sunnz <sun...@gmail.com> wrote:
> And I have pass quick on {tun0 tun1 tun2} in pf.conf, so it is not the
> firewall blocking it.
> 

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 \
             -no-fd-bootchk -hda virtual.img 3<>/dev/tun0"
                                                ^^^^^^^^^
Make that your tunX device.

-- 
Christopher J. Gibbons
"Making the world a better place to live, one PERL script at a time."

Reply via email to