Hi, I'm trying to configure a multi-machine environment in which one master VM has a redis process running on it. I'd like to setup port forwarding between one master machine and potentially multiple slave machines. Normally I'd accomplish this by running `ssh -R 127.0.0.1:6379:127.0.0.1:6379 user@master` on each slave machine. Is there a way to set this up through the vagrantfile. Is that the best/correct way to accomplish something like this?
Thanks, Tomek -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/3bbe6a00-449e-4074-aee4-4fabfec9a9ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
