One for the techies.
I'm running a Linux i386 Debian guest in QEMU but QEMU doesn't have shared networking by default.
The easiest ( Linux way ) solution would be to create a TUN/TAP device and bridge it to my eth0 or eth1
but brctrl doesn't seem to exist until OS X Lion ?
I found the TUN/TAP...