[Openstack] ssh login for Grizzly ubuntu 12.04

Jay Pipes jaypipes at gmail.com
Fri Aug 2 15:39:24 UTC 2013


On 08/02/2013 09:57 AM, raghavendra.lad at accenture.com wrote:
> Hi Jay,
>
> Thanks for the quick response.
>
> I can see ubuntu login on VNC (Horizon dashboard) but cannot login as I need to change password after logging to ssh.
>
> How do I allocate Floating IP is that in Nova?

You need to have a publicly-routed range of IP addresses that you will 
be able to use as your floating IP pool. The IP addresses I see you 
trying to connect to in the attached image are all private networks.

> I have network can I assign range like for Router, Network and Net topology?
> I need to declare the security Firewall rules (I cant do that for TCP and ICMP) any clue..?

Yes, you need to edit the default security group rules to allow TCP and 
ICMP traffic to the VM.

nova secgroup-add-rule default tcp 22 22 0.0.0.0/0
nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0

> My TCP is port 22 and 22 range. ICMP 10000 and 12000 as default security for Grizzly.

Should be ICMP -1:-1, not 10000 and 12000...

> I tried the ssh -i key ubuntu at ipaddress
>
> It is not working .
>
>
> Regards,
> Raghavendra Lad
>
> -----Original Message-----
> From: Jay Pipes [mailto:jaypipes at gmail.com]
> Sent: Friday, August 02, 2013 7:01 PM
> To: openstack at lists.openstack.org
> Subject: Re: [Openstack] ssh login for Grizzly ubuntu 12.04
>
> On 08/02/2013 08:39 AM, raghavendra.lad at accenture.com wrote:
>> Hi Openers,
>>
>> I have installed the Grizzly version of openstack . I request if
>> anybody can provide steps how to ssh to instance. I would be grateful.
>>
>> Any help would be highly appreciated.
>
> When you launch an instance, specify the name of the keypair you will use to log into the instance. Ensure you have associated a floating IP to the instance, then SSH to it:
>
> ssh -i /path/to/your/private/key <USER>@<FLOATING_IP>
>
> The <USER> will be dependent on what type of image you launched. For example, for most Ubuntu images, the user would be "ubuntu".
>
> Best,
> -jay
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
> This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited.
>
> Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
>
> ______________________________________________________________________________________
>
> www.accenture.com
>





More information about the Openstack mailing list