how can i remote access instance ? with liberty
i am begineer and i would to get access with another terminal and i don't know how can i do it thank you
First time here? Check out the FAQ!
i am begineer and i would to get access with another terminal and i don't know how can i do it thank you
To elaborate a bit more: You need to associate a floating IP with the instance, and you need the name of a user account on the instance. You also need to add port 22 to one of the instance's security groups (often, there is only one security group named "default"). Then run ssh <floating ip> <username>
.
$ nova floating-ip-create
$ nova floating-ip-associate <instance name or UUID> <IP address>
$ nova secgroup-add-rule default tcp 22 22 0.0.0.0/0
$ ssh <IP address> -l <user>
Open the port 22 in the security group that is attached to your instance. Install puTTy (http://www.putty.org/) and connect the server using the floating IP address, username and password
Asked: 2016-11-07 07:43:01 -0600
Seen: 418 times
Last updated: Nov 08 '16
devstack stable/liberty neutron version
is there a way to upgrade from liberty to mitaka in devstack ?
when changed the backend to ldap in devstack(liberty),An error occurred authenticating
Docker Configuration Fails : DevStack Installation [DEFAULT]: command not found
Has any one tested Tempest on Liberty release of OpenStack?
Instance can't connect Internet
[Tacker] How to forcefully remove stale vnf's from the list
Cinder service not sending heart beat, appears down
You don't know how to open a terminal or how to access an instance from a terminal?
how to access an instance from a terminal