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

Guest and Host IP address are ignored when forwarding ports #398

Closed
jmfrank63 opened this issue Jul 13, 2021 · 1 comment
Closed

Guest and Host IP address are ignored when forwarding ports #398

jmfrank63 opened this issue Jul 13, 2021 · 1 comment

Comments

@jmfrank63
Copy link
Contributor

When forwarding ports, neither guest nor host IP are considered.
Example from Vagrantfile:

config.vm.network "forwarded_port", guest: 8080, guest_ip: "192.168.5.100", host: 8080, host_ip: "127.0.0.1"

Although specified, guest_ip (and host_ip) are ignored.

@jmfrank63
Copy link
Contributor Author

I already have a fix for this working on my local repo, but with test suite and port forwarding currently broken, it will be difficult to add another PR without creating a mess. Please consider merging #396 and #397 first.
Thank you.

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