<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false"><div>Hi,<br>I am running Ubuntu Server 20.04 LTS on Virtualbox. I installed OpenStack (Xena release) through Devstack.<br>Here is the content of my /opt/stack/devstack/local.conf file :<br>[[local|localrc]]<br>ADMIN_PASSWORD=secret<br>DATABASE_PASSWORD=$ADMIN_PASSWORD<br>RABBIT_PASSWORD=$ADMIN_PASSWORD<br>SERVICE_PASSWORD=$ADMIN_PASSWORD<br>HOST_IP=10.0.2.15<br><br><br>I created an instance through Horizon. The security group contains the <br>2 rules needed (one to be able to ping and one to be able to ssh the instance). I also allocated and associated a floating IP address.<br>And a ssh key pair.<br><br>Here is the configuration :<br>openstack server list<br>---------------------------------+--------------------------+---------+<br>| ID   | Name | Status | Networks | Image  | Flavor  |<br>---------------------------------+--------------------------+---------+<br>| f5f0fdd5-298b-4fa3-9ee9-e6e4288f4327 | InstanceJanvier | ACTIVE | shared=172.24.4.133, 192.168.233.165 | cirros-0.5.2-x86_64-disk | m1.nano |<br>------------------------------------------------------+<br><br><br>openstack network list : <br>------------------------------------------------------+<br>| ID     | Name    | Subnets             |<br>------------------------------------------------------+<br>| 96a04799-7fc7-4525-b05c-ad57261aed38 | public  | 07ce42db-6f3f-4135-ace7-2fc104ea62a0, 6dba13fc-b10c-48b1-b1b4-e1f1afe25b53 |<br>| c42638dc-fa56-4644-ad34-295fce4811d2 | shared  | a4e2d8cc-02b2-42e2-a525-e0eebbb08980                                       |<br>| ffb8a527-266e-4e96-ad60-f7e9aba8f0c1 | private | 42e36677-cf3c-4df4-88a1-8cf79b9d6060, e507e6dd-132a-4249-96b1-83761562dd73 |<br>------------------------------------------------------+<br><br>openstack router list :<br>+--------------------------------------+----------------+--------+------<br>| ID    | Name  | Status | State | Project                          |<br>+--------------------------------------+----------------+--------+------<br>| b9a15051-a532-4c93-95ad-53c057720c62 | Virtual_router | ACTIVE | UP    | 6556c02dd88f4c45b535c2dbb8ba1a04 |<br>+--------------------------------------+----------------+--------+------<br><br><br>I cannot ping/ssh neither the fixed IP address or the floating IP address : <br>ping -c 3 172.24.4.133<br>PING 172.24.4.133 (172.24.4.133) 56(84) bytes of data.<br>--- 172.24.4.133 ping statistics ---<br>3 packets transmitted, 0 received, 100% packet loss, time 2035ms<br><br>ping -c 3 192.168.233.165<br>PING 192.168.233.165 (192.168.233.165) 56(84) bytes of data.<br>--- 192.168.233.165 ping statistics ---<br>3 packets transmitted, 0 received, 100% packet loss, time 2035ms<br><br>Maybe that has something to do with the network namespaces configuration on Ubuntu.<br>Does anyone know what could go wrong or what is missing ?<br>Thanks for helping.</div><div><br></div></div></div></body></html>