Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Cristian Ciobanu
Hi Lucian,      Please see the requested information, also the VM are in the same bridge. VR XML : [root@host001 ~]# virsh dumpxml r-58-VM   r-58-VM   1db38c1e-ea4d-4c3a-a401-263d10020de2   Debian GNU/Linux 5.0 (64-bit)   262144   262144   1       500               Apache Software Foundatio

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Cristian Ciobanu
i forgot to add "brctl show" info in previous email. [root@hostxxx ~]# brctl show bridge name     bridge id               STP enabled     interfaces cloud0          8000.fe00a9fe0089       no              vnet0                                                         vnet3                        

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Nux!
Looks ok at the first sight? Have you stopped iptables on the HV? If you manually set an IP from the range on TEST3, are you able to ping the VR IP or the TEST2 VM? What is "arp -a" saying? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > Fr

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Cristian Ciobanu
Hi Lucian,      Yes, the firewall is off.      When i set the network from dhcp to static for VM TEST3 i was able to ping the gateway and google.com  ( i used the same IP allocated to VM in cloudstack from that range) Thank you! Regards, Cristian   On 12/13/2015 1:42:05 PM, Nux! wrote: Loo

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Nux!
Ok, this is weird, DHCP traffic should not be blocked anywhere. Also stop ebtables just in case and repeat, but if you remove the statically assigned IP and manually run "dhclient eth0", does it get an IP? What do the logs on the VR say? -- Sent from the Delta quadrant using Borg technology! N

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Cristian Ciobanu
I set back to dhcp, when the VM ask VR for IP, i see the following events on VR logs : ==> dnsmasq.log <== Dec 13 15:50:29 dnsmasq-dhcp[9457]: DHCPDISCOVER(eth0) 06:47:4c:00:00:28 ignored Dec 13 15:50:31 dnsmasq-dhcp[9457]: DHCPDISCOVER(eth0) 06:47:4c:00:00:28 ignored Dec 13 15:50:38 dnsmasq-dhc

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Nux!
Is there an entry for this MAC on the VR in /etc/dhcphosts.txt ? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Cristian Ciobanu" > To: users@cloudstack.apache.org > Sent: Sunday, 13 December, 2015 15:52:38 > Subject: Re: Cloudstack

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Cristian Ciobanu
Yes, please see: root@r-58-VM:~# cat /etc/dhcphosts.txt 06:f6:d0:00:00:28,158.xx.xxx.164,TEST3,infinite 06:9f:04:00:00:0d,149.xxx.xx.163,TEST1,infinite 06:01:4e:00:00:0b,149.xxx.xx.161,TEST2,infinite Regards, Cristian   On 12/13/2015 7:08:52 PM, Nux! wrote: Is there an entry for this MAC on the

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Nux!
I don't see 06:47:4c:00:00:28 in there. I guess that's why you get an "ignore" from dnsmasq. Not sure what is happening there. :) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Cristian Ciobanu" > To: users@cloudstack.apache.org >

Re: Cloudstack VR 4.6 issue

2015-12-13 Thread Cristian Ciobanu
The MAC address is correct , i re-installed the VM and the new MAC is  06:f6:d0:00:00:28,158.xx.xxx.164,TEST3,infinite Regards, Cristian   On 12/13/2015 7:27:29 PM, Nux! wrote: I don't see 06:47:4c:00:00:28 in there. I guess that's why you get an "ignore" from dnsmasq. Not sure what is happen