Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for forwarded ports #71

Open
wuservices opened this issue Apr 20, 2017 · 0 comments
Open

Add support for forwarded ports #71

wuservices opened this issue Apr 20, 2017 · 0 comments

Comments

@wuservices
Copy link

It'd be great if Forwarded Ports worked with vagrant-linode like it does with the built-in providers.

It seems like this isn't currently implemented, as I have something like this but nothing gets forwarded:
config.vm.network 'forwarded_port', guest: 3000, host: 3060

As a workaround, I can use the following, but having it built in, makes it easier to have a consistent setup for everybody sharing the same Vagrantfile without having to add extra arguments.
vagrant ssh -- -L 3060:localhost:3000

However, if this should work and I'm just doing it wrong, please let me know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant