mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
236 stars 155 forks source link

Connect to instances over service network #123

Open JustinHop opened 9 years ago

JustinHop commented 9 years ago

vagrant up is failing to ssh to instances I am creating because my rackspace setup disables public addresses. Is there a way to have it ssh over the servicenet?

maxlinc commented 9 years ago

I might be able to help if you share a few more details.

Vagrant SSHes from your machine (where you run Vagrant) to the Rackspace "guest" machine. ServiceNet is a network that's just between Rackspace machines. Are you running Vagrant on one Rackspace machine to bring up other Rackspace machines?

If not, do you have some other setup (like a VPN) that would allow your machine (wherever you run vagrant) to connect to ServiceNet? If so, what setup?