I'd like to access folders etc on my home computer, a windows xp home edition operating system. How/Is it possible to set up that machine in such way that I can vpn into it and see its files and folders?

link|improve this question

79% accept rate
feedback

migrated from serverfault.com Oct 14 '09 at 13:07

This question came from our site for system administrators and desktop support professionals.

7 Answers

up vote 3 down vote accepted

If you can install software on both your home computer and the remote computer, a program like Hamachi may be the best option.

link|improve this answer
Thanks this got me in the right direction ! – Makach Oct 18 '09 at 20:13
feedback

You can set up a PPTP vpn server on XP. Just go to your network connections and start creating a new connection. Select "Set up an advanced connection" and follow the steps in the wizard. PPTP runs on port 1723 so make sure that port is forwarded to your PC.

link|improve this answer
I've done the same on an XP Pro machine - but don't know if this is possible on XP Home. – sean e Oct 14 '09 at 14:39
this was what I was hoping for but doesn't work on home :( – Makach Oct 18 '09 at 20:12
feedback

My internet provider does not allow being a VPN server on my home connection. They block the typical VPN ports.

But I can connect very easy to my home PC using Microsft's Live Mesh

link|improve this answer
feedback

Probably something like LogMeIn or a VNC client would be easiest.

link|improve this answer
Unless he pays for Logmein, there is no file sharing. – Dan Oct 14 '09 at 13:01
I agree, it was moved here ^^ – Makach Oct 18 '09 at 20:13
feedback

Install a VNC server on your home machine with the server port set to 80.
This way your home machine will look like a web server to your office firewall.
You can even set it so that you can access your home machine from a browser.
You will probably need to set a dynamic DNS with, for example, dyndns.

If you use an advanced VNC server, such as UltraVNC, you will be able to transfer files.

link|improve this answer
feedback

install Teamviewer Host on you home computer and use Teamviewer Portable on a USB stick to access you machine from pretty much anywhere, it's doesn't get much easier.

Teamviewer is free for personal use.

link|improve this answer
feedback

OK I expect tons of ideas to appear here so my first thought is to install a SSH server and use Putty's PSCP from the Internet to get to it. Have to port forward on your home router if you use one.

You did not explicitly say you wanted to use Windows file sharing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.