Re: [Openstack] How to ping instance IP ?

2015-05-07 Thread Kevin Benton
I found this one after a quick Google search that looks like it installs from packages and has manual database setup if that's what you're looking for. http://intocloud.org/openstack-juno-with-three-node-setup-on-ubuntu-14-04-lts/ On Wed, May 6, 2015 at 6:31 PM, Wilson Kwok leiw...@gmail.com

Re: [Openstack] How to ping instance IP ?

2015-05-06 Thread Kevin Benton
Yes, it sounds like you just have nova network right now. Did you use devstack? If so, follow this guide. https://wiki.openstack.org/wiki/NeutronDevstack On Wed, May 6, 2015 at 11:02 AM, Wilson Kwok leiw...@gmail.com wrote: repeat this message to all, I can't see network and router option in

Re: [Openstack] How to ping instance IP ?

2015-05-06 Thread Wilson Kwok
repeat this message to all, I can't see network and router option in System panel, I think need install neutron, right ? do you have any guide for help ? Thanks 2015-05-07 1:53 GMT+08:00 Wilson Kwok leiw...@gmail.com: Hello, I can't see network and router option in System panel, I think

Re: [Openstack] How to ping instance IP ?

2015-05-06 Thread Wilson Kwok
Hello, I used http://www.stackgeek.com/guides/gettingstarted.html to installed single node, do you have another guide that can match stackgeek ? Thanks 於 2015/5/7 上午4:41,Kevin Benton blak...@gmail.com 寫道: Yes, it sounds like you just have nova network right now. Did you use devstack? If so,

Re: [Openstack] How to ping instance IP ?

2015-05-05 Thread Wilson Kwok
Hello, I forgot to tell everyone this lab is using icehouse, I have TP-Link router public IP address is 119.101.54.x, lan IP address is 172.28.0.1, floating IP range already enable on instance, so below is new simply home lab diagram: TP-link router = public IP address 119.101.54.x and lan IP

Re: [Openstack] How to ping instance IP ?

2015-05-05 Thread Jonathan Abdiel Gonzalez Valdebenito
Hi Wilson, To ping the instance I suggest you to use these commands: ip netns -- to list your namespaces and pick up the one with the router name ip netns exec router-(hash) ping instance ip -- with this you can ping the instance. Hope it was usefull On Tue, May 5, 2015 at 10:57 AM Wilson

[Openstack] How to ping instance IP ?

2015-05-05 Thread Wilson Kwok
Hello, Here is my home lap network settings: Home computer 172.28.0.130 Ubuntu eth0 (no IP address) eth1 172.28.0.105 (for managmeent) br100 10.0.47.1 map to eth0 instance01 10.0.47.2 My question is home computer can't ping instance01 10.0.47.2, even Ubuntu itselves, I already allow

Re: [Openstack] How to ping instance IP ?

2015-05-05 Thread Brian Haley
On 05/05/2015 09:47 AM, Wilson Kwok wrote: Hello, Here is my home lap network settings: Home computer 172.28.0.130 Ubuntu eth0 (no IP address) eth1 172.28.0.105 (for managmeent) br100 10.0.47.1 map to eth0 instance01 10.0.47.2 This is your floating IP, right? My question is home