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

Host port forwaring: Can you remove the "..." in "net user,hostfwd=tcp::9000-...:22" when no IP address is given? #54

Open
mgmechanics opened this issue Mar 31, 2018 · 0 comments

Comments

@mgmechanics
Copy link

With version 0.9.2 (2016.05.31)

When I go to Network > Redirections and add a redirection
fill host port: 9000
fill guest port: 22
but leave the field "To guest IP" empty

Then the qemu arguments contain "net user,hostfwd=tcp::9000-...:22"

The three dots are not correct in the place so the VM does not even start. Can we leave those "..." so that the argument is "net user,hostfwd=tcp::9000-:22" if no guest IP is given?

I tried this and found that I can connect the SSH server listening on port 22 in the guest from the host just by "ssh -p 9000 localhost".

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