You could use private network addresses (10.0.0.0/8, 172.16.0.0/12 or
192.168.0.0/16). Your /lib/ndb/local file can then be setup around a subnet
like 192.168.9.0/24. According to the following, qemu uses 10.0.2.0/24
when using "user mode networking" and provides a virtual dhcp (10.0.2.2),
dns (1
I've installed Plan 9 in qemu on Linux as instructed here:
https://9p.io/wiki/plan9/Installing_Plan_9_on_Qemu/index.html
Now I'm in the process of converting it into a standalone cpu server.
I'm following the instructions given here:
https://9p.io/wiki/plan9/Configuring_a_Standalone_CPU_Server/ind