Score:0

Is there a way to access my OpenStack instance without floating IP?

cn flag

It seems theoretically possible for me to ssh to my instance in OpenStack through credentials and instance id/network IP(Not floating IP) etc. Is it possible, am I missing something? Is it simply a feature not yet supported?

Score:0
us flag

It's possible to reach the VM with the local IP from dhcp namespace, which is usually in the network node or the node holding that role.

You need to get the network uuid

Something like:

ip netns => TO list them
ip netns exec qdhcp-<UUID> ping <VM IP>
ip netns exec qdhcp-<UUID> ssh <VM IP>
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.