Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 2c610a3210bfbfca8b1e9f84173404ce41f4fed7 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 27 14:06:43 2019 +0000
doc: open-mesh/OpenWrt_in_QEMU
2c610a3210bfbfca8b1e9f84173404ce41f4fed7 open-mesh/OpenWrt_in_QEMU.textile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/open-mesh/OpenWrt_in_QEMU.textile b/open-mesh/OpenWrt_in_QEMU.textile index 9e9bfa1..2e43d5b 100644 --- a/open-mesh/OpenWrt_in_QEMU.textile +++ b/open-mesh/OpenWrt_in_QEMU.textile @@ -29,7 +29,10 @@ The virtual instances and the interconnect will be started using a set of simple
h3. interconnect initialization
-The interconnect (bridge with 3 tap devices) has to be started first to have a simple network. All devices in this interconnect can talk to each other - which is not optimal for tests but enough for a start. More complex network setups can be on the pages [[vde switch interconnect]] and [[bridge interconnect]] +The interconnect (bridge br-qemu with 3 tap devices) has to be started first to have a simple network. All devices in this interconnect can talk to each other - which is not optimal for tests but enough for a start. More complex network setups can be on the pages [[vde switch interconnect]] and [[bridge interconnect]]. + +The tap interfaces will be created with access rights for the current user. This allows the qemu instance to start up without being root. +
<pre><code class="shell"> cat > interconnect.sh << "EOF"