Re: [Openstack-operators] No route to host

2015-07-08 Thread aishwarya.adyanthaya
through the manage rules in the security groups. From: ICHIBA Sara [mailto:ichi.s...@gmail.com] Sent: Wednesday, July 08, 2015 12:22 PM To: Adyanthaya, Aishwarya Cc: openstack-operators@lists.openstack.org Subject: Re: [Openstack-operators] No route to host hey, It's probably because you forg

Re: [Openstack-operators] No route to host

2015-07-07 Thread Abel Lopez
Sounds like you're trying to connect to the internal RFC 1918 address. You need to look at Floating IP, or try pulling from your instance instead of pushing to it. On Tuesday, July 7, 2015, wrote: > Hi, > > > > I’m having trouble while trying to deploy a package from ‘machine-A’ > outside opens

Re: [Openstack-operators] No route to host

2015-07-07 Thread ICHIBA Sara
hey, It's probably because you forgot to open the port 22 of your instance using the security groups. your ssh command says that it couldn't reach the host 10.x.x.x . are you trying to ssh into your machine B using its private IP ? if so try to assign a floating IP to your machine B and then try a

[Openstack-operators] No route to host

2015-07-07 Thread aishwarya.adyanthaya
Hi, I'm having trouble while trying to deploy a package from 'machine-A' outside openstack to the 'machine-B'(instance) inside openstack which is created through the dashboard. This is the error I get when I try to deploy it: ssh: connect to host 10.x.x.x port 22: No route to host Could anyone