<div dir="ltr">Hello Pablo,<div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 18, 2014 at 6:53 AM, Pablo Hinojosa Nava <span dir="ltr"><<a href="mailto:pablohn6@gmail.com" target="_blank">pablohn6@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi all,<br><br></div>I am having problems trying to set up an OpenNebula host to virtualize with KVM.<br>

</div>I have bought a dedicated server with OVH (So You Start) with 1 publlc IP.<br>

</div>The public IP is on eth0 interface and each time I try to create a Linux bridge (as is suggested during the installation <a href="http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html#configure-the-network" target="_blank">http://docs.opennebula.org/4.6/design_and_installation/quick_starts/qs_ubuntu_kvm.html#configure-the-network</a> ) I got frozen the SSH connection. <br>



</div>If I edit the file /etc/network/interfaces, then I run /etc/init.d/networking restart and it seems the server does not do anything. If I restart the server with changes made, I cannot recover the connection and I have to reinstall the operating system.<br>



</div>If I try to create the bridge by hand, I the same problem (connection lost) when I try to add the bridge to the public network interface (etc0).<br><br></div>It seems OVH use Mac Filtering switches, so that could be the reason.<br>



</div>I could buy a block of 8 or 16 IPs, but it does not change way to configure OpenNebula.<br></div></div></div></div></blockquote><div><br></div><div>If OVH is using MAC Filtering than you cannot bridge eth0 unless you create the bridge </div>

<div>using the same MAC address as the one eth0 has. Never tried so I just suppose it </div><div>could work.</div><div><br></div><div>You have at least three choices, you can either NAT a private class over eth0 and define that</div>

<div>network in OpenNebula, you can acquire a /29 block, create a bridge, set the first public IP</div><div>address on it and define the network in OpenNebula, or a combination of both.</div><div><br></div><div>You can choose to use Linux bridge or OpenvSwitch. Either of the two are really easy to </div>

<div>set up and running. OpenNebula has network drivers for both of them. I would choose </div><div>OpenvSwitch :).</div><div><br></div><div>Best,</div><div>Valentin</div></div><br></div></div>