How to SSH into VM running within Parallels on OSX while connected via Junos Pulse VPN?

2

3

I am working with OS X 10.9 and Parallels Desktop 9. Within Parallels I run a Linux VM using a Shared Network setting.

If I am on my company network I able to SSH into the VM from my OS X terminal (via IP 10.211.55.3).

However, if I connect via VPN (Juniper Networks Junos Pulse) this does not work anymore. Somehow I need to tell OS X that it should not route IP 10.211.55.3 through the VPN.

Any idea how to do this? Is this really the problem?

Lars Schneider

Posted 2014-09-02T23:38:59.713

Reputation: 141

i'm not that familiar with much of what you speak of, only a little bit with ssh, but ssh -v might give some clue sometimes as to what is stopping it getting in – barlop – 2014-09-03T00:38:01.463

Answers

2

I solved the problem as follows:

Go to menu "Parallels" --> "Preferences..." --> "Advanced" Tab --> "Network Change Settings...".

Add a port forwarding rule such as:

2200 TCP 10.211.55.3 22

Connect to machine via localhost:2200 !

Lars Schneider

Posted 2014-09-02T23:38:59.713

Reputation: 141