views:

21

answers:

0

I have an interesting situation and here it is:

My intention is to access a computer/desktop remotely, but there are some constraints. There are 2 machines. MC1 & MC2 respectively. Both of different networks.

MC1 is behind a NAT. its has local IP addressing 192.168.x.x. MC2 is on a separate network.

MC1 can access MC2 using its (MC2s) IP adress. I can even do a remote desktop (mstsc) or VNC from MC1 to MC2. But not the other way around. Ie, MC2 cannot access MC1 directly.

My intention here is to access MC1 remotely from MC2.

Let say we install VNC server on MC2 and VNC client on MC1, as we know, MC1 could access MC2. But, VNC does not have a provision for sharing the clients desktop with the server.

How can i resolve this problem ?