Internet Related/Filtering/Firewall Thread, Is there a solution to this network problem? in Technical; Is it possible to access SSH/FTP through port tunnelling or proxy or something?
I'm not exactly sure what i'm asking ...
-
6th June 2012, 01:44 PM #1 Is there a solution to this network problem?
Is it possible to access SSH/FTP through port tunnelling or proxy or something?
I'm not exactly sure what i'm asking for but the problem i'm facing is: i want to access my home NAS (linux) box from work. However my works proxy is pretty much locked down i can't ftp, ssh, ftps.. everything is pretty much blocked.
I can WebDAV into the box, as expected as this is port 80.. so is there any way i can access ssh/ftp over port 80? Obviously i can't listen on port 80 since it's already in use but i can change the ports to anything else not in use.
WebDAV would be suitable but since it treats all files like http requests it's hard to do web development from the box, if there is an error in the PHP file. then opening the file will just display the error, rather than the code. It's the same with .htaccess files and such, they are blocked from direct http access.
I'm not sure if either solution would be possible:
- Make WebDAV work like FTP... may be some apache configs or something?
- Port tunnelling or some sort of service to allow access to FTP/SSH over a proxy?
-
-
IDG Tech News
-
6th June 2012, 02:07 PM #2 OpenVPN tunnel over 443 -> world = oyster?
NAS box may be able to run openvpn.
Having said that, your proxy may block those sorts of non-web connections.
Best way: ask whoever looks after your firewall systems to open 22 for you? Perhaps after auth?
-
-
6th June 2012, 02:24 PM #3 As tom says, ask your local firewall admin and also check if your firewall lets VPN traffic though. Most corporate ones will for obvious reasons. If so, then just setup a VPN server at home and use that.
Alternatively have SSHd listen on an unblocked TCP port (such as 80, 8080, 23, 25, 53, etc) at home, you can then tunnel anything over the SSH connection as if you were sat on your home network.
If there are no open ports, then you will have to use and abuse your local HTTP proxy with corkscew.
http://www.agroman.net/corkscrew/
The connection will have high latency, but it will work.
As for your WebDAV question, typically the issue is resolved by having a directory alias pointing to your PHP files that has NoExec set.
Last edited by Geoff; 6th June 2012 at 02:32 PM.
-
-
6th June 2012, 03:01 PM #4 I have OpenVPN built into the NAS but it's restricted to certain ports as main ports are used for other services 80 http, 443 https etc... and then obviously i can't connect on the other ports because they are blocked.
So is my only option here corkscrew?
-
-
6th June 2012, 03:02 PM #5 
Originally Posted by
Uplift
I have OpenVPN built into the NAS but it's restricted to certain ports as main ports are used for other services 80 http, 443 https etc... and then obviously i can't connect on the other ports because they are blocked.
So is my only option here corkscrew?
perhaps you could do port address translation on your home router and map 443 ->vpn on your NAS ?
-
-
6th June 2012, 03:04 PM #6 I dont think it's possible with Virgin Media Superhub.
-
-
6th June 2012, 03:13 PM #7 Using PuTTY to create an SSH tunnel
Any good? I haven't tried it myself as I was looking for something else but I remembered I had seen it a while back!
-
-
6th June 2012, 03:14 PM #8 
Originally Posted by
Uplift
I dont think it's possible with Virgin Media Superhub.

Ugh, put it in modem mode and buy a real router.
-
-
6th June 2012, 04:15 PM #9 
Originally Posted by
Uplift
I dont think it's possible with Virgin Media Superhub.

It is;
1) logon to the superhub
2) click advanced settings
3) port forwarding
-
-
6th June 2012, 08:13 PM #10 Thanks for the help guys i'll check it out. The dd-wrt routers look interesting.
-
SHARE: 
Similar Threads
-
By onder in forum Windows Server 2000/2003
Replies: 2
Last Post: 3rd March 2009, 11:37 AM
-
By krisd32 in forum Windows
Replies: 14
Last Post: 11th March 2008, 01:54 PM
-
By sidewinder in forum MIS Systems
Replies: 15
Last Post: 14th November 2007, 10:23 AM
-
By timbo343 in forum General Chat
Replies: 4
Last Post: 22nd July 2007, 04:31 PM
-
By Crackcode in forum How do you do....it?
Replies: 0
Last Post: 21st April 2007, 10:03 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules