<div dir="ltr"><p dir="ltr">Hello,</p>
<p dir="ltr">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:</p><p dir="ltr"><br></p><p>TP-link router = public IP address 119.101.54.x and lan IP address 172.28.0.1</p><p>Home computer = 172.28.0.130<br><br>Ubuntu eth0 (no IP address) and eth1 172.28.0.105 (for managmeent)<br><br>br100 IP address = 10.0.47.1 map to eth0<br><br>instance01 IP address = 10.0.47.2<br></p><p>I don't understand what's "which interface/bridge your neutron router is attached to"</p><p>When I type "neutron router-list" have following error:</p><p>Cloud not find Service or Region in Service Catalog.</p><p>and my lab do not have 172.24.0.0 subnet, please help.</p><p><br></p>
<div class="gmail_quote">於 2015/5/6 上午12:12,"Brian Haley" <<a href="mailto:brian.haley@hp.com" target="_blank">brian.haley@hp.com</a>> 寫道:<br type="attribution"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On 05/05/2015 09:47 AM, Wilson Kwok wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hello,<br>
<br>
Here is my home lap network settings:<br>
<br>
Home computer 172.28.0.130<br>
<br>
Ubuntu eth0 (no IP address)<br>
        eth1 172.28.0.105 (for managmeent)<br>
<br>
br100 10.0.47.1 map to eth0<br>
<br>
instance01 10.0.47.2<br>
</blockquote>
<br>
This is your floating IP, right?<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
My question is home computer can't ping instance01 10.0.47.2, even Ubuntu itselves,<br>
I already allow security group ICMP ALL, can anyone help ?<br>
</blockquote>
<br>
You will need to add a route, but to do that you'll need to know which interface/bridge your neutron router is attached to.  Assuming it is br100 it would be something like this:<br>
<br>
$ neutron router-list<br>
...<br>
"ip_address": "172.24.0.2"<br>
...<br>
<br>
# ip r add 10/8 via 172.24.0.2 dev br100<br>
<br>
Devstack does a lot of this during setup, even if you're not using it sometimes looking at the things it does might be helpful - see file lib/neutron-legacy<br>
<br>
-Brian<br>
</blockquote></div>
</div>