openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #23405
回复: 回复: Re: vm can't connect to remote host (169.254.169.254)
and in the network node I can ping 192.168.23.102()
ip netns exec qrouter-8f5f3c17-a00e-4382-a403-181dfbb9d189 ping 192.168.23.102 which is the router gateway.
PING 192.168.23.102 (192.168.23.102) 56(84) bytes of data.
64 bytes from 192.168.23.102: icmp_req=1 ttl=64 time=0.048 ms
64 bytes from 192.168.23.102: icmp_req=2 ttl=64 time=0.025 ms
64 bytes from 192.168.23.102: icmp_req=3 ttl=64 time=0.045 ms
64 bytes from 192.168.23.102: icmp_req=4 ttl=64 time=0.024 ms
^C
--- 192.168.23.102 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
2013-05-08
zengshan2008
发件人:zengshan2008
发送时间:2013-05-08 15:25
主题:回复: Re: [Openstack] vm can't connect to remote host (169.254.169.254)
收件人:"Aaron Rosen"<arosen@xxxxxxxxxx>
抄送:"Stephen Kramer"<celticremark@xxxxxxxxx>,"Anil Vishnoi"<vishnoianil@xxxxxxxxx>,"gong yong sheng"<gongysh@xxxxxxxxxxxxxxxxxx>,"openstack"<openstack@xxxxxxxxxxxxxxxxxxx>
I didn't quite understand your question, can you explain more? thanks!
the following is the router information in my controller node:
root@controllernode:~# quantum port-list -- --device_id 8f5f3c17-a00e-4382-a403-181dfbb9d189 --device_owner network:router_gateway
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------------+
| id | name | mac_address | fixed_ips |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------------+
| daf2c037-ccce-4698-a619-1fd507f64c52 | | fa:16:3e:ea:f6:c3 | {"subnet_id": "766fb8ec-5ea4-42f8-8af7-8b58928e56c4", "ip_address": "192.168.23.102"} |
+--------------------------------------+------+-------------------+---------------------------------------------------------------------------------------+
root@controllernode:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.23.1 0.0.0.0 UG 0 0 0 eth0
192.168.23.0 * 255.255.255.0 U 0 0 0 eth0
202.122.38.0 192.168.23.102 255.255.255.0 UG 0 0 0 eth0
localnet * 255.255.255.0 U 0 0 0 eth1
2013-05-08
zengshan2008
发件人:Aaron Rosen
发送时间:2013-05-08 15:07
主题:Re: [Openstack] vm can't connect to remote host (169.254.169.254)
收件人:"zengshan2008"<zengshan2008@xxxxxxxxx>
抄送:"Stephen Kramer"<celticremark@xxxxxxxxx>,"Anil Vishnoi"<vishnoianil@xxxxxxxxx>,"gong yong sheng"<gongysh@xxxxxxxxxxxxxxxxxx>,"openstack"<openstack@xxxxxxxxxxxxxxxxxxx>
Is the network you are trying to boot on attached to a router (i.e and can you ping the default gw)?
On Tue, May 7, 2013 at 11:59 PM, zengshan2008 <zengshan2008@xxxxxxxxx> wrote:
Hi all,
I've installed openstack using quantum by the guide https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
In my environment, I have a controller node, a network node and a compute node, I am using openvswitch plugin and everything looks fine, but the following logs in the vm console make me crazy. can anybody help me out?
May 8 00:45:57 cirros kern.info kernel: [ 2.468239] eth0: IPv6 duplicate address fe80::f816:3eff:fe80:636f detected!
############ debug end ##############
cloud-setup: failed to read iid from metadata. tried 30
WARN: /etc/rc3.d/S45-cloud-setup failed
Starting dropbear sshd: generating rsa key... generating dsa key... OK
===== cloud-final: system completely up in 41.24 seconds ====
wget: can't connect to remote host (169.254.169.254): Network is unreachable
wget: can't connect to remote host (169.254.169.254): Network is unreachable
wget: can't connect to remote host (169.254.169.254): Network is unreachable
instance-id:
public-ipv4:
local-ipv4 :
wget: can't connect to remote host (169.254.169.254): Network is unreachable
cloud-userdata: failed to read instance id
WARN: /etc/rc3.d/S99-cloud-userdata failed
2013-05-08
zengshan2008
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
References