Hello,<br><br><br>I'm successfully being able to deploy VMs on my cloud, but there is a problem with the IP addresses that OpenNebula reports to be leased.<br><br>The DHCP seems to work fine with the bridge. For instance, I have a Debian running in a VM, which was given the IP 192.168.122.254. <br>
This is the output of 'ifconfig -a' ( excluding loopback ):<br><br>eth0 Link encap:Ethernet Endereço de HW 02:00:c0:a8:7a:02 <br> inet end.: 192.168.122.244 Bcast:192.168.122.255 Masc:255.255.255.0<br>
endereço inet6: fe80::c0ff:fea8:7a02/64 Escopo:Link<br> UP BROADCASTRUNNING MULTICAST MTU:1500 Métrica:1<br> RX packets:13 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:14 errors:0 dropped:0 overruns:0 carrier:0<br>
colisões:0 txqueuelen:1000 <br> RX bytes:1198 (1.1 KiB) TX bytes:1512 (1.4 KiB)<br> IRQ:11 Endereço de E/S:0x8000 <br><br>The MAC address is correct. It is the same as the output of onevm show <VM NUMBER>:<br>
<br>NIC=[<br> BRIDGE=virbr0,<br> IP=192.168.122.2,<br> MAC=02:00:c0:a8:7a:02,<br> NETWORK="Private LAN",<br> NETWORK_ID=0,<br> VLAN=NO ]<br><br>I just don't know where OpenNebula got that IP address 192.168.122.2, shown above. 'arp -i virbr0' gives me the following:<br>
<br>Address HWtype HWaddress Flags Mask Iface<br>192.168.122.244 ether 02:00:c0:a8:7a:02 C virbr0<br><br><br><br>The VM was not contextualized, but that is not necessary, right? As far as I'm concerned, OpenNebula only defines the MAC ADDRESS, but where does it take information about leases?<br>
<br>ps.:Using KVM as hypervisor.<br><br>Thanks in advance.<br><br>