[one-users] Strange Networking Problems

Markus Hubig mhubig at imko.de
Thu Nov 15 05:55:52 PST 2012


On Thu, Nov 15, 2012 at 08:49:31AM -0500, Campbell, Bill wrote:
> How is the Virtual Network configured in OpenNebula? 

I added the nodes with:

$ onehost create node02 --im im_kvm --vm vmm_kvm --net ebtables

And my network template is:

| NAME    = "IMKO Company LAN"
| TYPE    = RANGED
|
| # We have to bind this network to "br0" since this
| # bridge is used to connect to the company LAN
| BRIDGE  = br0
|
| # We don't ne no VLAN isolation here
| VLAN = NO
|
| # The network size definition
| NETWORK_ADDRESS = 192.168.1.0
| NETWORK_MASK    = 255.255.255.0
|
| # Custom Attributes to be used in Context
| GATEWAY = 192.168.1.1
| DNS     = 192.168.1.10

> Can you do a 'brctl show' on the Hypervisor and ensure that a vnet interface
> for the VM is attached? 

| bridge name bridge id       STP enabled interfaces
| br0     8000.d4bed9b10663   no      bond0
|                             vnet0
|                             vnet2
|                             vnet3

Cheers, Markus



More information about the Users mailing list