Re: [Openstack] metadata issue

2013-02-13 Thread Razique Mahroua
HI :)do you use nova-network or quantum? And according to the model you use, which kind? For instance vlan, flat, flatDHP for nova-network ?thanks, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 12 févr. 2013 à 17:03, Paras pradhan pradhanpa...@gmail.com a écrit :Hi,I

Re: [Openstack] metadata issue

2013-02-13 Thread Paras pradhan
I ran that command on compute node. I am using nova-network and flatdhcpmanager. I have another setup which has quantam . Having difficulties with the same problem in quantam. Paras. On Wed, Feb 13, 2013 at 9:15 AM, Razique Mahroua razique.mahr...@gmail.comwrote: HI :) do you use

Re: [Openstack] metadata issue

2013-02-13 Thread Sylvain Bauza
First of all, make sure metadata is DNAT'd to nova-api on your nova-network node. For that, please issue 'iptables -t nat -S' and look at the corresponding entry : -A nova-network-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j DNAT

Re: [Openstack] metadata issue

2013-02-13 Thread Sylvain Bauza
First of all, make sure metadata is DNAT'd to nova-api on your nova-network node. For that, please issue 'iptables -t nat -S' and look at the corresponding entry : -A nova-network-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j DNAT --to-destination ip:8775 If this is correct,

Re: [Openstack] metadata issue

2013-02-12 Thread Razique Mahroua
Hi,what is your current network model?thanks Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 12 févr. 2013 à 00:25, Paras pradhan pradhanpa...@gmail.com a écrit :Hi,The packages I am using are from folsom ubuntu quantal branch. When Irun an instance I see--wget: can't

Re: [Openstack] metadata issue

2013-02-12 Thread Paras pradhan
Hi, I have two nodes. A controller node and a compute. Both has 2 nics , eth0 is public and eth1 is private with no ip on it. Compute node has nova-network and nova-compute . nova-api runs on both servers. I can see br100 up in compute node. Thanks in advance. Paras. On Tue, Feb 12, 2013 at

Re: [Openstack] metadata issue

2013-02-12 Thread Paras pradhan
iptables -A POSTROUTING -t mangle -p udp --dport 68 -j CHECKSUM --checksum-fill fixed the issue. Paras. On Tue, Feb 12, 2013 at 10:03 AM, Paras pradhan pradhanpa...@gmail.comwrote: Hi, I have two nodes. A controller node and a compute. Both has 2 nics , eth0 is public and eth1 is private

[Openstack] metadata issue

2013-02-11 Thread Paras pradhan
Hi, The packages I am using are from folsom ubuntu quantal branch. When I run an instance I see -- wget: can't connect to remote host (169.254.169.254): Network is unreachable -- this might be the network issue as well. nova list shows my instance . I am running nova-network on compute node.