Unable to SSH to Instance

10/25/2018

Deployed Openstack on CentOS. And created an instance, port has been assigned. But unable to ssh into the instance using the port. Console via Horizon dashboard is not available "Error: Console is currently unavailable.".

IP Route for the assigned port,

[stack@localhost devstack]$ ip route get 10.0.0.11

10.0.0.11 via 192.168.1.1 dev wlp2s0b1 src 192.168.1.13

I am able to ping 192.168.1.1 and 192.168.1.13 but not 10.0.0.11

Log for the instance,

if-info: lo,up,127.0.0.1,8,::1 if-info:eth0,up,10.0.0.11,26,fe80::f816:3eff:fe82:34e5 ip-route:default via 10.0.0.1 dev eth0
ip-route:10.0.0.0/26 dev eth0 src 10.0.0.11
ip-route:169.254.169.254 via 10.0.0.1 dev eth0

I dont know whether dev eth0 showing up in the Instance Log and dev wlp2s0b1 showing up in the IP route is the problem. And I dont know how to fix this issue.

Using default security group with,

Egress IPv4 Any Any 0.0.0.0/0 - -
Egress IPv6 Any Any ::/0 - -
Ingress IPv4 Any Any - default -
Ingress IPv6 Any Any - default -

Do I need to set up 22:22 port? Even after adding that rule it failed before.

Please help.

Network Topology

-- javafox
devstack
kubernetes
openstack

0 Answers