Connect a PC in a LAN with shared Internet connection through a router

0

I have a LAN in my office with shared Internet connection through a router.
I want to access a PC with remote desktop with only one public IP.
I know the computer's public IP and LAN IP which I want to connect.

How can I connect to this computer in my home?

hinzir

Posted 2013-07-03T20:31:36.093

Reputation: 1

Unless you have access to the router and can configure port forwarding, this is not possible. – ernie – 2013-07-03T20:32:06.517

i configured port. – hinzir – 2013-07-03T20:33:22.260

You configured what port? That makes no sense. As I said before, you need to be able to manage the router, and set up port forwarding so that requests to the publicIP:somePort are forwarded to lanIP:3389.

– ernie – 2013-07-03T20:39:01.577

I configured 3389 port. – hinzir – 2013-07-04T10:39:09.723

Answers

0

Sounds like you will get what you want much easier by using an assisted remote desktop application.

There are several: GoToMyPc, Teamviewer

dtmland

Posted 2013-07-03T20:31:36.093

Reputation: 2 281

0

You need to configure Port forwarding and dig deep into the concept of Tunneling and Reverse ssh to get it work. Additionally you also need access of your LAN router to configure port forwarding. Bcz what undergoes is when you access internet through a PC which is configured with a Private IP (local LAN IP), it uses tunneling concept to get access to the internet through one common Public IP, but to get access from internet to your PC you need to establish Reverse tunneling, which in turn, uses Port Forwarding feature.

An easy way could be (only if VPN connection is available), if you have access to your office intranet in which the PC you want is present, so you can logon to the VPN network and access the PC.

pRAShANT

Posted 2013-07-03T20:31:36.093

Reputation: 171