Devstack - Ping unsuccess from instance created
I am using Devstack which is created using Liberty version.
I can be able to reach the outside world from the Instance which is created for demo project.
Demo project is using the private network.
But, Unfortunately instance which is created in a admin project is not working correctly as needed.
It is not reaching the outside IP.
Admin project is using the Public network.
IP of created Instances:
172.24.4.3 - Admin (Public)
10.0.0.3 - Demo (Private)
Please some one let me know your comments or suggestions.
Result of route -n from host machine:
root@devstack:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 69.50.235.225 0.0.0.0 UG 0 0 0 eth0
10.0.0.0 172.24.4.2 255.255.255.0 UG 0 0 0 br-ex
10.127.0.0 10.134.152.1 255.255.0.0 UG 0 0 0 eth1
10.134.152.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
69.50.235.224 0.0.0.0 255.255.255.248 U 0 0 0 eth0
172.24.4.0 0.0.0.0 255.255.255.0 U 0 0 0 br-ex
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0