How do I bridge a connection from Wi-Fi to TAP on Mac OS X? (for the emulator QEMU)
- by penx
I'm trying to setup a bridge between my Wi-Fi connection and an emulator (QEMU). I need a virtual machine to be on the same LAN as the host, with its own IP address.
QEMU requires using a TAP (virtual network device) so I have installed tuntaposx, have it running, and can open up QEMU using a TAP:
qemu-system-arm -kernel zImage.integrator -initrd…