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

Allowing to connect to the parallels guest via port forwarding on 127.0.0.1 #443

Open
gaelik opened this issue Apr 20, 2023 · 0 comments
Open

Comments

@gaelik
Copy link

gaelik commented Apr 20, 2023

With the move to M1 laptops, virtualbox is unusable... but we are hitting an issue with the vpn client intercepting any connection to anything else than 127.0.0.1 when using parallels and its default direct ssh connection to the vm ip... Therefore, as of today, the only way we can use parallels, ssh and vagrant is via manual port forwarding and forcing

config.ssh.host = "127.0.0.1"
config.ssh.port = "2200"

This works fine as long as you only run a single vm... but port collision support would really make our life easier when running more than one vm... We are using the version 2.3.1 of the plugin... Can the old restriction linked to version < 10 be removed so that we can use Parallels via localhost port forwarding (like VirtualBox behavior)

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