<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Hello together,</span></div><div><span>thanks for your help. Unfortunately, I made a rookie mistake - I didn't understand that in the virtual-network template I need to set the bridge that was created on the CLUSTER-NODES!!! All I had to do now is find out the correct name of the libvirt-created bridge (virbr0) and now the VM's are finally running :)</span></div><div><br><span></span></div><div><span>Thanks a bunch for your help!</span></div><div><br></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">Von:</span></b> Jaime Melis <jmelis@opennebula.org><br><b><span style="font-weight: bold;">An:</span></b> Adnan Pasic
 <pqado@yahoo.de><br><b><span style="font-weight: bold;">Cc:</span></b> "users@lists.opennebula.org" <users@lists.opennebula.org><br><b><span style="font-weight: bold;">Gesendet:</span></b> 12:51 Dienstag, 24.Mai 2011 <br><b><span style="font-weight: bold;">Betreff:</span></b> Re: [one-users] Help needed in understand virtual bridges<br></font><br>Hi Adnan,<br><br>The required bridge setup is actually quite straight-forward. I'll<br>assume you want to connect your VMs to the same network your eth0 is<br>connected to. The following commands should be executed on the worker<br>nodes.<br><br>brctl addbr br0<br>ifconfig eth0 0.0.0.0 up<br>brctl addif br0 eth0<br>ifconfig br0 <old_eth0_ip_address><br><br>Don't do this over an ssh connection since you will get disconnected.<br><br>That's quick recipe to make it work, but you should read documents on<br>bridging, especially to make the persistent, each distro has its own<br>mechanism:<br><a
 href="http://wiki.debian.org/BridgeNetworkConnections" target="_blank">http://wiki.debian.org/BridgeNetworkConnections</a><br><a href="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge" target="_blank">http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge</a><br>(extensive)<br><br>regards,<br>Jaime<br><br>On Tue, May 24, 2011 at 11:54 AM, Adnan Pasic <<a ymailto="mailto:pqado@yahoo.de" href="mailto:pqado@yahoo.de">pqado@yahoo.de</a>> wrote:<br>> Here is the problem I'm having, and as can be seen obviously the virtual<br>> bridge is creating this error, so please tell me what to do? Do I need to<br>> create a virtual bridge on my front-end? And how can I do this?<br>> Tue May 24 11:46:31 2011 [DiM][D]: Deploying VM 7<br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_clone.sh:<br>> nebula1:/srv/cloud/one/one-templates/ttylinux.img<br>>
 192.168.0.2:/srv/cloud/one/var//7/images/disk.0<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_clone.sh:<br>> DST: /srv/cloud/one/var//7/images/disk.0<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_clone.sh:<br>> Creating directory /srv/cloud/one/var//7/images<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_clone.sh:<br>> Executed "mkdir -p /srv/cloud/one/var//7/images".<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_clone.sh:<br>> Executed "chmod a+w /srv/cloud/one/var//7/images".<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_clone.sh:<br>> Cloning /srv/cloud/one/one-templates/ttylinux.img<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_clone.sh:<br>> Executed "cp -r /srv/cloud/one/one-templates/ttylinux.img<br>>
 /srv/cloud/one/var//7/images/disk.0".<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_clone.sh:<br>> Executed "chmod a+rw /srv/cloud/one/var//7/images/disk.0".<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: TRANSFER SUCCESS 7 -<br>><br>> Tue May 24 11:46:31 2011 [VMM][D]: Message received: LOG - 7 Command<br>> execution fail: 'if [ -x "/var/tmp/one/vmm/kvm/deploy" ]; then<br>> /var/tmp/one/vmm/kvm/deploy /srv/cloud/one/var//7/images/deployment.0;<br>> else                              exit 42; fi'<br>><br>> Tue May 24 11:46:31 2011 [VMM][D]: Message received: LOG - 7 STDERR follows.<br>><br>> Tue May 24 11:46:31 2011 [VMM][D]: Message received: LOG - 7 error: Failed<br>> to create domain from
 /srv/cloud/one/var//7/images/deployment.0<br>><br>> Tue May 24 11:46:31 2011 [VMM][D]: Message received: LOG - 7 error: Failed<br>> to add tap interface to bridge 'br0': No such device<br>><br>> Tue May 24 11:46:31 2011 [VMM][D]: Message received: LOG - 7 ExitCode: 255<br>><br>> Tue May 24 11:46:31 2011 [VMM][D]: Message received: DEPLOY FAILURE 7 error:<br>> Failed to create domain from /srv/cloud/one/var//7/images/deployment.0<br>><br>> Tue May 24 11:46:31 2011 [VMM][D]: Message received: error: Failed to add<br>> tap interface to bridge 'br0': No such device<br>><br>> Tue May 24 11:46:31 2011 [VMM][D]: Message received: ExitCode: 255<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_delete.sh:<br>> Deleting /srv/cloud/one/var//7/images<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: LOG - 7 tm_delete.sh:<br>> Executed "rm -rf
 /srv/cloud/one/var//7/images".<br>><br>> Tue May 24 11:46:31 2011 [TM][D]: Message received: TRANSFER SUCCESS 7 -<br>><br>><br>><br>> ________________________________<br>> Von: Adnan Pasic <<a ymailto="mailto:pqado@yahoo.de" href="mailto:pqado@yahoo.de">pqado@yahoo.de</a>><br>> An: "<a ymailto="mailto:users@lists.opennebula.org" href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a>" <<a ymailto="mailto:users@lists.opennebula.org" href="mailto:users@lists.opennebula.org">users@lists.opennebula.org</a>><br>> Gesendet: 16:38 Montag, 23.Mai 2011<br>> Betreff: [one-users] Help needed in understand virtual bridges<br>><br>> Hello,<br>> this could very likely be my last question regarding opennebula, because if<br>> I get this to work, my opennebula should finally start running. The question<br>> I have is - how do I really set up this virtual network?<br>> I have a front-end PC, and
 two clusters (with IP-addresses: 192.168.0.1 ,<br>> and .2, .3 respectively) and now everything is set. Even the command<br>> "onehost list" shows me the clusters as being discovered and connected.<br>> Currently I have only two interfaces in my front-end, eth0 (connecting the<br>> PCs over a local network) and the lo-interface.<br>> Can you now please tell me how I can create this virtual bridge, needed for<br>> our virtual machines? And is this the bridge that needs to be mentioned in<br>> the network-template file?<br>> Thank you!<br>> Best regards,<br>> Adnan<br>> _______________________________________________<br>> Users mailing list<br>> <a ymailto="mailto:Users@lists.opennebula.org" href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org"
 target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>><br>><br>><br>> _______________________________________________<br>> Users mailing list<br>> <a ymailto="mailto:Users@lists.opennebula.org" href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>><br>><br><br><br>-- <br>Jaime Melis, Cloud Technology Engineer/Researcher<br>Major Contributor<br>OpenNebula - The Open Source Toolkit for Cloud Computing<br>www.OpenNebula.org | <a ymailto="mailto:jmelis@opennebula.org" href="mailto:jmelis@opennebula.org">jmelis@opennebula.org</a><br><br><br></div></div></div></body></html>