LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-12-2007, 04:43 PM   #1
adelgado
LQ Newbie
 
Registered: May 2007
Location: Rio de Janeiro, Brazil
Distribution: Slackware 10.2 / Ubuntu 6.06 && 7.04 / L.F.S. 6.2
Posts: 5

Rep: Reputation: 0
Bunch of Questions!


Well, I recently got a stable Internet connection. Since my computer stays on permanently, I've been wanting to use a bunch of services, and most of them (OK, OK, all of them) I don't know how to set up. I was thinking about:

1) A way to access my files remotely that wouldn't compromise security. Even better if it is HTML-based, since I could see my files from anywhere with a browser;

2) Since some places don't allow you to download any content, I had an idea: I'd have a script on my computer that would simply take all the content of a file, and sent it as a HTML or TXT file. Then on the remote computer I'd just paste everything into an executable file.

3) Also, I'd like to make available for my friends and me, when needed, some kind of FTP server.

4) I think this one is the hardest. It also seems to me as one of the most important: Some places don't allow you to enter some websites, so I had this idea; if I could set up a way of making the traffic pass through my box before hitting the remote. Kinda like: "http://my.current.ip.address:8080/<some kind of file/script>.extension?site=google.com"
Then all the traffic that google.com sends would pass through my computer.
The script would have to go through each page that gets requested and change all the links:

If http://my.current.ip.address:8080/<some kind of file/script>.extension?site=google.com sends me index.html, wich contains

Code:
<a href="http://images.google.com/imghp?tab=wi"></a>
the script would change it to

Code:
<a href="http://my.current.ip.address:8080/<some kind of file/script>.extension?site=images.google.com/imghp?tab=wi"></a>
for the sake of making the hyperlinks work.



I'd like to make it clear that I'm not looking for anybody to do this _for_ me, just some pointers and some explanations about what I should be looking for, since I don't have the slightest idea of what I should be googling for

Also, I don't have fixed-IP, but I don't mind writing down a few numbers every morning in a piece of paper


Any help about any of the items would be great! Many thanks!
 
Old 06-12-2007, 06:19 PM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
4) Can be done with Putty + firefox (assuming that the computer you are using at work/school runs windows)- I don't know how exactly to set it up, though
HTH
 
Old 06-12-2007, 08:00 PM   #3
adelgado
LQ Newbie
 
Registered: May 2007
Location: Rio de Janeiro, Brazil
Distribution: Slackware 10.2 / Ubuntu 6.06 && 7.04 / L.F.S. 6.2
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sycamorex
4) Can be done with Putty + firefox (assuming that the computer you are using at work/school runs windows)- I don't know how exactly to set it up, though
HTH
In wich machine I would run PuTTY? The only one I can actually run it is m box.

Why does it works only with Firefox? Doesn't it works with Internet Explorer?

Thanks for the answer
 
Old 06-13-2007, 03:27 AM   #4
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
I haven't done it, but my colleague did it once to access the forums.

Work computer: windows xp + putty + firefox
(he told me it doesn't work with IE)

Home computer must be up and running linux

However, that's as far as I know. I think you need to wait for the
explanation/advice of more experienced members of this forum.

regards
 
Old 06-13-2007, 07:59 AM   #5
adelgado
LQ Newbie
 
Registered: May 2007
Location: Rio de Janeiro, Brazil
Distribution: Slackware 10.2 / Ubuntu 6.06 && 7.04 / L.F.S. 6.2
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sycamorex
I haven't done it, but my colleague did it once to access the forums.

Work computer: windows xp + putty + firefox
(he told me it doesn't work with IE)

Home computer must be up and running linux

However, that's as far as I know. I think you need to wait for the
explanation/advice of more experienced members of this forum.

regards
Unfortunatly, if I were to install PuTTY it would not run due to Firewall restrictions, I guess. (Haven't tried it though)

Thanks for your help!
 
Old 06-13-2007, 08:14 AM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
http://sourceforge.net/projects/sslexplorer/

SSL-Explorer is a fully-featured, web-based SSL VPN server. This practicable remote access security solution includes SSL tunneling, intranet website proxying, access to multiple file systems and application launching/tunneling through a standard browser

This solution uses the standard https port 443. that should be allowed through your corp firewall without a problem.


Putty doesn't have to run on the ssh port you know.. you can tell it to use port 80 or 443..
 
  


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
A Bunch of Questions: Theyain Ubuntu 2 03-22-2007 09:40 PM
Bunch of general questions Maligogo90 SUSE / openSUSE 9 05-09-2005 05:21 AM
bunch of questions Sparky1 Linux - Newbie 8 04-19-2005 09:03 PM
DNS - a bunch a questions steels Linux - Networking 4 09-21-2003 12:01 AM
a bunch of software questions dizzyflower28 Linux - Software 7 08-17-2003 10:24 PM

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

All times are GMT -5. The time now is 03:45 AM.

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