Parallels / vagrant-parallels

Vagrant Parallels Provider

Home Page:https://parallels.github.io/vagrant-parallels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gaelik opened this issue · comments

commented

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)