LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-09-2007, 06:56 PM   #1
thekid
Member
 
Registered: Jun 2005
Location: The Golden State
Distribution: Ubuntu 8.04
Posts: 190

Rep: Reputation: 30
Remote login to home from work


I've searched but haven't found anything matching the information I need. It's more of a 'want' project than need, so here goes. I have WinXP at work, of which I am not an admin, so I cannot add programs or change restricted settings. I am running Slack 12.0 at home. I would like to be able to either just gain access to my files (i.e. music, etc) at work, or remote login to my home machine somehow. Is this possible without adding anything to the XP machine, and if so, how to do it or a link to a HOWTO?

I'm sure I could do something with telnet, but I'd rather not because of the security problem inherent with it, and what would using ssh on the XP machine entail? I'd prefer not having to setup a server that needed to be hosted somewhere if I can avoid it. Thanks for your help.
 
Old 09-09-2007, 07:14 PM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I think that you are SOL.

If you want to use SSH then you have to install something on the XP machine. I have read that Cygwin or Putty will provide SSH.

But then you may have to configure your XP machine's firewall. It may be configured to prevent traffic on port 22.

Even if you can do that then your employer may have a firewall for the business controlling outbound protocols. They may block SSH.

If you get through all of that then chances are that your ISP does not provide you with a public IP address for your home computer. You would have to use Dynamic DNS. AFAIK that costs some money, but maybe not too much.

I think that the main problem for you is installing or configuring your XP machine since you don't have Administrator privileges.

If you could configure your XP machine at work it might be easier for you to use a modem on both ends of the connection: one in the office and another at home. However any good system administrator will see this as a security vulnerability at work since it creates a path to your employer's LAN.

I'd say forget about it.

Last edited by stress_junkie; 09-09-2007 at 07:17 PM.
 
Old 09-09-2007, 07:33 PM   #3
thekid
Member
 
Registered: Jun 2005
Location: The Golden State
Distribution: Ubuntu 8.04
Posts: 190

Original Poster
Rep: Reputation: 30
What about running those programs from a thumb drive, would that be possible? I know you can do that with Firefox.
 
Old 09-10-2007, 03:10 AM   #4
andrewdodsworth
Member
 
Registered: Oct 2003
Location: United Kingdom
Distribution: SuSE 10.0 - 11.4
Posts: 347

Rep: Reputation: 30
If you're allowed web access from work you could always set up a secure webserver at home.
 
Old 09-10-2007, 08:15 AM   #5
thekid
Member
 
Registered: Jun 2005
Location: The Golden State
Distribution: Ubuntu 8.04
Posts: 190

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by andrewdodsworth View Post
If you're allowed web access from work you could always set up a secure webserver at home.
But wouldn't I need to host it somewhere?
 
Old 09-10-2007, 08:46 AM   #6
auxsvr
Member
 
Registered: Dec 2006
Distribution: openSUSE 10.3
Posts: 260

Rep: Reputation: 30
You may host it at home, you may also use dyndns for dynamic DNS resolution without any cost.
 
Old 09-10-2007, 09:32 AM   #7
thekid
Member
 
Registered: Jun 2005
Location: The Golden State
Distribution: Ubuntu 8.04
Posts: 190

Original Poster
Rep: Reputation: 30
Hmm...OK, so any good HOWTO's you know of?
 
Old 09-10-2007, 11:56 AM   #8
andrewdodsworth
Member
 
Registered: Oct 2003
Location: United Kingdom
Distribution: SuSE 10.0 - 11.4
Posts: 347

Rep: Reputation: 30
Apache comes as standard on most linux distros and the documentation is pretty good. You must read up on the security aspects before you start because you're opening a path to your machine from the internet. I'd start with the docs first and then Google for some HOWTOs that suit your needs.
 
Old 09-10-2007, 12:45 PM   #9
MoMule
Member
 
Registered: Jul 2006
Posts: 134

Rep: Reputation: 15
Another Option

You could set up an FTP server (search this site for PROFTPD)on your Linux box, use no-ip.com to register a free domain name, use their dynamic DNS software to update what your current ISP's dynamically-assigned IP is, and then use Internet Explorer (the newest version) to FTP into your Linux box for simple drag/drop/copy/paste of your files.

Deion "Mule" Christopher
 
Old 09-10-2007, 12:52 PM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Download putty on your windows machine and run it.. it's a self contained exe and should not need to be installed to run. pscp is the windows scp portion of putty used to copy files. work has to allow port 22 (ssh) out through the firewall in order for this to work, so depending on the outbound filtering rules of your corporate firewall...
http://www.chiark.greenend.org.uk/~sgtatham/putty/

Alternately you could install something like SSL-Explorer on a machine at home, and then you could access your home machine and files through any web browser. http://3sp.com/showSslExplorerCommun...er=sslexplorer

winscp is useful for grabbing files from your home machine as well, but I believe it has to be installed on the Windows machine in order to run.


to get around the dynamic IP issue for your home machine you can use one of the following free services..
http://www.dyndns.com/
http://www.no-ip.com/
I've been using dyndns for about 8 years now, and have never paid a dime. works great !

Last edited by farslayer; 09-10-2007 at 12:55 PM.
 
Old 09-10-2007, 03:19 PM   #11
thekid
Member
 
Registered: Jun 2005
Location: The Golden State
Distribution: Ubuntu 8.04
Posts: 190

Original Poster
Rep: Reputation: 30
Thanks for all the replies! They've all been very informative. I'm gonna give SSL-Explorer a shot before trying some of the other options. I'm trying to avoid FTP if I can, so that may be one of the last options to be tried.
 
Old 09-10-2007, 03:28 PM   #12
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
I think you'll be amazed and impressed with all that ssl explorer can do.. I was, when I took a look at all the available access options..

Let us know how it works for you.
 
Old 09-11-2007, 09:47 PM   #13
thekid
Member
 
Registered: Jun 2005
Location: The Golden State
Distribution: Ubuntu 8.04
Posts: 190

Original Poster
Rep: Reputation: 30
Wow, this thing works great. Am able to access shared folders on my machine now, and the only thing that needed to be installed on the clients was a web certificate. This is pretty darn slick. Thanks man, will definitely recommend SSLExplorer, solves a lot of hassle and headaches when all you want to do is access your files.
 
Old 09-11-2007, 09:49 PM   #14
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Glad it worked out for you
 
Old 09-12-2007, 09:26 AM   #15
thekid
Member
 
Registered: Jun 2005
Location: The Golden State
Distribution: Ubuntu 8.04
Posts: 190

Original Poster
Rep: Reputation: 30
Well, I can access it from my friends home computer, but not from work, so either I don't have it set up correctly (highly possible) or they got the proxy setup so I cannot get through to it. Guess I have some more work ahead of me this weekend.

Edit: Well, there seems to be a problem with the DNS resolution. If I type in the domain name, I get the proxy error, but if I type in the IP, I can get in. It's incredibly slow though, probably have some performance tweaking to accomplish, plus I'm not certain what the DNS problem is as I am able to type the domain on my friends machine and it finds it.

All said though, it is a really cool program.

Last edited by thekid; 09-12-2007 at 10:26 AM. Reason: Further testing
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to make remote login and remote installation via libssh vdx Programming 5 09-10-2007 10:23 PM
Remote login with SSH, but display on remote computer. brodin Linux - Software 3 09-09-2007 03:01 AM
[SOLVED] Mounting remote home at login ctkroeker Linux - Networking 3 02-05-2007 02:20 PM
Remote Login difficulties on home network shortname Linux - Networking 5 03-03-2005 08:01 PM
remote x session from work to home tdxloki Linux - Networking 8 12-15-2004 04:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration