Remote Desktop or VPN to the Remote PC

Asked by abood

 In My Network there is Firewall and i was used team viewer to access my PC From home , there is any software or Option in Ubntu can i use it to access my PC at work without open firewall

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu testdisk Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
quantenemitter (quantenemitter) said :
#1

Well, I assume even team viewer (not that I would know it) needs to get through the firewall. I don't think there's a way to connect to a computer with a firewall blocking everything in front of it.

Nevertheless, you can try

ssh -X <email address hidden>

to connect to your computer via terminal with the possibilityto open graphical applications (slow!). You need to install openssh-server, if it's not installed already.

There are several other methods I didn't try on my own.

One possibility I'm using is freenx from nomachine. You need to append the two lines

deb http://ppa.launchpad.net/freenx-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/freenx-team/ubuntu intrepid main

into your /etc/apt/sources.list to use it. I think it's proprietary (closed source), but free.

Both ways I've described depend on the possibility to access port #22 by default through the firewall, but the configurations can be tuned to any port your firewall permits.

Can you help with this problem?

Provide an answer of your own, or ask abood for more information if necessary.

To post a message you must log in.