<div dir="ltr"><div><div><div><div><div><div>Hi all;<br></div>I think I know what to do in the case of Nova, but with Liberty I installed Neutron Option 2 networking and I can't seem to get floating IPs to work properly.   I can create and associate, but ca not SSH or PING thru to the private net.<br><br></div>This is a basic setup via the Openstack instructions.  The public net / subnet seem to work just fine.  Can crate a Demo instance on Public and ssh to it.  But can not create a Demo instance on Private, associate floating IP, and SSH.<br><br></div>Is the floaging IP port itself blocking?   Demo instance has all the proper security groups.  Don't think it's the fault of the instance.    <br><br><br><br></div>Session details<br><br></div>Thanks in advance;<br></div>-Chris<br><br><div><div>source demo-openrc.sh <br>neutron floatingip-create public<br><br>[root@maersk src]# source demo-openrc.sh <br>[root@maersk src]# neutron floatingip-list<br>+--------------------------------------+------------------+---------------------+---------+<br>| id                                   | fixed_ip_address | floating_ip_address | port_id |<br>+--------------------------------------+------------------+---------------------+---------+<br>| 898a3257-a41a-48e5-8922-44939c049643 |                  | 172.22.10.13        |         |<br>+--------------------------------------+------------------+---------------------+---------+<br>[root@maersk src]# neutron port-list<br>+--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+<br>| id                                   | name | mac_address       | fixed_ips                                                                           |<br>+--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+<br>| 2e2666c7-4fef-4bc0-8ea5-dc02831a9717 |      | fa:16:3e:b6:89:c0 | {"subnet_id": "6eb927e5-095f-4c8c-bd3c-c9999b959414", "ip_address": "192.168.10.1"} |<br>| b079c4ec-893e-4ec5-a033-f6e9dedde828 |      | fa:16:3e:d3:87:7a | {"subnet_id": "aea716c1-e1e2-430b-85c0-5ec975e3a287", "ip_address": "172.22.10.11"} |<br>| eab0e97e-845b-4ed5-8f40-b1d16ccbfa44 |      | fa:16:3e:06:64:b4 | {"subnet_id": "6eb927e5-095f-4c8c-bd3c-c9999b959414", "ip_address": "192.168.10.3"} |<br>| f383c60f-8d99-409c-8510-aeef3640f9bf |      | fa:16:3e:f6:b3:c6 | {"subnet_id": "6eb927e5-095f-4c8c-bd3c-c9999b959414", "ip_address": "192.168.10.2"} |<br>+--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+<br>[root@maersk src]# neutron  floatingip-associate 172.22.10.13 eab0e97e-845b-4ed5-8f40-b1d16ccbfa44  <br>Floating IP 172.22.10.13 could not be found<br>[root@maersk src]# neutron  floatingip-associate 898a3257-a41a-48e5-8922-44939c049643  eab0e97e-845b-4ed5-8f40-b1d16ccbfa44  <br>Associated floating IP 898a3257-a41a-48e5-8922-44939c049643<br>[root@maersk src]# nova list<br>+--------------------------------------+------------------------+--------+------------+-------------+------------------------------------+<br>| ID                                   | Name                   | Status | Task State | Power State | Networks                           |<br>+--------------------------------------+------------------------+--------+------------+-------------+------------------------------------+<br>| f21c04d5-d217-493a-89ca-b71361c27d99 | Private Net Float Test | ACTIVE | -          | Running     | private=192.168.10.3, 172.22.10.13 |<br>| c2d8c226-066d-403e-8771-2292d587a6df | test                   | ACTIVE | -          | Running     | public=172.22.10.11                |<br>+--------------------------------------+------------------------+--------+------------+-------------+------------------------------------+<br>[root@maersk src]# ping 172.22.10.13<br>PING 172.22.10.13 (172.22.10.13) 56(84) bytes of data.<br>From 172.22.10.99 icmp_seq=1 Destination Host Unreachable<br>From 172.22.10.99 icmp_seq=2 Destination Host Unreachable<br>From 172.22.10.99 icmp_seq=3 Destination Host Unreachable<br>From 172.22.10.99 icmp_seq=4 Destination Host Unreachable<br>^C<br>--- 172.22.10.13 ping statistics ---<br>4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 2999ms<br>pipe 4<br>[root@maersk src]# ssh 172.22.10.13<br>ssh: connect to host 172.22.10.13 port 22: No route to host<br>[root@maersk src]# ssh 172.22.10.11<br>The authenticity of host '172.22.10.11 (172.22.10.11)' can't be established.<br>RSA key fingerprint is 1a:54:41:d8:72:6f:53:4c:e2:8f:95:8c:5c:1f:23:f7.<br>Are you sure you want to continue connecting (yes/no)? yes<br>Warning: Permanently added '172.22.10.11' (RSA) to the list of known hosts.<br>Please login as 'cirros' user, not as root<br><br>^CConnection to 172.22.10.11 closed.<br><br><br><div><div><div><div><div><br><br><br><br><br><br><br><br><br><br><br><br><br><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div><div>- Christopher T. Hull<br></div><div>333 Orchard Ave, Sunnyvale CA. 94085<br>(415) 385 4865<br></div><div><a href="mailto:chrishull42@gmail.com" target="_blank">chrishull42@gmail.com</a><br></div><a href="http://chrishull.com" target="_blank">http://chrishull.com</a><br><br></div></div><div><div><br></div></div></div></div></div></div></div>
</div></div></div></div></div></div></div></div>