Openstack/Devstack, Ping Instance: Destination Host Unreachable
Hello, I have deployed Openstack Havana with Devstack (SINGLE-NODE) My laptop (UBUNTU 13.10) gets 192.168.2.106 IP address from wireless router (Gateway 192.168.2.1; DHCP assigns from 192.168.2.100-192.168.2.200)
I'm using Neutron and here are some lines from my localrc:
> HOST IP=192.168.2.106 > FLOATING_RANGE=192.168.2.224/27 > PUBLIC_NETWORK_GATEWAY=192.168.2.225 > FIXED_RANGE=10.11.12.0/24 > FIXED_NETWORK_SIZE=256 > FLAT_INTERFACE=wlan0
I ./stack.sh and Everything works fine...now I have public and private network topology and I can assing floating IP to an instance.
The problem is I can't communicate with any instance from controller node by Floating IP, it says DESTINATION HOST UNREACHABLE. I also can't login to cirros Instance because the password contains ":" and for some reason it does not work to type ":".
It seems that I can ping the router: 192.168.2.226, although I've specified PUBLIC_NETWORK_GATEWAY=192.168.2.225 :/
Are you using neutron or nova networking? Are you trying to communicate with your instance using the fixed ip or a floating ip? If you log into the instance console, do you have outbound connectivity? Does the instance have an ip address?
I have updated my question... Hope that someone can help me out... or provide me a link with step by step deployment....
Have you created (or does devstack create) security groups that permit ICMP traffic?
yes, I did
Check this site for hints about where to look further, you may have a firewall somewhere or something else wrong. These seem to be hard to debug.