No route to instance - SSH and PING “No route to host”












1















I have setup my cloud using this official guide about [OpenStack Charms Deployment Guide].(https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/install-maas.html)



My lab is the following:



my lab:



1 IBM System 3540 M4 Maas (500GB HDD - 8GB RAM - 1 Nic)
1 IBM System 3540 M4 Juju (500GB HDD - 8GB RAM -1 Nic)
4 IBM System 3540 M4 Openstack (500GBx2 HDD - 16GB RAM - 2 Nic)
1 Palo Alto Network Firewall


IP plan:



Public Network: 10.20.81.0/24
Private Network: 10.0.0.0/24

Maas: 10.20.81.1
Juju: 10.20.81.2
Openstack: 10.20.81.21-24
Gateway 10.20.81.254
Private Network 10.0.0.0/24
Instance: 10.0.0.11 - 10.20.81.215 (floating)


enter image description here
The problem is that I can not access via SSH to new instance from my Maas server:



$: ping 10.20.81.215
PING 10.20.81.215 (10.20.81.215) 56(84) bytes of data.
From 10.20.81.1 icmp_seq=1 Destination Host Unreachable

$: ssh -i ~/.ssh/id_rsa.pub 10.20.81.215
ssh: connect to host 10.20.81.215 port 22: No route to host


while on node of Openstack that works



$: ping 10.20.81.21
PING 10.20.81.21 (10.20.81.21) 56(84) bytes of data.
64 bytes from 10.20.81.21: icmp_seq=1 ttl=64 time=0.286 ms


My Policy Group is so configurated:
enter image description here



My router is so configurated:
enter image description here



Maas route:



$: ip route
default via 10.20.81.254 dev enp2s0 proto static
10.20.81.0/24 dev enp2s0 proto kernel scope link src 10.20.81.1


Juju Controller:



ubuntu@juju-controller:~$ ip route
default via 10.20.81.254 dev enp8s0 proto static
10.20.81.0/24 dev enp8s0 proto kernel scope link src 10.20.81.2


Compute Nodes:



ubuntu@os-compute01:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.21
10.38.53.0/24 dev lxdbr0 proto kernel scope link src 10.38.53.1

ubuntu@os-compute02:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.22
10.104.230.0/24 dev lxdbr0 proto kernel scope link src 10.104.230.1

ubuntu@os-compute03:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.23
10.126.34.0/24 dev lxdbr0 proto kernel scope link src 10.126.34.1

ubuntu@os-compute04:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.24
10.72.47.0/24 dev lxdbr0 proto kernel scope link src 10.72.47.1


Router:



$:openstack router show u1804Ro
Password:
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| admin_state_up | UP |
| availability_zone_hints | |
| availability_zones | nova |
| created_at | 2019-02-22T20:37:46Z |
| description | |
| distributed | False |
| external_gateway_info | {"network_id": "25641239-aec8-4666-8e8d-95ec20c0b88d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4930a0a9-504c-422f-9ccc-a17b176389e8", "ip_address": "10.20.81.210"}]} |
| flavor_id | None |
| ha | False |
| id | 68de806c-ac96-4db6-9472-103fc161cf0d |
| interfaces_info | [{"subnet_id": "f73260ab-2079-41a8-b75a-79878052682c", "ip_address": "10.0.0.1", "port_id": "19af1cba-bf76-4ad2-abc5-54dddb1b9982"}] |
| name | u1804Ro |
| project_id | 3e59e7cde179423abcdce8fe431fbea0 |
| revision_number | 3 |
| routes | |
| status | ACTIVE |
| tags | |
| updated_at | 2019-02-22T20:39:37Z |
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
------------------------------------------------------


Security Group list



$:openstack security group list
Password:
+--------------------------------------+----------+-----------------------------+----------------------------------+
| ID | Name | Description | Project |
+--------------------------------------+----------+-----------------------------+----------------------------------+
| 57f3fbd9-7574-4116-826f-083a1241bc0f | default | Default security group | 3e59e7cde179423abcdce8fe431fbea0 |
| c242b952-8b07-4d25-b24e-ada213cc116f | u1804Sec | Security Group for u1804Pro | 3e59e7cde179423abcdce8fe431fbea0 |
+--------------------------------------+----------+-----------------------------+----------------------------------+


Security Group rule list



$:openstack security group rule list
Password:
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+
| ID | IP Protocol | IP Range | Port Range | Remote Security Group | Security Group |
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+
| 07b3bd3f-cc62-409c-bc65-62eea6c7b3ea | None | None | | 57f3fbd9-7574-4116-826f-083a1241bc0f | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| 34216d9f-f5fc-44a3-9e1a-ac52b0cdc334 | None | None | | None | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| 472eff92-c0f8-4a7e-806d-de98fe066d8f | tcp | 0.0.0.0/0 | 22:22 | None | c242b952-8b07-4d25-b24e-ada213cc116f |
| 8f101215-759d-48bc-b665-bd72463ecb3d | None | None | | None | c242b952-8b07-4d25-b24e-ada213cc116f |
| a6a0e040-3cc8-4cc3-bedf-2aa1adc52018 | None | None | | None | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| d4346b18-65b3-49a6-9763-05229e468dac | None | None | | 57f3fbd9-7574-4116-826f-083a1241bc0f | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| dc9f8a32-7315-493a-b8ed-9b5919afc2c8 | None | None | | None | c242b952-8b07-4d25-b24e-ada213cc116f |
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+


anyone can help me to solve that? thanks in advance










share|improve this question

























  • 1. Don't post images. 2. "My issue is shown in the first picture"? <sarcasm>Looks fine to me</sarcasm>. What is your question? 3. Whar does ip route show on each system?

    – waltinator
    Feb 20 at 16:52











  • you are definitely right...I've upgrade that.

    – Riccardo Magrini
    Feb 22 at 21:11











  • any suggesst? thanks

    – Riccardo Magrini
    2 days ago
















1















I have setup my cloud using this official guide about [OpenStack Charms Deployment Guide].(https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/install-maas.html)



My lab is the following:



my lab:



1 IBM System 3540 M4 Maas (500GB HDD - 8GB RAM - 1 Nic)
1 IBM System 3540 M4 Juju (500GB HDD - 8GB RAM -1 Nic)
4 IBM System 3540 M4 Openstack (500GBx2 HDD - 16GB RAM - 2 Nic)
1 Palo Alto Network Firewall


IP plan:



Public Network: 10.20.81.0/24
Private Network: 10.0.0.0/24

Maas: 10.20.81.1
Juju: 10.20.81.2
Openstack: 10.20.81.21-24
Gateway 10.20.81.254
Private Network 10.0.0.0/24
Instance: 10.0.0.11 - 10.20.81.215 (floating)


enter image description here
The problem is that I can not access via SSH to new instance from my Maas server:



$: ping 10.20.81.215
PING 10.20.81.215 (10.20.81.215) 56(84) bytes of data.
From 10.20.81.1 icmp_seq=1 Destination Host Unreachable

$: ssh -i ~/.ssh/id_rsa.pub 10.20.81.215
ssh: connect to host 10.20.81.215 port 22: No route to host


while on node of Openstack that works



$: ping 10.20.81.21
PING 10.20.81.21 (10.20.81.21) 56(84) bytes of data.
64 bytes from 10.20.81.21: icmp_seq=1 ttl=64 time=0.286 ms


My Policy Group is so configurated:
enter image description here



My router is so configurated:
enter image description here



Maas route:



$: ip route
default via 10.20.81.254 dev enp2s0 proto static
10.20.81.0/24 dev enp2s0 proto kernel scope link src 10.20.81.1


Juju Controller:



ubuntu@juju-controller:~$ ip route
default via 10.20.81.254 dev enp8s0 proto static
10.20.81.0/24 dev enp8s0 proto kernel scope link src 10.20.81.2


Compute Nodes:



ubuntu@os-compute01:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.21
10.38.53.0/24 dev lxdbr0 proto kernel scope link src 10.38.53.1

ubuntu@os-compute02:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.22
10.104.230.0/24 dev lxdbr0 proto kernel scope link src 10.104.230.1

ubuntu@os-compute03:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.23
10.126.34.0/24 dev lxdbr0 proto kernel scope link src 10.126.34.1

ubuntu@os-compute04:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.24
10.72.47.0/24 dev lxdbr0 proto kernel scope link src 10.72.47.1


Router:



$:openstack router show u1804Ro
Password:
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| admin_state_up | UP |
| availability_zone_hints | |
| availability_zones | nova |
| created_at | 2019-02-22T20:37:46Z |
| description | |
| distributed | False |
| external_gateway_info | {"network_id": "25641239-aec8-4666-8e8d-95ec20c0b88d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4930a0a9-504c-422f-9ccc-a17b176389e8", "ip_address": "10.20.81.210"}]} |
| flavor_id | None |
| ha | False |
| id | 68de806c-ac96-4db6-9472-103fc161cf0d |
| interfaces_info | [{"subnet_id": "f73260ab-2079-41a8-b75a-79878052682c", "ip_address": "10.0.0.1", "port_id": "19af1cba-bf76-4ad2-abc5-54dddb1b9982"}] |
| name | u1804Ro |
| project_id | 3e59e7cde179423abcdce8fe431fbea0 |
| revision_number | 3 |
| routes | |
| status | ACTIVE |
| tags | |
| updated_at | 2019-02-22T20:39:37Z |
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
------------------------------------------------------


Security Group list



$:openstack security group list
Password:
+--------------------------------------+----------+-----------------------------+----------------------------------+
| ID | Name | Description | Project |
+--------------------------------------+----------+-----------------------------+----------------------------------+
| 57f3fbd9-7574-4116-826f-083a1241bc0f | default | Default security group | 3e59e7cde179423abcdce8fe431fbea0 |
| c242b952-8b07-4d25-b24e-ada213cc116f | u1804Sec | Security Group for u1804Pro | 3e59e7cde179423abcdce8fe431fbea0 |
+--------------------------------------+----------+-----------------------------+----------------------------------+


Security Group rule list



$:openstack security group rule list
Password:
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+
| ID | IP Protocol | IP Range | Port Range | Remote Security Group | Security Group |
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+
| 07b3bd3f-cc62-409c-bc65-62eea6c7b3ea | None | None | | 57f3fbd9-7574-4116-826f-083a1241bc0f | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| 34216d9f-f5fc-44a3-9e1a-ac52b0cdc334 | None | None | | None | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| 472eff92-c0f8-4a7e-806d-de98fe066d8f | tcp | 0.0.0.0/0 | 22:22 | None | c242b952-8b07-4d25-b24e-ada213cc116f |
| 8f101215-759d-48bc-b665-bd72463ecb3d | None | None | | None | c242b952-8b07-4d25-b24e-ada213cc116f |
| a6a0e040-3cc8-4cc3-bedf-2aa1adc52018 | None | None | | None | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| d4346b18-65b3-49a6-9763-05229e468dac | None | None | | 57f3fbd9-7574-4116-826f-083a1241bc0f | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| dc9f8a32-7315-493a-b8ed-9b5919afc2c8 | None | None | | None | c242b952-8b07-4d25-b24e-ada213cc116f |
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+


anyone can help me to solve that? thanks in advance










share|improve this question

























  • 1. Don't post images. 2. "My issue is shown in the first picture"? <sarcasm>Looks fine to me</sarcasm>. What is your question? 3. Whar does ip route show on each system?

    – waltinator
    Feb 20 at 16:52











  • you are definitely right...I've upgrade that.

    – Riccardo Magrini
    Feb 22 at 21:11











  • any suggesst? thanks

    – Riccardo Magrini
    2 days ago














1












1








1


1






I have setup my cloud using this official guide about [OpenStack Charms Deployment Guide].(https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/install-maas.html)



My lab is the following:



my lab:



1 IBM System 3540 M4 Maas (500GB HDD - 8GB RAM - 1 Nic)
1 IBM System 3540 M4 Juju (500GB HDD - 8GB RAM -1 Nic)
4 IBM System 3540 M4 Openstack (500GBx2 HDD - 16GB RAM - 2 Nic)
1 Palo Alto Network Firewall


IP plan:



Public Network: 10.20.81.0/24
Private Network: 10.0.0.0/24

Maas: 10.20.81.1
Juju: 10.20.81.2
Openstack: 10.20.81.21-24
Gateway 10.20.81.254
Private Network 10.0.0.0/24
Instance: 10.0.0.11 - 10.20.81.215 (floating)


enter image description here
The problem is that I can not access via SSH to new instance from my Maas server:



$: ping 10.20.81.215
PING 10.20.81.215 (10.20.81.215) 56(84) bytes of data.
From 10.20.81.1 icmp_seq=1 Destination Host Unreachable

$: ssh -i ~/.ssh/id_rsa.pub 10.20.81.215
ssh: connect to host 10.20.81.215 port 22: No route to host


while on node of Openstack that works



$: ping 10.20.81.21
PING 10.20.81.21 (10.20.81.21) 56(84) bytes of data.
64 bytes from 10.20.81.21: icmp_seq=1 ttl=64 time=0.286 ms


My Policy Group is so configurated:
enter image description here



My router is so configurated:
enter image description here



Maas route:



$: ip route
default via 10.20.81.254 dev enp2s0 proto static
10.20.81.0/24 dev enp2s0 proto kernel scope link src 10.20.81.1


Juju Controller:



ubuntu@juju-controller:~$ ip route
default via 10.20.81.254 dev enp8s0 proto static
10.20.81.0/24 dev enp8s0 proto kernel scope link src 10.20.81.2


Compute Nodes:



ubuntu@os-compute01:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.21
10.38.53.0/24 dev lxdbr0 proto kernel scope link src 10.38.53.1

ubuntu@os-compute02:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.22
10.104.230.0/24 dev lxdbr0 proto kernel scope link src 10.104.230.1

ubuntu@os-compute03:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.23
10.126.34.0/24 dev lxdbr0 proto kernel scope link src 10.126.34.1

ubuntu@os-compute04:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.24
10.72.47.0/24 dev lxdbr0 proto kernel scope link src 10.72.47.1


Router:



$:openstack router show u1804Ro
Password:
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| admin_state_up | UP |
| availability_zone_hints | |
| availability_zones | nova |
| created_at | 2019-02-22T20:37:46Z |
| description | |
| distributed | False |
| external_gateway_info | {"network_id": "25641239-aec8-4666-8e8d-95ec20c0b88d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4930a0a9-504c-422f-9ccc-a17b176389e8", "ip_address": "10.20.81.210"}]} |
| flavor_id | None |
| ha | False |
| id | 68de806c-ac96-4db6-9472-103fc161cf0d |
| interfaces_info | [{"subnet_id": "f73260ab-2079-41a8-b75a-79878052682c", "ip_address": "10.0.0.1", "port_id": "19af1cba-bf76-4ad2-abc5-54dddb1b9982"}] |
| name | u1804Ro |
| project_id | 3e59e7cde179423abcdce8fe431fbea0 |
| revision_number | 3 |
| routes | |
| status | ACTIVE |
| tags | |
| updated_at | 2019-02-22T20:39:37Z |
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
------------------------------------------------------


Security Group list



$:openstack security group list
Password:
+--------------------------------------+----------+-----------------------------+----------------------------------+
| ID | Name | Description | Project |
+--------------------------------------+----------+-----------------------------+----------------------------------+
| 57f3fbd9-7574-4116-826f-083a1241bc0f | default | Default security group | 3e59e7cde179423abcdce8fe431fbea0 |
| c242b952-8b07-4d25-b24e-ada213cc116f | u1804Sec | Security Group for u1804Pro | 3e59e7cde179423abcdce8fe431fbea0 |
+--------------------------------------+----------+-----------------------------+----------------------------------+


Security Group rule list



$:openstack security group rule list
Password:
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+
| ID | IP Protocol | IP Range | Port Range | Remote Security Group | Security Group |
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+
| 07b3bd3f-cc62-409c-bc65-62eea6c7b3ea | None | None | | 57f3fbd9-7574-4116-826f-083a1241bc0f | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| 34216d9f-f5fc-44a3-9e1a-ac52b0cdc334 | None | None | | None | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| 472eff92-c0f8-4a7e-806d-de98fe066d8f | tcp | 0.0.0.0/0 | 22:22 | None | c242b952-8b07-4d25-b24e-ada213cc116f |
| 8f101215-759d-48bc-b665-bd72463ecb3d | None | None | | None | c242b952-8b07-4d25-b24e-ada213cc116f |
| a6a0e040-3cc8-4cc3-bedf-2aa1adc52018 | None | None | | None | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| d4346b18-65b3-49a6-9763-05229e468dac | None | None | | 57f3fbd9-7574-4116-826f-083a1241bc0f | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| dc9f8a32-7315-493a-b8ed-9b5919afc2c8 | None | None | | None | c242b952-8b07-4d25-b24e-ada213cc116f |
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+


anyone can help me to solve that? thanks in advance










share|improve this question
















I have setup my cloud using this official guide about [OpenStack Charms Deployment Guide].(https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/install-maas.html)



My lab is the following:



my lab:



1 IBM System 3540 M4 Maas (500GB HDD - 8GB RAM - 1 Nic)
1 IBM System 3540 M4 Juju (500GB HDD - 8GB RAM -1 Nic)
4 IBM System 3540 M4 Openstack (500GBx2 HDD - 16GB RAM - 2 Nic)
1 Palo Alto Network Firewall


IP plan:



Public Network: 10.20.81.0/24
Private Network: 10.0.0.0/24

Maas: 10.20.81.1
Juju: 10.20.81.2
Openstack: 10.20.81.21-24
Gateway 10.20.81.254
Private Network 10.0.0.0/24
Instance: 10.0.0.11 - 10.20.81.215 (floating)


enter image description here
The problem is that I can not access via SSH to new instance from my Maas server:



$: ping 10.20.81.215
PING 10.20.81.215 (10.20.81.215) 56(84) bytes of data.
From 10.20.81.1 icmp_seq=1 Destination Host Unreachable

$: ssh -i ~/.ssh/id_rsa.pub 10.20.81.215
ssh: connect to host 10.20.81.215 port 22: No route to host


while on node of Openstack that works



$: ping 10.20.81.21
PING 10.20.81.21 (10.20.81.21) 56(84) bytes of data.
64 bytes from 10.20.81.21: icmp_seq=1 ttl=64 time=0.286 ms


My Policy Group is so configurated:
enter image description here



My router is so configurated:
enter image description here



Maas route:



$: ip route
default via 10.20.81.254 dev enp2s0 proto static
10.20.81.0/24 dev enp2s0 proto kernel scope link src 10.20.81.1


Juju Controller:



ubuntu@juju-controller:~$ ip route
default via 10.20.81.254 dev enp8s0 proto static
10.20.81.0/24 dev enp8s0 proto kernel scope link src 10.20.81.2


Compute Nodes:



ubuntu@os-compute01:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.21
10.38.53.0/24 dev lxdbr0 proto kernel scope link src 10.38.53.1

ubuntu@os-compute02:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.22
10.104.230.0/24 dev lxdbr0 proto kernel scope link src 10.104.230.1

ubuntu@os-compute03:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.23
10.126.34.0/24 dev lxdbr0 proto kernel scope link src 10.126.34.1

ubuntu@os-compute04:~$ ip route
default via 10.20.81.254 dev br-eno2 proto static
10.20.81.0/24 dev br-eno2 proto kernel scope link src 10.20.81.24
10.72.47.0/24 dev lxdbr0 proto kernel scope link src 10.72.47.1


Router:



$:openstack router show u1804Ro
Password:
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field | Value |
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| admin_state_up | UP |
| availability_zone_hints | |
| availability_zones | nova |
| created_at | 2019-02-22T20:37:46Z |
| description | |
| distributed | False |
| external_gateway_info | {"network_id": "25641239-aec8-4666-8e8d-95ec20c0b88d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "4930a0a9-504c-422f-9ccc-a17b176389e8", "ip_address": "10.20.81.210"}]} |
| flavor_id | None |
| ha | False |
| id | 68de806c-ac96-4db6-9472-103fc161cf0d |
| interfaces_info | [{"subnet_id": "f73260ab-2079-41a8-b75a-79878052682c", "ip_address": "10.0.0.1", "port_id": "19af1cba-bf76-4ad2-abc5-54dddb1b9982"}] |
| name | u1804Ro |
| project_id | 3e59e7cde179423abcdce8fe431fbea0 |
| revision_number | 3 |
| routes | |
| status | ACTIVE |
| tags | |
| updated_at | 2019-02-22T20:39:37Z |
+-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
------------------------------------------------------


Security Group list



$:openstack security group list
Password:
+--------------------------------------+----------+-----------------------------+----------------------------------+
| ID | Name | Description | Project |
+--------------------------------------+----------+-----------------------------+----------------------------------+
| 57f3fbd9-7574-4116-826f-083a1241bc0f | default | Default security group | 3e59e7cde179423abcdce8fe431fbea0 |
| c242b952-8b07-4d25-b24e-ada213cc116f | u1804Sec | Security Group for u1804Pro | 3e59e7cde179423abcdce8fe431fbea0 |
+--------------------------------------+----------+-----------------------------+----------------------------------+


Security Group rule list



$:openstack security group rule list
Password:
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+
| ID | IP Protocol | IP Range | Port Range | Remote Security Group | Security Group |
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+
| 07b3bd3f-cc62-409c-bc65-62eea6c7b3ea | None | None | | 57f3fbd9-7574-4116-826f-083a1241bc0f | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| 34216d9f-f5fc-44a3-9e1a-ac52b0cdc334 | None | None | | None | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| 472eff92-c0f8-4a7e-806d-de98fe066d8f | tcp | 0.0.0.0/0 | 22:22 | None | c242b952-8b07-4d25-b24e-ada213cc116f |
| 8f101215-759d-48bc-b665-bd72463ecb3d | None | None | | None | c242b952-8b07-4d25-b24e-ada213cc116f |
| a6a0e040-3cc8-4cc3-bedf-2aa1adc52018 | None | None | | None | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| d4346b18-65b3-49a6-9763-05229e468dac | None | None | | 57f3fbd9-7574-4116-826f-083a1241bc0f | 57f3fbd9-7574-4116-826f-083a1241bc0f |
| dc9f8a32-7315-493a-b8ed-9b5919afc2c8 | None | None | | None | c242b952-8b07-4d25-b24e-ada213cc116f |
+--------------------------------------+-------------+-----------+------------+--------------------------------------+--------------------------------------+


anyone can help me to solve that? thanks in advance







openstack






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago







Riccardo Magrini

















asked Oct 15 '18 at 15:26









Riccardo MagriniRiccardo Magrini

73031326




73031326













  • 1. Don't post images. 2. "My issue is shown in the first picture"? <sarcasm>Looks fine to me</sarcasm>. What is your question? 3. Whar does ip route show on each system?

    – waltinator
    Feb 20 at 16:52











  • you are definitely right...I've upgrade that.

    – Riccardo Magrini
    Feb 22 at 21:11











  • any suggesst? thanks

    – Riccardo Magrini
    2 days ago



















  • 1. Don't post images. 2. "My issue is shown in the first picture"? <sarcasm>Looks fine to me</sarcasm>. What is your question? 3. Whar does ip route show on each system?

    – waltinator
    Feb 20 at 16:52











  • you are definitely right...I've upgrade that.

    – Riccardo Magrini
    Feb 22 at 21:11











  • any suggesst? thanks

    – Riccardo Magrini
    2 days ago

















1. Don't post images. 2. "My issue is shown in the first picture"? <sarcasm>Looks fine to me</sarcasm>. What is your question? 3. Whar does ip route show on each system?

– waltinator
Feb 20 at 16:52





1. Don't post images. 2. "My issue is shown in the first picture"? <sarcasm>Looks fine to me</sarcasm>. What is your question? 3. Whar does ip route show on each system?

– waltinator
Feb 20 at 16:52













you are definitely right...I've upgrade that.

– Riccardo Magrini
Feb 22 at 21:11





you are definitely right...I've upgrade that.

– Riccardo Magrini
Feb 22 at 21:11













any suggesst? thanks

– Riccardo Magrini
2 days ago





any suggesst? thanks

– Riccardo Magrini
2 days ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1083964%2fno-route-to-instance-ssh-and-ping-no-route-to-host%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1083964%2fno-route-to-instance-ssh-and-ping-no-route-to-host%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局