Re: QEMU, tun, and tap.

2009-05-27 Thread Sunnz
2009/5/27 Christopher J. Gibbons : > > 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-f

Re: QEMU, tun, and tap.

2009-05-26 Thread Christopher J. Gibbons
On 05/26/2009 at 11:05PM, Sunnz 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):

QEMU, tun, and tap.

2009-05-26 Thread Sunnz
So I got QEMU networking to work somewhat, I have manually created a link0 nic called tun0, which worked with QEMU: tun0: flags=9843 mtu 1500 lladdr 00:bd:64:11:95:01 inet6 fe80::2bd:64ff:fe11:9501%tun0 prefixlen 64 scopeid 0x8 inet 10.7.7.1 netmask 0xff00 broadcast 10.

Re: QEMU, tun, and tap.

2009-05-26 Thread Sunnz
And I have pass quick on {tun0 tun1 tun2} in pf.conf, so it is not the firewall blocking it.