<div>Hey all,</div><div><br></div><div>This 169.254.169.254 is driving me crazy. I read a few things already about that suspcisious IP address, however,</div><div>I always get either a few:</div><div><br></div><div><font face="'courier new', monospace">2012-05-29 12:22:40,831 - util.py[WARNING]: '<a href="http://169.254.169.254/2009-04-04/meta-data/instance-id">http://169.254.169.254/2009-04-04/meta-data/instance-id</a>' failed [50/120s]: url error [timed out]</font></div>
<div><br></div><div>or I'll get tons of:</div><div><br></div><div><div><font face="'courier new', monospace">2012-05-29 12:19:38,049 - util.py[WARNING]: '<a href="http://169.254.169.254/2009-04-04/meta-data/instance-id">http://169.254.169.254/2009-04-04/meta-data/instance-id</a>' failed [113/120s]: url error [[Errno 111] Connection refused]</font></div>
</div><div><br></div><div>when instantiating a new VM.</div><div><br></div><div>My setup is as follows:</div><div><br></div><div><div>"production" network: <a href="http://10.10.40.0/21">10.10.40.0/21</a></div><div>
management network (physical nodes, switches, PDUs, ...) <a href="http://10.10.0.0/19">10.10.0.0/19</a></div></div><div><br></div><div>nova-network: (we're not in multi_host mode)</div><div>- eth0: 10.10.30.4</div><div>
<br></div><div>controller (api, scheduler, etc, also compute-1 node):</div><div>- eth0: 10.10.30.190</div><div><br></div><div>compute-2:</div><div>- eth0: 10.10.30.191</div><div><br></div><div>compute-3:</div><div>- eth0: 10.10.30.192</div>
<div><br></div><div>Now, since the 169.254.169.254 is just an artificial IP, to be NAT'ed to the right host via iptables, I did a quick check,</div><div>and tcp/80 seems to redirect to the nova-api instance at port 8775.</div>
<div><br></div><div>So here's my question:</div><div>On which physical nodes is this iptables rule expected, Just nova-network or on every compute node? (and how to fix my above situation?)</div><div><br></div><div>I'm asking because I found the DNAT rule on the dedicated network node but also compute-1 node (which is also the controller node, with api, scheduler, etc) but not on compute-3 nor on compute-3 node - regardless of my issue, this doesn't feel right.</div>
<div><br></div><div>Does anyone have a hint on what's going on/wrong here?</div><div><br></div><div>Best regards,</div><div>Christian Parpart.</div>