Users browsing this thread: 2 Guest(s)
movq
Long time nixers
I feel the urge to point out that QEMU itself does not do "the networking". That's different from "all in one solutions" like VirtualBox. Instead, you set up your networking using common tools like ip(8) and the already mentioned brctl(8). You then only tell QEMU to use what you've set up.

At least, that's how I do it in overqemu: https://github.com/vain/bin-pub/blob/master/overqemu

QEMU also provides the option of building "multicast networks" where you don't have to do any setup in advance. That's easy to use but reeeeeally slow.


Messages In This Thread
Virtual networks - by citrus - 21-08-2016, 09:24 PM
RE: Virtual networks - by z3bra - 22-08-2016, 04:37 AM
RE: Virtual networks - by z3bra - 22-08-2016, 09:46 AM
RE: Virtual networks - by movq - 22-08-2016, 03:13 PM
RE: Virtual networks - by citrus - 23-08-2016, 01:51 AM
RE: Virtual networks - by z3bra - 23-08-2016, 04:30 AM
RE: Virtual networks - by citrus - 24-08-2016, 09:33 PM
RE: Virtual networks - by z3bra - 25-08-2016, 04:52 AM
RE: Virtual networks - by apk - 25-08-2016, 01:49 PM
RE: Virtual networks - by robotchaos - 25-08-2016, 03:39 PM
RE: Virtual networks - by venam - 26-08-2016, 12:24 AM