Hi,
If the previous comments doesn't work for you. You could try to create a new brige following this guide: http://wiki.libvirt.org/page/Networking. Then you have to put the name of this bridge in your template.

Regards,
Javi

El 27/10/2010 23:46, Slava Yanson escribió:
Try setting your bridge to "virbr0" and see if that solves it.
--------------------------------------------
Slava Yanson, CTO
Killer Beaver, LLC

w: www.killerbeaver.net <http://www.killerbeaver.net>
c: (323) 963-4787
aim/yahoo/skype: urbansoot

Follow us on Facebook: http://fb.killerbeaver.net/
Follow us on Twitter: http://twitter.com/thekillerbeaver


On Tue, Oct 26, 2010 at 2:59 PM, tedbs <[email protected] <mailto:[email protected]>> wrote:

    In the NIC try BRIDGE = br0

    Ted Bodfish

    *From:*Christoph Raible [mailto:[email protected]
    <mailto:[email protected]>]
    *Sent:* October-26-10 10:03 AM
    *To:* [email protected] <mailto:[email protected]>
    *Subject:* [one-users] Problem with Networking on KVM with OpnenNebula

    Hi All,

    I tried to create a virtual machine with OpenNebula on a KVM-Host.
    Creation and starting the VM's works perfect.

    Only the Netwirking doesn't work. When I create an Standalone vm
    with virt-install all works fine.
    My Current Version of Opennebula ist 2.0 RC1

    On my KVM-Host I have the following network configuration:


    # The loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    auto eth0
    iface eth0 inet manual

    auto br0
    iface br0 inet static
        address 141.28.xx.xxx
        netmask 255.255.255.0
        network 141.28.xx.x
        broadcast 141.28.xx.xxx
        gateway 141.28.xx.xxx
            bridge_ports eth0
            bridge_fd 9
            bridge_hello 2
            bridge_maxage 12
            bridge_stp off

    The VM is created by the following Template:

    NAME    = "KVM TEST"
    MEMORY  = 512
    CPU     = 1

    OS     = [ BOOT = hd  ]

    DISK     = [ SOURCE = /srv/cloud/images/kvm_test.qcow2,
            TARGET = sda ]

    NIC = [ MAC="00:ff:72:37:20:41",
            BRIDGE = eth0]


    Did anyone of you have an idea where the Problem is?

    Thanks for your help

    Christoph Raible


    _______________________________________________
    Users mailing list
    [email protected] <mailto:[email protected]>
    http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

--
+-----------------------------------------------------+
Dr. Javier Diaz
Post Doctoral Fellow
Pervasive Technology Institute
Indiana University
2719 East Tenth Street, Bloomington, IN 47408, USA
e-mail: [email protected]
web: http://qcycar-uclm.esi.uclm.es/jdiaz
+-----------------------------------------------------+

_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to