Tagged Questions
0
votes
3answers
194 views
Redirecting HTTP traffic from a local server on the web
I have a web server (let's call it C1) that is running an Apache/PHP server and it is port forwarded so that I can access it anywhere. However, there is another computer within the web server LAN that ...
1
vote
1answer
309 views
Routing HTTP traffic over SSH
I need to access the URL http://REMOTE:54000. My network does not allow outgoing connections on port 54000. However I have SSH access to a host "TRUSTED", which does not have any such restrictions. Is ...
2
votes
2answers
2k views
How to tunnel HTTP over SSH via SOCKS in Firefox
I`ve got SSH installed on my home laptop and it works fine. I set up the tunnel:
$ ssh -p 443 -C2TNv -D 8080 me@me.no-ip.org
Firefox settings:
manual config:
SOCKS; port 8080
V5
about:config:
...
1
vote
3answers
2k views
Free HTTP Tunnel client and server for Windows
I'm looking for a client and server-application to tunnel communication through a company network. Its firewall is only open on port 80.
The server will be my PC at home.
Which application can you ...
2
votes
1answer
646 views
HTTP to HTTPS Tunnel
So the issue is that I have quite a few homebrew scripts/web testing programs that only work with HTTP. The problem is that the website only allows HTTPS connections.
Does anyone know of a way to ...
1
vote
1answer
731 views
Windows HTTP tunnel through 2 Linux hosts?
The localhost only has connection to Host1. Host1 has connection to Host2 and localhost. How can I setup this to use Host2 as a proxy for web trafic from localhost?
I have seen similar topics but ...
4
votes
7answers
1k views
How to set up that specific domains are tunneled to another server
I am working at an university as research assistant. Often I would like to connect from home to university resources over http or ssh, but they are blocked from outside access. Therefore, they have a ...
1
vote
1answer
1k views
Is it possible to use Hamachi as a standalone tunnel proxy tool?
Or will i need a remote computer with internet access. This is Hamachi
0
votes
1answer
278 views
Do I need to have a proxy server to have HTTP over SSH?
I want to use HTTP over SSH since in my university most of the sites are blocked. I have my own server to which I can using SSH. What I'm doing right now is have a squid proxy run on the server on a ...
0
votes
1answer
485 views
Tunneling application for linux
On windows I used Bitvise Tunnelier, which is a neat free app capable of setting up a secured tunnel through http/https proxy.
On linux the only thing I found was corkscrew+ssh, which in terms of ...
1
vote
2answers
497 views
SSH HTTP tunneling on OS X
On Windows I use PuTTY to tunnel to my home server and tell Firefox to use PuTTY as a proxy. How would I accomplish something similar on my Mac?
13
votes
3answers
2k views
How to setup a work -> home -> internet http tunneling service
I want to know which program is recommended in order to setup such as scenario, i.e. accessing the Internet from work or other places where traffic is monitored by installing a HTTP tunneling service ...