Tagged Questions
The tunneling tag has no wiki summary.
8
votes
0answers
364 views
Tunnelling TCP over HTTP [closed]
For assorted obscure reasons I have a situation where I need to tunnel a TCP connection across an HTTP connection: the local client wants a raw stream to a remote server, but the only way of getting ...
7
votes
2answers
663 views
PHP connect via SSH tunnel to LDAP in other network
I'm developing website for my school. In that school we authenticate users via LDAP, so there was an idea to do the same via school-site. On that site everything is working perfectly, but during ...
4
votes
1answer
74 views
ssh port forwarding (tunneling) in linux
I have a specific scenario that I want to solve. I currently connect to a host via port forwarding:
laptop -> gateway -> remote_server_1
and another host:
laptop -> remote_server_2
...
4
votes
1answer
257 views
http tunneling can be used to bypass a router port-forward or uPnP?
I'm currently working on an application and I would like to know if http tunneling can be used to bypass a router port-forward or uPnP? If so how can it be done and do I need an external server to ...
4
votes
4answers
5k views
ssh: check if a tunnel is alive
I have written a small bash script which needs an ssh tunnel to draw data from a remote server, so it prompts the user:
echo "Please open an ssh tunnel using 'ssh -L 6000:localhost:5432 example.com'"
...
4
votes
1answer
210 views
Reverse connection application?
As a side project I wish to modify an existing open source VNC application and modify it to attempt to initiate a reverse connection from the server (that the users have) to the single client that I ...
3
votes
1answer
194 views
.NET Native application equivalent of Modify Headers Firefox Addon
I am trying to develop a socks tunneling application in c# that is able to open a website by using add and modified header requests (something similar to Modify Header Firefox Addon) and tunnel the ...
3
votes
2answers
334 views
Subversion Through a tunnel
For work, I work in a closed network. There are a few IP addresses that we have set up that are only accessible from inside our network. There is one box, though, that we can SSH into and tunnel ...
3
votes
1answer
416 views
paramiko: SSH port forwarding to get SQL dump
I am trying to use a python script to get an SQL dump from a remote host, with an intermediate host as proxy, like so:
local machine -> proxy -> remote
The proxy needs to be there because the ...
3
votes
2answers
331 views
SSH Dynamic Port Forwarding ('ssh -D') in Python
I'm looking for a way to implement SSH Dynamic Port Forwarding ('ssh -D') under Python. The problem is that it has to work under Windows, i.e., running SSH with popen/pexec/etc. won't work. Any ideas?
...
2
votes
3answers
106 views
Port Forwarding
I have a simple requirement of a software level port forwarding/tunnelling of socket based communication.
I have a source server and port using Sockets. This is a java program which works both in ...
2
votes
1answer
28 views
Writing desktop client that can listen to http requests
I would like to write a desktop client that listens to http requests on some port.
How can it be done even though the user that hosts the files is behind a firewall? Is there a way to somehow tunnel ...
2
votes
2answers
740 views
Can I use http tunnel to ping or traceroute through a proxy with firewall?
I don't know if there is a way to ping a target outside my LAN proxy which accepts only Http requests through a squid proxy... I read somewhere that one way to deal with such problem is to use a http ...
2
votes
3answers
2k views
RDP through TCP Proxy
First time in Stackoverflow and I'm hoping someone can help me.
I'm looking at a proof of concept to pass RDP traffic through a TCP Proxy/tunnel which will pass through firewalls using HTTPS.
The ...
2
votes
1answer
969 views
How to implement HTTP Tunneling
I've written a Flash (Flex) client connecting to a back-end server to exchange data.
I've also written my server from scratch, and it serves two purposes:
(1) Web (HTTP) Server- By default listens ...
2
votes
2answers
249 views
How to make Teredo hosts within a subnet talk to each other
While I can successfully ping a global address from my teredo-enabled end-host, I'm unable to connect two end-host within the same ipv4 subnet. We are running windows XP. Any thoughts?
1
vote
2answers
35 views
SSH to server behind firewall
I am currently trying to work out how to SSH to servers behind firewalls that deny all incoming connections. The servers can SSH out, so I am wondering if there is a way to get the server behind the ...
1
vote
0answers
96 views
initiating a rtsp connection over cellular with android
The majority of sim accounts are public dynamic. Most if not all cellular providers do not allow incoming connections to public dynamic ip addresses. (3g anyway, maybe not 4g/LTE)
The issue of ...
1
vote
2answers
20 views
tunneling using SSH
I'm tunneling all of my internet traffic through a remote computer hosting Debian using sshd. But my internet connection becomes so slow (something around 5 to 10 kbps!). Can be anything wrong with ...
1
vote
0answers
121 views
Multiple Firefox instances and flash players with different proxy settings
I have problems using different proxies for multiple instances of firefox using the adobe flash player. Because the flash player does not accept the proxy settings I use with firefox I used proxycap ...
1
vote
1answer
70 views
HTTPS Web(only)Proxy
I just read over node-tls-proxy (http://code.google.com/p/node-tls-proxy/), a https proxy. I like the idea of it, but I'm not getting why this proxy needs a local http server (see the local-proxy.js ...
1
vote
2answers
77 views
Custom local hostname for a SSH tunnel
Usually when a tunnel is created it begins at some port on localhost. So the local applications may use it by opening this local port.
Is it possible to use a custom name instead of the "localhost"? ...
1
vote
2answers
260 views
Windows Azure VPN and IP restriction
We integrate with a third-party service where we can run queries which is right now secured using HTTPS encryption and username/password. We send our queries from a service running on the Windows ...
1
vote
4answers
207 views
WPF Tunneling, practical use?
What practical scenarios need to use Tunneling of events?
I know a vague answer to this could be that it is used when we want to handle a event across the visual/logical on which event is raised. But ...
1
vote
2answers
156 views
SSH over SSH (or How to 'proxify' SSH through SSH)
I'm looking for a methodology to SSH over SSH (as in the title).
So, I know I can do :
ssh -t user1@proxyServer ssh user2@farAwayServer
Or I can use the ProxyCommand with nc, but I don't want to ...
1
vote
0answers
142 views
how does HTTP Tunneling work?
I was taking a look at the JHttpTunnel library and this piece of code in OutBoundSocket.java got me a bit confused.
public void connect() throws IOException{
close();
String host=getHost();
int ...
1
vote
1answer
169 views
Can't ssh tunnel URLs with slashes?
Yes... For example:
sh@SH:~$ ssh -L 7777:x10hosting.com:80/free-hosting-signup ______@anapnea.net
What I'm doing wrong?
Bad local forwarding specification ...
1
vote
1answer
168 views
Security of HTTP tunnelling with RMI
I am concerned that the data that is being sent from our remote database to the java based client software is not being sent securely as it is using http tunneling with RMI rather than https.
The ...
1
vote
2answers
275 views
How to include an IP packet in C linux sockets?
I want to include an IP packet in Socket programming. I have a readymade Ip packet which contains igmp packet. I don't want to design igmp protocol but want to use that packet to sent igmp querry. By ...
1
vote
1answer
245 views
Java RMI via Webservice?
I'm searching for a possibility to run a java RMI application via webservice or an internet protocol.
is there any framework or solution that says "I can run RMI as WebService with WS-Security" or "I ...
1
vote
1answer
377 views
Connecting to an RMI object without registry
I think I need to connect to a remote RMI object without going through the registry, but I don't know how.
My situation is this: I'm implementing a simple job distribution service which consists of ...
1
vote
1answer
671 views
stylesheet_link_tag producing absolute links instead of relative
I set up facebooker to tunnel my Ruby on Rails application.
The issue is that I would like to test locally. That is, I don't want to have to start a tunnel every time I want to see my changes.
...
1
vote
3answers
609 views
How can I set up SSH tunneling to access a webserver behind a firewall?
How would I access a webserver behind a firewall? I'm developing an application for this webserver which is not yet open to the public.
Someone walked me through this before, so I know it can be ...
1
vote
1answer
1k views
WPF button tunneling OnClick event
I am looking for a tunneling Button.Click event.
The ButtonBase.Click event is bubbling and therefore the root can handle the event only after the action that was registered for that button already ...
1
vote
1answer
1k views
ssh -D <port> <username@server.com>; but in reverse? [closed]
Is it possible to set up an SSH tunnel with dynamic port forwarding like this:
ssh -D ...
0
votes
0answers
35 views
How to route all internet traffic via a virtual tap device and a public server [migrated]
We want to route all traffic from one pc to a local virtual device (TAP-Win32 Adapter which is also used by OpenVPN) and then from there to another tap device on a public server. after that all ...
0
votes
0answers
18 views
SSH tunneling when all connections are password protected
I've looked for several scenarios of SSH tunneling over here,
but none of them worked for me. My schema is like this:
Laptop ------> gateway ------> remote.
Pretty common case, but the connection ...
0
votes
0answers
100 views
UDP reverse tunnel over ssh (using socat)
I want to setup a reverse udp tunnel, because I need to connect to my openvpn server from remote and the openvpn server is behind a NAT. For this I use socat and ssh. The tcp tunnel command:
socat ...
0
votes
0answers
18 views
RDP Tunneling + Synergy
I am on a fairly restrictive firewall at work and I would like to get Synergy working from home (long story).
I have several ports open, but they're all in-use. Due to administrative privileges being ...
0
votes
1answer
33 views
Using IPv6/IPv4 tunneling to send a query to a DNS server - valid or not
I was wondering what exactly the standards say about using IPv6/IPv4 tunneling to send a DNS query to a DNS server. Is this a valid thing to do? Does anyone know the RFCs (and sections if possible) ...
0
votes
2answers
260 views
How to create a GRE tunnel on Mac OSX Lion?
i'm trying to find a way to create a GRE Tunnel on osx lion, i'm able to create such tunnels in almost every os, including: openbsd/freebsd, linux and cisco IOS.
I'm very surprised that this subject ...
0
votes
1answer
80 views
Multi-Hop SSH Tunnel for LDAP
I'm trying to browse an LDAP server which is hidden inside our VPN. The topology looks like this:
me (at home)
|
VPN gateway (at work)
|
Application Server (server1)
|
LDAP server (server2)
I can ...
0
votes
0answers
39 views
Changing *.key File in OpenSSL on Mac OSX is not working
if I use the Standard Command for Changing the Private Key from my RSA Keyfile under Windows with openssl rsa -in client.key -out client2change.key -des3 it works perfect, under
MAC OSX with an ...
0
votes
1answer
230 views
Connect to Mongo DB on a remote server behind LDAP using perl
So I intend to connect to mongoDB which is on a remote server behind LDAP.
The mongoDB by itself has no username/password setup, but the server on which mongoDB is running is behind LDAP.
My question ...
0
votes
2answers
110 views
JAVA Http Tunneling: example needed
I'm programming a chat but i have troubles on finding informations and/or examples regarding the HTTP tunneling. The chat, when initialized, starts his own server thread that manages the incoming ...
0
votes
0answers
36 views
Are there any embeddable socks proxy servers that tunnels traffic through a remote host via ssh?
ssh -D 9191 ronald@ssh.somehost.com will create a socks proxy locally that will tunnel all traffic through the remote host. Is it possible to build this in to an application C++ or C and make it ...
0
votes
1answer
359 views
Method Not Allowed when connecting to ssh host through Apache proxy
I'm trying to establish a ssh tunnel trough an HTTP proxy and to do so I followed a recipe.
When testing the setup using a squid localhost proxy I'm receiving a "Method Not Allowed" from (I guess) ...
0
votes
1answer
79 views
WPF Tunneling a Button_Click
This is my first question so please go easy :)
I am new to WPF and Desktop based applications and I am studying Event Handling. Going through Bubbling and Tunneling I can not find an example anywhere ...
0
votes
1answer
65 views
How to write shell script to tunnel via 2 computers to third one
Im fairly new to unix/linux and have a question while trying to ssh tunnel to a computer at my college.
Im trying to access computer A which is on my school network. But it cannot be accessed unless ...
0
votes
2answers
98 views
Setting up an IP tunnel for a .NET WCF project
Has anyone tried to tunnel a WCF request from PC A to PC C via PC B?
In my case, PC A doesn't have direct access to PC C but PC A and PC C has access to PC B.
I Googled a bit and found that WCF ...