Questions tagged [tunnel]

A network tunnel is a virtual bidirectional point-to-point connection between a pair of nodes through an arbitrary number of networks/network-nodes.

A network tunnel is a virtual bidirectional point-to-point connection between a pair of nodes through an arbitrary number of networks/network-nodes.

Types of network tunnels

HTTP tunnel

ICMP tunnel

597 questions
0
votes
1 answer

proxying through corporate firewall

I'm trying to get some protocols work through my company's firewall. Until now I have been succesfull in masking either http or https data by setting a http proxy on localhost and one on a remote server I own. The communication is done via $_POSTed…
Liviu Gelea
  • 361
  • 2
  • 9
0
votes
4 answers

how can I connect a local programme to a service tunnel?

I have tried for a week to connect a local application to a remote rabbitMQ on a CloudFoundry service but the lign: connection = factory.newConnection(); always throws an IOException because of a java.net.SocketTimeoutException: Read timed out I…
0
votes
1 answer

Box2D and lag tunneling

I have this issue with Box2D physics where objects will tunnel through walls if the lag in the game is high enough. The game lag is something I'm working on but I think its kinda inevitable that something is eventually going to cause the game to lag…
Parad0x13
  • 2,007
  • 3
  • 23
  • 38
0
votes
1 answer

Using TUN\TAP virtual interfaces manually

I can not find any information on how TUN/TAP works. I would like to create a simple tunnel between two hosts and establish a virtual address space between them (similar to a GRE tunnel). I do not want any encryption, or any VPN. My issue is that…
user974896
  • 1,795
  • 4
  • 28
  • 48
0
votes
1 answer

nil facebook_session with Facebooker gem and Rails 2.2.2

Integrating FB Connect into our site using Rails 2.2.2 and Facebooker gem (latest version). Login button, xd_receiver files generated fine to the point where the login popup window will open, I can log in, and it will then execute the onlogin event,…
Kyle
  • 1,054
  • 2
  • 14
  • 27
0
votes
1 answer

Connect to SSH Tunnel in Mac App SDK

I'm working on a Mac App that processes some data from online. One of the options is that it supports SSH tunnel's for getting data. Ideally, the app would connect to an SSH tunnel using some user settings and then work (i.e. all network…
Sam Heather
  • 1,493
  • 3
  • 19
  • 42
0
votes
1 answer

get callbacks on ipsec tunnel in windows xp

I want to open an IPsec tunnel from the Windows XP PC (I can do it using MMC GUI) and get callbacks(some Windows API) on the connection status in my application(it can be C, C++ or any other application) like CONNECTION_ESATBLISHED,…
0
votes
2 answers

Can't attach MySQL database with my web application

I am using the vmc tool to upload my web application to cloudfoundry. I have pushed my web aplication and created service to bind with. But I am getting a problem in tunneling it. I want to connect my database stored in backup file in my system with…
Vishal Sharma
  • 112
  • 2
  • 9
0
votes
1 answer

How can I tunnel Telnet connections between two interfaces?

I have the following network: PC1 --|¯¯¯¯¯¯¯¯¯| |¯¯¯¯¯¯¯¯¯|-- board2 PC2 --| gateway |-- (eth0) [server] (eth1) --| gateway | PC3 --|_________| |_________|-- board1 As you can see, the server…
eepp
  • 7,255
  • 1
  • 38
  • 56
0
votes
1 answer

implementing SSL tunnel inside c++ code (WinSock)

I have app that is both client and server in terms of TCPIP connection. Client1(externl) ---A---> My App ---B---> Server1(external) Connections A and B are mostly done with CAsyncSocket but with CSocket too (there are more than 1 A and more than 1…
user1283791
  • 269
  • 1
  • 4
  • 14
0
votes
2 answers

Need an ability to tunnel data from NFS to FTP

This is a messy situation and I may (as in allowed) not explain why I need to do this but I do need it (if possible). M1, M2 and M3 are all Linux. I have a machine M1 on one side of the world that is connecting to M2 using ssh. The command executed…
user680453
  • 39
  • 1
0
votes
3 answers

Connect to MySQL via PHP script tunnel

Here's the question, I need to connect to a remote MySQL database from my C# Application, problem is the MySQL instance will block all access to all IP's apart from localhost, this can not be changed as its too much of a security issue. The question…
Neo
  • 2,305
  • 4
  • 36
  • 70
-1
votes
0 answers

local port forwarding without ssh?

Usually I use something like ssh -L 9090:127.0.0.1:1234 username@host to create a SSH tunnel and do local port forwarding to access a webservice over my Browser. My problem is that I do not have access to the target server. I can use curl…
Wi3l4nd
  • 1
  • 6
-1
votes
2 answers

How can I make my site available in specific countries or block some of them?

I own a html website page and show it to my clients with ngrok. But unfortunately, my page is being leaked outside and to other people. then my information is being stolen So I do not want my page to appear except in limited countries, so that if…
-1
votes
1 answer

Problems to create ssh tunnel from Windows to Ubuntu with VNC

I have Windows (client) and Linux (server). I want to have a VNC access over ssh to Linux. I use Port 2222 as ssh port. I managed to install the ssh and login to the linux server via ssh using public key without password. I have tried several…
Tommy
  • 17
  • 4