<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=EN-CA link=blue vlink=purple>
<div class=WordSection1>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>In the NIC try BRIDGE = br0<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Ted Bodfish<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>
<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> Christoph Raible
[mailto:chr.raible@gmail.com] <br>
<b>Sent:</b> October-26-10 10:03 AM<br>
<b>To:</b> users@lists.opennebula.org<br>
<b>Subject:</b> [one-users] Problem with Networking on KVM with OpnenNebula<o:p></o:p></span></p>
</div>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal style='margin-bottom:12.0pt'>Hi All,<br>
<br>
I tried to create a virtual machine with OpenNebula on a KVM-Host. Creation and
starting the VM's works perfect.<br>
<br>
Only the Netwirking doesn't work. When I create an Standalone vm with
virt-install all works fine.<br>
My Current Version of Opennebula ist 2.0 RC1<br>
<br>
On my KVM-Host I have the following network configuration: <br>
<br>
<br>
<span style='font-family:"Courier New"'># The loopback network interface<br>
auto lo<br>
iface lo inet loopback<br>
<br>
# The primary network interface<br>
auto eth0<br>
iface eth0 inet manual<br>
<br>
auto br0<br>
iface br0 inet static<br>
address 141.28.xx.xxx<br>
netmask 255.255.255.0<br>
network 141.28.xx.x<br>
broadcast 141.28.xx.xxx<br>
gateway 141.28.xx.xxx<br>
bridge_ports eth0<br>
bridge_fd 9<br>
bridge_hello 2<br>
bridge_maxage 12<br>
bridge_stp off</span><br>
<br>
The VM is created by the following Template:<br>
<br>
<span style='font-family:"Courier New"'>NAME = "KVM
TEST"<br>
MEMORY = 512<br>
CPU = 1<br>
<br>
OS = [ BOOT = hd ]<br>
<br>
DISK = [ SOURCE = /srv/cloud/images/kvm_test.qcow2,<br>
TARGET = sda ]<br>
<br>
NIC = [ MAC="00:ff:72:37:20:41",<br>
BRIDGE = eth0]</span><br>
<br>
<br>
Did anyone of you have an idea where the Problem is?<br>
<br>
Thanks for your help<br>
<br>
Christoph Raible<o:p></o:p></p>
</div>
</body>
</html>