Skip to content

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

@gaelik

Description

@gaelik

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions